Here are some rules to make your web site faster and gooder. These thirteen rules can be enforced via the new Yahoo Firefox plugin called YSlow, which will examine a web site and tell you how well it does using these rules. In my recent Javascript fixation, I am particularly interested in rule 11. Here are the rules:
Thirteen Simple Rules for Speeding Up Your Web Site
- 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
Thirteen Simple Rules for Speeding Up Your Web Site

