It's a blog.
I enabled APC, the Alternative PHP Cache, a while back. The basic premise is that it’s an opcode cacher, making up for the fact that PHP pages get compiled on each pageload. It also caches oft-used files, though. (Although, in theory, Linux ought to be caching oft-used files in RAM too, APC is a bit [...]