What does it do? 

  • This extension visualize the disk usage of TYPO3 storages using Vue.js and ECHARTS
  • It helps to find big, no more used files in a TYPO3 installation
  • It brings its own backend module, but also integrates an additional button to the normal file list module
  • It's currently only visible for admin users

Screenshots 

Users manual 

  • Install the extension from the TYPO3 Extension Repository or composer (package name: mediaessenz/diskusage)
  • Click on the new backend module icon below the normal file list module
  • Choose a storage folder to see disk usage of all underlying files (incl. subfolders)
  • For files with references double click it to get detail infos
  • For files without references click on it and choose "More Info" or "Delete"
  • Restrict the result to only not referenced files by clicking on the corresponding button. This is useful to find no more needed big files quickly and easy
  • Beside the folder tree, it is also possible to get deeper into a directory by double clicking the corresponding group header
  • Be sure to update your reference index, before deleting any files!!!
  • Also keep in mind, that some files maybe linked directly and therefore have no references!

Support my work 

If you like my extension, I'd appreciate a small donation:

THANK YOU in advance!

ChangeLog 

  • v.1.0.0: Initial Release
  • v.1.2.0: Make TYPO3 10 compatible; Update js libraries
  • v.1.2.1: Fix typo in documentation
  • v.3.0.0: Make TYPO3 12 compatible; Remove TYPO3 9/10 compatibility
  • v.3.1.0: Switch to phpDocumentor