Page MenuHomePhabricator

Purge articles on image updates
Closed, InvalidPublic

Description

T111048: New URL scheme for service-generated thumbnails will likely force us to purge articles where images are used when said images are updated. This will help us ensure that in the new scheme, articles that haven't been updated since the images they contain have don't display stale/broken images.

Event Timeline

Gilles claimed this task.
Gilles raised the priority of this task from to Medium.
Gilles updated the task description. (Show Details)
Gilles added a project: Performance-Team.
Gilles added subscribers: Gilles, Aklapper.
Gilles added a subscriber: aaron.

Already implemented crosswiki by @aaron in 2013 and enabled for Commons ($wgGlobalUsagePurgeBacklinks).

And this also works on local wikis through HTMLCacheUpdate calls.

I'm not sure why this was needed originally, presumably for states other than updates (deletion, etc.), but it suits our purposes well.