'Javascript' Category
-
Apr292010
A simple Javascript Queue for Asynchronous Loading
Share
YSlow is a popular tool for measuring and tweaking site performance. The tool recommends that Javascript be put at the bottom of the page (since javascript blocks the page until its loaded). However one of the challenges of doing this is that you cannot call any javascript function (that you have defined in your js [...]