Exceptional Performance : Best Practices for Speeding Up Your Web Site
- Make Fewer HTTP Requests
 - Use a Content Delivery Network
 - Add an Expires 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
 - Avoid Redirects
 - Remove Duplicate Scripts
 - Configure ETags
 - Make Ajax Cacheable