(bug 26399) Preload module info for all modules in startup module, to prevent lots...
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 23 Dec 2010 21:01:54 +0000 (21:01 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 23 Dec 2010 21:01:54 +0000 (21:01 +0000)
commit37d7dc565391d741df15af22d6c30dd461ac8325
treefab490b1687e554d90132ac503ddf371758fe77a
parent8fed0eb24192d04cbfa7f98606f7d08816babda4
(bug 26399) Preload module info for all modules in startup module, to prevent lots of individual queries. Also improve preloadModuleInfo() to register the absence of message blobs for modules that do have messages (they were being missed because they were expected to have blobs for this reason)
includes/resourceloader/ResourceLoader.php
includes/resourceloader/ResourceLoaderStartUpModule.php