https://bugzilla.wikimedia.org/show_bug.cgi?id=18229
Aryeh Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #1 from Aryeh Gregor <[email protected]> 2009-03-29 13:57:30 UTC --- This should be merged into the main RC query. We shouldn't need caching here, it should just be part of the query we already do. At most these should be two or three extra queries per view, not per row. The getLatestRevID is probably for rollback links. That feature (r45918) can just be killed if it's not easy to get it to work reasonably, IMO. The others probably can't just be removed, they look like permissions checks, but it should be possible to roll them into the existing query/queries. While we're at it, Linker::link() is taking a huge amount of CPU time on RC, that should be investigated. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
