Links
Twitter
Flickr
« Kick ass build and continuous integration blog | Main | 10 years since I left NZ »
Tuesday
May132008

Wordpress caching

Lifehacker blogged about Monica's healthy foods shopping list and for a couple of hours last night while we were sleeping Wordpress collapsed under the load.

I've just installed WP Super Cache and will see how that goes.

On the whole the installation process was very straight forward.

http://ocaoimh.ie/wp-super-cache/

A couple of things to note:

The plugin installs some text into the .htaccess file that's wrapped in conditionals that don't seem to work in Apache2:

<IfModule mod_rewrite.c>

I deleted those.

Now we need some more of these spikes to see how it performs.

Oh, and I suppose I should get some monitoring set up.

Henry recommends pingdom.com and that might be a good option but I'm cheap so perhaps I can roll my own system using cron / wget and twitter API?

Reader Comments (2)

That's weird that Apache2 complained about the IfModule lines.

BTW - you should enable fancy permalinks to get the most out of wp-super-cache!

May 13, 2008 | Unregistered CommenterDonncha O Caoimh

Hi Donncha, thanks for the comment. Great plugin, thanks for that too.

I have a file containing:

LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so

linked into the mods-enabled directory and rewriting certainly seems to be working.

Yes, re: fancy links, thanks, and those are turned on for smarterfitter.com where I installed the caching.

May 13, 2008 | Unregistered Commentertim.harding

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>