https://bugzilla.wikimedia.org/show_bug.cgi?id=28901
--- Comment #5 from Bryan Tong Minh <[email protected]> 2011-05-14 09:18:22 UTC --- ApiImport is good ApiPatrol is good ApiPurge is not good, and is presumably already doing a query for every title because it is doing (new Title)->exists() in a loop. ApiQuery gets its titles from ApiPageSet; need to check that. ApiQueryAllimages is not good ApiQueryAlllinks is not good ApiQueryBacklinks is not good ... and many others are not good either. So somebody should take some time to fix all of them. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
