Use wfGetCache( CACHE_ANYTHING ) instead of $wgMemc to store the result of ResourceLo...
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 19 Nov 2010 01:40:00 +0000 (01:40 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 19 Nov 2010 01:40:00 +0000 (01:40 +0000)
commit04b2b29db7444904cbf35e2fb84734d7ebacf4e9
treea1dda6a2dc25f04083d33f8d0fe9020263fb9a68
parentf756d9f9e85df33d388c7beb7cb1b4d29e730367
Use wfGetCache( CACHE_ANYTHING ) instead of $wgMemc to store the result of ResourceLoader::filter(). Speeds up cold cache view of the main page on a non-APC default installation by a factor of 2.3 (measured using siege, no concurrency, URL list captured from Firefox, server = my laptop).
includes/resourceloader/ResourceLoader.php