http://www.stevesouders.com/
rule1: make fewer http requests
rule2: use a cdn (content delivery network)
rule3: add an expire header
rule4: gzip components
rule5: put stylesheets at the top
rule6: put scripts at the bottom
rule7: avoid css expression
rule8: make javascript and css external
rule9: reduce dns lookups
rule10: minify javascript
rule11: avoid redirects
rule12: remove duplicate scripts
rule13: configure etags
rule14: make ajax cacheable
rule1: make fewer http requests
rule2: use a cdn (content delivery network)
rule3: add an expire header
rule4: gzip components
rule5: put stylesheets at the top
rule6: put scripts at the bottom
rule7: avoid css expression
rule8: make javascript and css external
rule9: reduce dns lookups
rule10: minify javascript
rule11: avoid redirects
rule12: remove duplicate scripts
rule13: configure etags
rule14: make ajax cacheable
Comments
Post a Comment