What Does All That Mean?
Loading script files in the footer and delaying inline scripts from loading for the first 3 seconds allows for the rest of the page to load before the scripts execute.
By minifying and combining script files we are reducing the amount of calls for files to be returned to the browser.
CDN’s (content delivery networks) cache copies of static resources so that they can be loaded more efficiently to your users Geographic location. Again improving speed.
Finally, any tracking scripts, old scripts or plugins you don’t need should be removed. You should always try and code in whatever you can. It all helps.
Nick Rowe – Lead Developer