https://bugzilla.wikimedia.org/show_bug.cgi?id=54465

--- Comment #2 from Brion Vibber <[email protected]> ---
Jotting down a quick note from IRC discussion:

Making sure the parsed output is cached, and invalidating via standard
refreshlinks jobqueue etc may help...

I worry though that the multilanguage & translation support will make this
tricky; after a large invalidation the worst-case rendering time for 140+
campaigns would still be really terrible.

A cheap hack to help might be to restrict the default paging limit on the API
call, like some of the more expensive API calls do. This'd break up the
worst-case rendering time into smaller individual requests which can return in
decent time.

Another solution might be to use a cheaper bulk call that doesn't translate
anything but the campaign names, then fetch the details on a subsequent request
if you need them.

-- 
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

Reply via email to