I saw this in an older post and am not sure if I still need to do this?
http://drupal.org/node/245166#comment-930883
$conf['page_cache_fastpath'] = 1;
I saw this in an older post and am not sure if I still need to do this?
http://drupal.org/node/245166#comment-930883
$conf['page_cache_fastpath'] = 1;
Comments
Comment #1
grendzy commentedI noticed this too, the fastpath doesn't kick in unless that's added to settings.php. (Tested by shutting down MySQL; in theory if fastpath is working cached pages should continue to load). I can't tell if this is a bug or or just missing documentation.