https://bugzilla.wikimedia.org/show_bug.cgi?id=30428
--- Comment #4 from Asher Feldman <[email protected]> 2011-08-17 22:30:41 UTC --- $wgCategoryTreeDisableCache = false did the trick, the commons home page is now getting parser cached as well as cached by squid. This issue appears to have arisen due to a DoS attack generating ~5k reqs/sec that got lucky and happened upon this week spot in our infrastructure. Action has also been taken to block that traffic. We should check extensions used in production for Parser::disableCache calls as this general issue could hit us again elsewhere. -- 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
