https://bugzilla.wikimedia.org/show_bug.cgi?id=37634
--- Comment #6 from [email protected] 2012-06-18 14:11:24 UTC --- Seems like there are different places to hook in for different types of special pages. 'OldChangesListRecentChangesLine' works for RecentChanges, but needs a heavy lookup. It is already other heavy actions there. Not sure if a little more really makes any big difference. Because several accesses this page at the same time I would propose to simply use the memcached for caching the title-language-label-lookup. 'LogLine' works for several logging pages. It also have a load issue, but is used much more seldom than the recent changes. Not sure if there is anything to gain on caching values.. 'ShowSearchHitTitle' should be used too. 'Special::NewPagesFilter' seems to be odd, not sure if this is covered by any of the other hooks. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
