Caching enabled
Tuesday, September 11th, 2007The web programmer in me couldn’t leave well enough alone.. even though I have exactly zero traffic right now I just had to get proper caching going (you know, just in case this extremely insightful post gets slashdotted or dugg or featured in the NY Times or, or, or something).
I’m using the WP-cache plugin, which seems to work pretty well. It did give me problems at first, because I can never bear to set up a PHP install without APC installed for a free speed boost–why, you ask? see the first paragraph–and as I eventually learned this can lead to segmentation faults when using WP-cache.
This helpful post on a blog called Mark on Wordpress helped me resolve the problem; it was a simple matter of convincing apc that it should ignore certain files related to the plugin.