https://bugzilla.wikimedia.org/show_bug.cgi?id=21965
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Roan Kattouw <[email protected]> 2009-12-29 14:29:47 UTC --- Special:Mostlinked is an expensive special page, and generating it is stressful for the database. If your wiki is large or if there are many generation attempts going on at the same time, the slowness you described can happen. You can set $wgMiserMode = true; to disable such expensive features; you can then use the updateSpecialPages.php maintenance script to periodically update these pages rather than having them regenerated every time someone views them. -- 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
