 | |
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;
- Install a cache engine.
-
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: