Optimize Javascript Pages
I'm curious to know what everyone does to speed page load time when using fairly large frameworks like prototype or scriptacululous.
Now I understand the best solution would be to not use them but in my case this isn't an option.
5 comments
[ 0.27 ms ] story [ 21.7 ms ] thread2) Combine it into one file: http://www.thinkvitamin.com/features/webapps/serving-javascr...
3) Gzip before delivering to clients
or...
use just Google JS API: http://ajaxian.com/archives/announcing-ajax-libraries-api-sp...
Try to follow Yahoo! performance rules : http://developer.yahoo.com/performance/rules.html