https://bugzilla.wikimedia.org/show_bug.cgi?id=55377
--- Comment #2 from Brad Jorsch <[email protected]> --- (In reply to comment #0) > * Use recentchanges with a generator module. To use it with a generator you'd need to use "titles" rather than "rctitles", and you'd probably also want to move the module to "prop=recentchanges" instead of "list=recentchanges" (breaking BC). At that point, adding a "prop=recentchanges" (which might need a different name) might make more sense. (In reply to comment #1) > Of course, it is possible that this just proves the opposite (watchlist is > also slow, but we can't remove it, and we can remove rctitles from the API > to avoid it from getting worse). I think that's a good possibility. The query used for the watchlist filesorts, which is something we try to avoid in the API for performance reasons. Is this why we have a special database query group just for the watchlist? -- 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
