* Skip message cache initialization on raw page view (quick hack)
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 18 Jan 2005 10:16:55 +0000 (10:16 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 18 Jan 2005 10:16:55 +0000 (10:16 +0000)
commit0defdc6a3efca1c24d2bf9d497f515e82a21ab6e
treeea0128fb627c62c346669224fd06bdcd4884ff0e
parent0a4c6b04f1566bf44d1580338bfd30472382c2a2
* Skip message cache initialization on raw page view (quick hack)
The MediaWiki:Sitenotice hack as currently written forces message cache initiali
zation early in Setup.php. This adds up to 30% to the runtime on raw page views
and cache hits where no skin output has to be made, and dynamic CSS means we've got a fair amount of raw page views.
includes/Setup.php