wiki.techinc.nl/includes/cache
Kunal Mehta 27d21e3117 Move core message dirs from $wgMessagesDirs to LocalisationCache::getMessagesDirs()
If $wgMessagesDirs is initially empty, we can optimize when batch loading
extensions:

    if ( !$wgMessagesDirs ) {
        $wgMessagesDirs = $cache['MessagesDirs'];
    }

With APC, this should be O(1) CPU time.

This was suggested by Tim in the code review of I7074b65d07c5.

Change-Id: I66fa907cdaafe18b74b5b9afaa8b6b1db069bea3
2014-12-03 14:32:18 -08:00
..
bloom Fixed BloomCache handling of network partitions 2014-11-20 09:11:09 +00:00
BacklinkCache.php Fixed some @params documentation (includes/[cache|objectcache]) 2014-04-19 01:19:46 +02:00
CacheDependency.php Cleanup some docs (includes/[a-d]) 2014-07-24 19:42:45 +02:00
CacheHelper.php Docs: {function} -> callable 2014-07-21 21:38:56 +02:00
FileCacheBase.php Fixed some @params documentation (includes/[cache|objectcache]) 2014-04-19 01:19:46 +02:00
GenderCache.php Fixed some @params documentation (includes/[cache|objectcache]) 2014-04-19 01:19:46 +02:00
HTMLFileCache.php Merge "Deprecate HTMLFileCache::newFromTitle() in favor of constructor" 2014-09-19 00:24:16 +00:00
LinkBatch.php Title::getContentModel(): load from DB if necessary 2014-08-20 19:44:17 -04:00
LinkCache.php Removed $wgAntiLockFlags to unify the code paths 2014-10-03 10:42:17 -07:00
LocalisationCache.php Move core message dirs from $wgMessagesDirs to LocalisationCache::getMessagesDirs() 2014-12-03 14:32:18 -08:00
MessageCache.php Merge "Improved/additional logging for $wgTitle abuses" 2014-11-10 19:12:14 +00:00
ObjectFileCache.php Fixed some @params documentation (includes/[cache|objectcache]) 2014-04-19 01:19:46 +02:00
ResourceFileCache.php Fixed some @params documentation (includes/[cache|objectcache]) 2014-04-19 01:19:46 +02:00
UserCache.php Fixed some @params documentation (includes/[cache|objectcache]) 2014-04-19 01:19:46 +02:00