Increase Website Performance
As I have I am interested in website design again I was looking at ways to increase website performance. The best information I found was best practices for speeding up website at yahoo
The main factors of increase website performance are
The main factors of increase website performance are
- Minimize HTTP Requests
- Use a Content Delivery Network
- Add an Expires or a Cache-Control Header
- Gzip Components
- Put Stylesheets at the Top
- Put Scripts at the Bottom
- Avoid CSS Expressions
- Make JavaScript and CSS External
- Reduce DNS Lookups
- Minify JavaScript and CSS
- Avoid Redirects
- Remove Duplicate Scripts
- Configure ETags
- Make Ajax Cacheable
- Use GET for AJAX Requests
- Post-load Components
- tag: content
- Preload Components
- Reduce the Number of DOM Elements
- Split Components Across Domains
- No 404s
- tag: content
- Reduce Cookie Size
- Use Cookie-free Domains for Components
- Minimize DOM Access
- Develop Smart Event Handlers
- Choose link over @import
- Avoid Filters
- Optimize Images
- Optimize CSS Sprites
- Don't Scale Images in HTML
- Make favicon.ico Small and Cacheable
- Keep Components under 25K
- Pack Components into a Multipart Document
The amazing thing for me is I thought I could be considered a website developer but I don't understand half the factors I have listed above in improving website performance.
0 Comments:
Post a Comment
<< Home