[WordPress] How to Serve Images from Subdomain | Steps to Host Images on Sub-domain
The number of parallel connections a web browser can open to fetch the contents from a web server is limited (about 6-12). So, if there are 120 contents that need to be fetched from your web server, there will 10-20 roundtrips. As the number of …