Google Webmaster Tools
It’s been a while since I logged into Google Webmaster Tools. There are some terrific new features there, and some old ones that make life easier – I really must develop the habit of checking at least weekly.
One new feature that stands out immediately is Site Performance.

Site Load Time Performance 16th December - 3.5 Seconds
The chart is accompanied by the comment:
Performance overview
On average, pages in your site take 3.5 seconds to load (updated on Dec 16, 2009). This is slower than 58% of sites.
There is also a list of page speed suggestions for 10 individual pages and a recommendation to install the Page Speed Firefox add-on. It is not obvious why the 10 pages were selected – maybe it’s a random thing, but I’ll check later. All the pages listed are old pages that I am gradually reformatting in WordPress, so I was not too worried.
I was intrigued by the overall fairly poor performance, as I know that for a shared host, the service I use is pretty fast. WordPress has some critics regarding speed, so I decided to install Page Speed and investigate further.
One disappointment is that the Page Speed tool does not report the page load time – or at least not in any easy-to-understand way. I was hoping for something simple to give a few straightforward suggestions. Instead I found a real geek tool that analyzes everything (it seems), but makes you search for solutions.
Over the next few weeks, I will implement the main recommendations, and update my WordPress installation guide to suit. Let’s see how soon I can get into that fastest 20%.
The most prominent warning from Page Speed was to do with cache expiration times on static data like images, css, and js files. I specifically do not want to add WordPress plugins to deal with the issues raised by Page Speed – I’ve had one or two problems with cache plugins recently, and I’ve disabled them all.
Anyway, this is simply solved by the addition of a few lines to .htaccess:
<ifmodule mod_expires.c>
<filesmatch "\.(jpg|gif|png|css|js)$">
ExpiresActive on
ExpiresDefault "access plus 1 year"
</filesmatch>
</ifmodule>
Weirdly, after changing this, Page Speed still reports a problem until I refreshed the page! I thought it was complaining that it had to refresh anyway.
The next most important recommendation is gzipping, but I’m going to wait a few days to see what effect this first improvement has.



Website Traffic 2:02 pm on December 5, 2009 Permalink |
P2 might not be perfect, but it handles tag links nicely. It shows how many entries are tagged with the keyword, and only links to the tag archive if there are more than 1 – Clever!