Yahoo Performance Rules & YSlow
It’s been a while since I posted my last blog post on VS 2008, have been busy with the new project, trying to catchup on things. Yahoo have given a list of rules that could be followed to increase the performance of web applications, here are they
http://developer.yahoo.com/performance/rules.html
In particular I found these rules interesting,
4: Gzip Components(Not sure how to implement this, finding more info on this)
8: Make JavaScript and CSS External
10: Minify JavaScript(For minifying JS, JSMin could be used with JSLint)
Yahoo has released YSlow, their web performance tool that measures web performance based on the above rules. YSlow is integrated with Firebug, my favorite web development helper for firefox.
Ponnu