Google's Page Speed analysis tool points out that I have several "blocking" javascript files that would be best loaded after the page loads to improve the speed.
They have a small script they suggest inserting in the head of the page to do this.
However, when I look at the html_header.php file in the /common directory, I see several scripts in place for calling all JS files from various directories.
I'm wondering if anyone here has experience and/or code examples that would allow me to load the javascript at the end of the page loading process, rather than the beginning?
I can post the Google Javascript here, if that would helpful and/or if it's allowed.
Thanks,
John


Reply With Quote
