Yahoo!'s Exceptional Performance team evangelizes best practices for improving web performance. They conduct research, build tools, write articles and blogs, and speak at conferences. Their best practices center around the rules for high performance web sites.
Rules for High Performance Web Sites
Rules for High Performance Web Sites
The Exceptional Performance team has identified 13 rules for making web pages fast. Each rule is discussed in the Developer Network Blog articles listed below.
- 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
Yahoo! has released a a tool called YSlow yesterday. YSlow integrated with the popular analyzes web pages and tells you why they're slow based on the rules for high performance web sites. YSlow is a Firefox add-on Firebug web development tool. This tool has helped improve the performance on over 50 Yahoo! properties by 25-50%.
No comments:
Post a Comment