Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author David Garcia

    (@sultanicq)

    Hi,
    you need to create manually each subdomain in your dns system. All the new subdomains need to point to the same ip address of the main domain.

    The plugin works this way. For example, if you set the domain to “img” and the max domains to 5 then if you have an image inside a post like:

    <img src=”https://www.domain.tld/images/photo1.jpg”/&gt;

    the plugin will change it like this:

    <img src=”https://img3.domain.tld/images/photo1.jpg”/>

    The number (3 in this example) is a calculation done using the whole image url. So it will be always the same number.

    The main goal this plugin is following to is to overcome the max parallel downloads per domain a browser has.

    Thread Starter ramonjosegn

    (@ramonjosegn)

    thanks for the help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How works?’ is closed to new replies.