PHP Professionals

tech stuff, tips and the occasional rant

Drupal performance tuning (2) and a patch to the memcache module

Two methods are explained below to serve some of your (anonymous) pages entirely from memcache. The second one is nicer and follows the Drupal way of handling things. The first one is more like a hack.
The hack: modify index.php
If you’re allready using the Drupal memcache module, there is a somewhat clunky way to get your [...]