Let the parser cache use the objectcache table if memcached isn't set up,
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 22 Nov 2004 01:16:44 +0000 (01:16 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 22 Nov 2004 01:16:44 +0000 (01:16 +0000)
commitc7620a7106b77344d11b756271e9ab70cd00373f
tree23ef5204b4f8dfdbb2273f5a166d45d87aecdfc8
parent2376b2c6f137d6c4dbd2cffab0eed52f1f127c06
Let the parser cache use the objectcache table if memcached isn't set up,
and enable it by default. This provides significant speedups on medium
to long pages, though for busier sites the garbage collection probably
should be adjusted.
includes/ParserCache.php
includes/Setup.php