Last modified: 2014-10-08 11:30:06 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T73183, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 71183 - Add largest files maintenance report
Add largest files maintenance report
Status: NEW
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
unspecified
All All
: Low enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-09-23 17:35 UTC by Sam Reed (reedy)
Modified: 2014-10-08 11:30 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Sam Reed (reedy) 2014-09-23 17:35:24 UTC
Possibly doesn't even need to be a maintenance report per se, the img_size field is indexed...

select img_name, img_size from image order by img_size desc limit 10;


Useful for commons and alike, where I had to do an SQL query
Comment 1 Umherirrender 2014-09-23 19:21:01 UTC
Special:ListFiles already supports this ...

https://commons.wikimedia.org/w/index.php?title=Special:ListFiles&sort=img_size&limit=500&asc=&desc=1

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links