t3 / size
Displays TYPO3 CMS storage usage information in the backend.
Requires
- php: ^8.2
- typo3/cms-backend: ^13.4 || ^14.3
- typo3/cms-core: ^13.4 || ^14.3
Requires (Dev)
- typo3/cms-dashboard: ^13.4 || ^14.3
Replaces
- typo3-ter/size: *
This package is auto-updated.
Last update: 2026-05-07 15:52:55 UTC
README
TYPO3 CMS extension to display TYPO3 CMS storage usage information in the backend.
Configuration
The optional extension setting maximumTotalStorage can be used to define a limit for the total value shown in the backend toolbar dropdown.
The toolbar dropdown also links to an extended backend module with a colored storage distribution bar for the main categories Media, Database, Code, and Misc.
Examples:
250 MB1 GB1.5 GB
If set, the total section is rendered like Total: 165.32 MB / 250 MB (66.1%).
If maximumTotalStorage is not set, the module visualization always renders the bar fully filled and scales the category segments relative to the currently measured total.