https://bugzilla.wikimedia.org/show_bug.cgi?id=29831
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |LATER --- Comment #2 from Brion Vibber <[email protected]> 2011-07-13 01:02:27 UTC --- 'Local consensus' link leads to a nonexistent page. Assuming the extension is this: http://www.mediawiki.org/wiki/Extension:UsageStatistics While it looks like it might be able to make some neat graphs, performance is obviously a concern; it's unlikely that we'd deploy something like this without a way to make sure it can always run very efficiently even on the largest/most active sites/pages/users. It's unlikely we'd turn something like this on on a wiki-by-wiki basis either; it should either go in or not. * extension needs overall cleanup & overhaul * the actual DB queries look fairly likely to explode on large data sets -- it may read a row for *every edit you've ever made* and doesn't even try to limit to a sane number; very slow queries or running out of memory are possible * needs to use rev_user instead of rev_user_text when possible (renaming inconsistencies) * gnuplot usage would need a security audit etc probably -- or replace with something else (not google charts, we'd want to avoid using an external service) * split JavaScript libraries out of the PHP files! -- 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
