Improve performance of your web site with Page Speed

Page Speed is a Firefox addon who add a new functionality to Firebug enabling the user to evaluate and improve the performances of a web site.

Although as improving perofrmances of a web site is no longer as critical as in the past with the evolution of new technologies, this has some advantages :

  • Make your site faster and logically more cumfortable for users. Moreover, all the users doesn't have broadband and improve the rendering speed can save users.
  • Reduce the used bandwith and the hosting costs
  • Improve the web itself respecting some simple rules.

Discover how to achieve this objectives with Page Speed.

Page Speed needs Firebug to work because it add a new tab to the Firebug view. The installation is very simple. You just have to download the plugin from the official page and to install it like any other Firefox plugin.

Then, you can launch Firebug and you should see a new tab "Page speed" :

Page Speed

You can now launch the analysis with the "Analyze Performance" button. Once the scan is complete (a few seconds normally), Page Speed will indicate what are the critical points of your web page.

The advices are grouped into 5 categories :

  • Improve caching : Verify that the most of the objects can be cached
  • Minimize the number of requests grouping the different requests
  • Minimize the size of the request
  • Minimize the size of the page
  • Improve browser rendering

You can see the complete list of best practices on the site of Page Speed.

Here are some example advices it can give to you :

  • CSS : Combine CSS files in a single file to limit requests, delete unused CSS and minimize the size of CSS file compacting it.
  • Optimize images. This functionality is very interesting and provide directly an optimized version of images, it seems a lighter image but with the same quality. I use a lot this function.
  • Minimize Javascript code
  • Enable GZip compression on all the pages. That could save more than 80% of the bandwith.
  • Parrallelize downloads distributing across several domains.
  • etc...

For fast all advices, the plugin say you how to solve the problem and improve the performances.

To conclude, i would say that this plugin is essential for everybody who want to keep its web site faster.

Links :

Related articles

  • Improve performances of WordPress with W3 Total Cache
  • New design: Faster and mobile compatible
  • No more ads on the site !
  • 10 most useful Google Tools
  • New design for JTheque Web site
  • Solve "File param is missing" problem of W3 Total Cache
  • Comments

    Comments powered by Disqus