YSlow - Web site performance extension for Firefox
Posted on July 25, 2007, under Web Dev/Tech.
Yahoo! has made publically available their internal web site performance testing tool, YSlow. It’s pretty slick. YSlow will show you problem areas, and include information on how to fix them by linking to different parts of their “Thirteen Simple Rules for Speeding Up Your Web Site” document.
Here is YSlow’s summary feature list:
- Performance report card
- HTTP/HTML summary
- List of components in the page
- Tools including JSLint
Yahoo’s thirteen rules for speeding up your site are:
- Make Fewer HTTP Requests
- Use a Content Delivery Network
- Add an Expires Header
- Gzip Components
- Put CSS at the Top
- Move Scripts to the Bottom
- Avoid CSS Expressions
- Make JavaScript and CSS External
- Reduce DNS Lookups
- Minify JavaScript
- Avoid Redirects
- Remove Duplicate Scripts
- Configure ETags
YSlow depends on the Firebug extension being installed, but Firebug is such a great web dev tool you should have it installed already.