Avoid asking for the day, month etc name messages and the total number of articles...
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 21 Nov 2004 14:07:24 +0000 (14:07 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 21 Nov 2004 14:07:24 +0000 (14:07 +0000)
commit2376b2c6f137d6c4dbd2cffab0eed52f1f127c06
tree3cee81acf6c03712b526e87cbe282a0c86dec6c5
parent27ffdd86b635b3ee83b020c9f01ef2aaaecc8822
Avoid asking for the day, month etc name messages and the total number of articles over and over. InitialiseVariables() gets called during message transformations, so this saves several milliseconds of startup time which can be a significant portion of execution time on ParserCache'd page views.
includes/Parser.php