Overview
Move scripts to the bottom of pages to ensure other resources don't block.
Move scripts to the bottom of pages to ensure other resources don't block.
JavaScript scripts block parallel downloads; that is, when a script is downloading, the browser will not start any other downloads.
If you serve your images from multiple hostnames, you can get more than two downloads to occur in parallel. While a script is downloading, however, the browser won't start any other downloads, even on different hostnames.