https://bugzilla.wikimedia.org/show_bug.cgi?id=22134
--- Comment #13 from Robert Rohde <[email protected]> 2010-01-18 00:05:29 UTC --- Alex is correct, the lag is mostly the massive structure of Citation/core which has over 200 #if branches (though only a fraction would be called during any given execution). None of it is individually bad, but taken collectively and called more than 100 times per article and it will really add up. As an aside, I've been contemplating extending the parser caching of pages to allow for per-page template caching which would allow one to bypass re-rendering these rarely changed blocks most of the time. -- 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
