Saturday, October 26, 2013

Tips for High Performance Web Site

I am enjoying my new book "High Performance WebSite". Few awesome tips for making your website better..

1) Make fewer HTTP request
2) Use a Content Delivery Network
3) Add Expires Header
4) GZip Components
5) Put Stylesheets at the top
6) Put Scripts at the bottom
7) Avoid CSS Expressions
8) Make Javascript and CSS external
9) Minify Javascript
10) Avoid Redirection
11) Make Ajax Cacheable
12) Remove Duplicate Scripts
13) Use Image Spites for CSS
14) Versioning Static Assets

We all know most of the stuff but it's always nice to revise :)

Cheers!
Manisha

No comments:

Post a Comment