Written by James McDonald

September 27, 2011

Since I moved to a self managed Rackspace Cloud Server. I’ve been forced to look at all the things that one would normally pay a shared hosting provider to manage. i.e. Security and Performance.

So after installing a roll-your-own Apache+Suexec+Mod_Security+MySQL+PHP environment I’m now in the optimisation market.

Enter Googles page speed plugin available for both Firefox and Chrome.

http://code.google.com/speed/page-speed/
http://code.google.com/speed/page-speed/docs/using_chrome.html#Installing

Discovering that my page load score was low at 60-70/100 I’ve been beavering away at getting it higher and I’m up to 90 but it’s becoming an obsession.

You have to enable gzip compression for both static and dynamic content. Enable Expires headers and do all sort’s of tweaks to get the page to load quicker and quicker.

I now am looking at things I’ve not really heard of CSS sprites and minifying (compress Javascript/CSS to remove the bloat of whitespace).

Anyway do look at the Google Page Speed plugins. You may be suprised at the many suggestions and links they point you to in order to speed up your web sites.

0 Comments

Trackbacks/Pingbacks

  1. Page Load Speed Improvements – The Telarah Times - [...] Page Load Speed Improvements var addthis_product = 'wpp-262'; var addthis_config = {"data_track_clickback":false}; I’m noodling away at my websites performance…

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Network speed test host to host

On Ubuntu / Debian apt-get install iperf3 On Windows download it from https://iperf.fr/iperf-download.php#windows Make...

Clear HSTS Settings in CHrome

Open chrome://net-internals/#hsts enter the domain in the query field and click Query to confirm it has HSTS settings...