From: Brion Vibber Date: Mon, 22 Nov 2004 06:49:58 +0000 (+0000) Subject: Forgot to commit this: enable parser cache by default X-Git-Tag: 1.5.0alpha1~1274 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=0ad692d3576610f31d0e585fb977c39684c39289;p=lhc%2Fweb%2Fwiklou.git Forgot to commit this: enable parser cache by default --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 70643b7f3e..3805fff617 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -395,7 +395,16 @@ $wgEnablePersistentLC = false; # Obsolete, do not use $wgCompressedPersistentLC = true; # use gzcompressed blobs $wgUseOldExistenceCheck = false; # use old prefill link method, for debugging only -$wgEnableParserCache = false; # requires that php was compiled --with-zlib +/** + * Keep parsed pages in a cache (objectcache table, turck, or memcached) + * to speed up output of the same page viewed by another user with the + * same options. + * + * This can provide a significant speedup for medium to large pages, + * so you probably want to keep it on. + */ +$wgEnableParserCache = true; + /**#@-*/ # wgHitcounterUpdateFreq sets how often page counters should be