Set cache types to APC/APCu/WinCache in DevelopmentSettings.php
Bug: T225496 Change-Id: I14dd3fea9795a501e29383a3cae2b3e9a0077e69
This commit is contained in:
parent
60caf0fc0f
commit
5a090c2982
1 changed files with 6 additions and 0 deletions
|
|
@ -53,3 +53,9 @@ if ( $logDir ) {
|
|||
$wgDebugLogGroups['error'] = "$logDir/mw-error.log";
|
||||
}
|
||||
unset( $logDir );
|
||||
// Make caching faster
|
||||
$wgMainCacheType = CACHE_ACCEL;
|
||||
$wgMessageCacheType = CACHE_ACCEL;
|
||||
$wgParserCacheType = CACHE_ACCEL;
|
||||
$wgSessionCacheType = CACHE_ACCEL;
|
||||
$wgLanguageConverterCacheType = CACHE_ACCEL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue