In addition to Firebug I use YSlow which is a firefox add-on integrated with the popular Firebug web development tool. YSlow analyzes web pages and tells you why they're slow based on the following rules for high performance Web 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
YSlow gives u the following:
- Performance report card
- HTTP/HTML summary
- List of components in the page
- Tools including JSLint
- Performance Research, Part 1: What the 80/20 Rule Tells Us about Reducing HTTP Requests
- Performance Research, Part 2: Browser Cache Usage - Exposed!
- Performance Research, Part 3: When the Cookie Crumbles
- Performance Research, Part 4: Maximizing Parallel Downloads in the Carpool Lane
If you dont have Firebug Install it here and YSlow here
No comments:
Post a Comment