The best reference for the design of fast web sites is, IMHO, Steve Souders‘s book on front end optimization. He recommends the following best practices: Rule 1 – Make Fewer HTTP Requests Rule 2 – Use a Content Delivery Network Rule 3 – Add an Expires Header Rule 4 – Gzip Components Rule 5 –…