Thirteen Simple Rules for Speeding Up Your Web Site

ma devnet 1 Thirteen Simple Rules for Speeding Up Your Web Site
I came across this article on the Yahoo Developer Network. Its from the book “High Performance Web Sites” by Steve Souders. Here is a brief list of what Steve is suggesting and link to the original:

  1. Make Fewer HTTP Requests
  2. Use a Content Delivery Network
  3. Add an 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. Reduce DNS Lookups
  10. Minify JavaScript
  11. Avoid Redirects
  12. Remove Duplicate Scripts
  13. Configure ETags

No related posts.

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

Read previous post:
jQuery 1.2: Massive NEW Release

Yesturday was anounced that the latest jQuery version is online. Its marked 1.2 and includes tons of new features. Also...

Close