Print
This List
Email to
a Friend
Web developers: 14 tips for faster web pages
TIPS
Tags: web, pages, load, time, speed, fast, tips
This list is for the more technically inclined, but Steve Souder of Yahoo had this to share at the Web 2.0 expo about how to make web pages load faster and improve user experience and perception:
| | Make fewer HTTP requests |
| | Use a CDN |
| | Add an Expires header |
| | Gzip components |
| | Put CSS at the top |
| | Move JS to the bottom |
| | Avoid CSS expressions |
| | Make JS and CSS external |
| | Reduce DNS lookups |
| | Minify JS |
| | Avoid redirects |
| | Remove duplicate scripts |
| | Turn off ETags |
| | Make AJAX cacheable and small |
Lister:
john
Source:
Get Steve's powerpoint preso here
Other lists of interest:
This list not rated yet – be the first to rate it