Database:
- add a database patch to create a new column media.files_size unsigned INT(10) NULL to store number of bytes. Add a new index on that column to speedup sorting
Backend:
- calculate Media file size on Media update and store in the database
Frontend:
- show Media file size as extra column and allow to sort by that factor
Requested by @setareh.pedone