kieranbarnes Independent PHP, WordPress & CubeCart Programmer

Moving mod_pagespeed’s file-based cache into RAM

Posted on January 27, 2012

Posted by kieran

Google's mod_pagespeed does a great job at optimising web resources such as HTML, JS, CSS and even images.
I use it on a lot of customer production sites as a great partner to APC cache for super fast web sites.

I won't go into details on how it works, if you're  reading this, you already know!

mod_pagespeed caches resources to disk. If you are running on a heavily loaded server or a VPS, disk IO is a premium.
So we should really cache to memory, its faster, cheaper and easy to set up.

WP Super Cache – I’m impressed

Posted on July 31, 2008

Posted by Kieran

Pictures speak better than words...

Site Performance Quick Fixes

Posted on July 31, 2008

Posted by Kieran

I've been playing around with YSlow for a while now, now I decided to a quick test on this blog.

This blog, according to YSlow rates a frumpy Grade D, with a score of 61. Not bad, but not great.
A bit of .htaccess trickery should give me a few extra points... Excellent Grade C, with a score of 73.