wiredfool

Website Performance Tweaks

A good summary of how to speed up the delivery end of a website, once you’ve got the page generation times under control: Learning the World » Website Performance Tweaks

  • Reduce requests, aggregate images using css sprites, reduce the number of style sheets and javascript.
  • Compress css and javascript
  • Move the javascript to near the closing body tag, if possible, to allow for the page to render before requiring that all the javascript be loaded.
No comments

No comments yet. Be the first.

Leave a reply

You must be logged in to post a comment.