2014-01-20, 03:47:26
(This post was last modified: 2014-01-20, 13:49:19 by emanwebdev.)
How to move all these blocking javascript to the end of the page?
As soon as we start to use plugins, the <head> get crammed with obese jquery & co scripts that must be put just before the </body> anyway (the page doesn't need 3 versions of jQuery, 2 times the very same .css and a myriad of tiny .js generating a long list of HTTP requests) It spoils the page load speed, the UX and the Gogogl ranking.
How to move them all to the end of the page? (Combining & Minifying them is for another post)
Can't find nor here nor in the Wiki
Any help pointer most welcomed
As soon as we start to use plugins, the <head> get crammed with obese jquery & co scripts that must be put just before the </body> anyway (the page doesn't need 3 versions of jQuery, 2 times the very same .css and a myriad of tiny .js generating a long list of HTTP requests) It spoils the page load speed, the UX and the Gogogl ranking.
How to move them all to the end of the page? (Combining & Minifying them is for another post)
Can't find nor here nor in the Wiki
Any help pointer most welcomed