Jun
26

Need For Speed? Google’s Page Speed

Google recently release the competition to Yahoo’s YSlow. The Firefox add-on to test and analyze your website speed and performance. I have been using YSlow for quite some time. It has helped me optimized my websites dramatically. Well, now google has entered the market with a similar tool called Page Speed. Page speed consists of two parts, page speed activity and page speed.

The Page Speed tab is a summary of the performance. It gives a detailed report with it’s respective grade. With this report you can see the areas that are in need of optimization.  It covers the following topics:

  • Enable gzip compression
  • Combine external JavaScript
  • Leverage browser caching
  • Minify JavaScript
  • Optimize images
  • Optimize the order of styles and scripts
  • Remove unused CSS
  • Serve static content from a cookieless domain
  • Use efficient CSS selectors
  • Minimize DNS lookups
  • Leverage proxy caching
  • Combine external CSS
  • Specify image dimensions
  • Minimize redirects
  • Minimize cookie size
  • Serve resources from a consistent URL
  • Avoid CSS expressions
  • Parallelize downloads across hostnames
  • Put CSS in the document head

The Speed Test Activity tab is a cool little feature that shows you in real time the activity of the website in a timeline view. So as the website loads you get a nice view of all the files being loaded and it provides you with a first inside look at some of the possible causes of speed problems in your website.

So if you feel the Need for Speed on your web applications and you might want to save bandwidth I would definetly recomend this tool. I personally have both tools installed (YSlow and Speed Test) so check them out and let me know your thoughts on it.

Note: Firefox required to use any of these tools.

Leave a comment