You are here Home > Know-how > MediaWiki - CMS > Advanced Features in MediaWiki > Caching
MediaWiki - CMS
 

8.2 Caching

15.06.2007
8.1 Own MediaWiki Extension [  up  ] - [ A - Z ] - [ top ] 8.2.1 eAccelerator

Important   Memory Caching will improve the site performance significantly!

includes/DefaultSettings.php:
# Translation using MediaWiki: namespace
# This will increase load times by 25-60% unless memcached is installed
# Interface messages will be loaded from the database.
$wgUseDatabaseMessages = true;
$wgMsgCacheExpiry       = 86400;
  1. Install a cache engine.
  2. In LocalSettings.php, change from
    $wgMainCacheType = CACHE_NONE; to
    $wgMainCacheType = CACHE_ACCEL;

or create a new Wiki...

localhost/wiki/config/
Shared memory caching
Select one:

    * no caching
    * Turck MMCache
    * eAccelerator 



See also:


8.1 Own MediaWiki Extension       A - Z Index       Top       Disclaimer       8.2.1 eAccelerator


$Id: cache.html,v 1.114 2007/06/15 11:49:14 webcms Exp $
copyright © 2005-2007 by reto