darthbhyrava created this task. Herald added subscribers: pywikibot-bugs-list, Aklapper.
TASK DESCRIPTION `RecentChangesPageGenerator` is requesting many other props which are unnecessary as they are not used. `RecentChangesPageGenerator` only uses `title` and `type` -- everything else is discarded. So there is a performance improvement which can be made to `RecentChangesPageGenerator`, by setting the `rcprop` to only include the props which are used. TASK DETAIL https://phabricator.wikimedia.org/T130189 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: darthbhyrava Cc: jayvdb, Aklapper, pywikibot-bugs-list, darthbhyrava _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
