Parallel downloading of JavaScript files on page load
- by user359650
Below is a quote from one of the Yahoo performance pages:
While a script is downloading, however, the browser won't start any
other downloads, even on different hostnames.
When I look at page load of our website, I can see that many scripts are being downloaded at the same time:
Am I mistaken, or should the quote should instead read like this?
While scripts are downloading (there can be several scripts downloading
at the same time), the browser won't start any other downloads, even
on different hostnames.