Page MenuHomePhabricator

Use object cache in ThrottleOverride
Closed, ResolvedPublic

Description

Just doing DB queries every time is rather pants. Should use memcached (or similar) to store the throttles for the wiki, and invalidate on additions/deletions and modifications if T62423 is completed

Event Timeline

Change 392556 had a related patch set uploaded (by BryanDavis; owner: Bryan Davis):
[mediawiki/extensions/ThrottleOverride@master] Use WANCache for throttle lookups

https://gerrit.wikimedia.org/r/392556

Change 392556 merged by jenkins-bot:
[mediawiki/extensions/ThrottleOverride@master] Use WANCache for throttle lookups

https://gerrit.wikimedia.org/r/392556

EddieGP assigned this task to bd808.