https://bugzilla.wikimedia.org/show_bug.cgi?id=30428
--- Comment #5 from Bawolff <[email protected]> 2011-08-17 22:40:01 UTC --- >We should check extensions used in production for Parser::disableCache calls as >this general issue could hit us again elsewhere. grepping says the following extensions can disable cache in some circumstance (going through the one's that are in /branches/wmf/1.17wmf1/extensions): *DonationInterface *Quiz *CommunityVoice *ScanSet Quiz is probably the only one that is really widely used. I'm unsure if anything uses CommunityVoice or ScanSet anymore and DonationInterface is probably something that might be an exception. In core you can do stuff like {{special:recentchanges}} which will disable cache which probably don't really need to disable cache (Especially for things like {{special:prefixindex/foo}}) -- 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
