YSlow for Firebug
August 29th, 2007Although it isn’t the newest news, it is new to me.
I recently found YSlow, a nice plugin to Firebug [easily the best Firefox plugin ever]. Made by Yahoo, it plugs in some nice features to help you gauge and optimize performance based on an arbitrary set of rules for high performance sites.
- 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
I’ve been using it lately to optimize load times on our site and it has helped quite a bit, if for nothing else than being a convenient way to actually measure load times. In particular, it pointed out some laziness on our part in regards to rule #6 and rule number #1. It helped quite a bit.
Nice screencast here.
Tags: Web


