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 RequestsRule 2 - Use a Content Delivery NetworkRule 3 - Add an Expires HeaderRule 4 - Gzip ComponentsRule 5 - Put Stylesheets...