Page MenuHomePhabricator

Special:Transcode_statistics is very slow to load on Commons, cuts off lots of info
Open, LowPublic

Description

The transcode report on Special:Transcode_statistics (formerly Special:TimedMediaHandler) is really slow to load on Commons; I think it's doing at least a full table scan of the transcode table, which has over 5 million rows on Commons.

Additionally this report often cuts off the data and is hard to sort/read through. It needs some love and reworking to make it easier when managing transcode queue stuff!

Might need to add appropriate indexes to transcode table, might just need to make it read it more sensibly.

Event Timeline

Change 979173 had a related patch set uploaded (by Brion VIBBER; author: Brion VIBBER):

[mediawiki/extensions/TimedMediaHandler@master] Adjust SQL queries on Special:TranscodeStatistics

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

TheDJ added a parent task: Restricted Task.Jan 31 2024, 9:12 AM

Change 979173 merged by jenkins-bot:

[mediawiki/extensions/TimedMediaHandler@master] Adjust SQL queries on Special:TranscodeStatistics

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

The query tweaks didn't really help in practice. Time to add some sensible fixes. ;)

Change #1018347 had a related patch set uploaded (by Bvibber; author: Bvibber):

[mediawiki/extensions/TimedMediaHandler@master] WIP transcode table updates

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

Change #1239536 had a related patch set uploaded (by TheDJ; author: TheDJ):

[mediawiki/extensions/TimedMediaHandler@master] TranscodeStatistics: make use of new state and touched columns

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

Change #1018347 abandoned by TheDJ:

[mediawiki/extensions/TimedMediaHandler@master] WIP transcode table updates

Reason:

done via I12e4bc72e0a6163948bf19d9e30bef12534ea043 and I3bc0e2c9047ffed7aee1aff8150d6519c902ea99

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

Change #1239536 merged by jenkins-bot:

[mediawiki/extensions/TimedMediaHandler@master] TranscodeStatistics: make use of new state and touched columns

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