TYPO3 extension for adding a clear processed files button within the TYPO3 backend (specifically for development purpose only)
toolbar_clear_processedfiles
)Adds a TYPO3 backend toolbar button to clear processed files on local
storages
The recommended way to install the extension is by using
Composer. In your Composer based TYPO3
project root, just do composer require
josefglatz/toolbar-clear-processedfiles
.
The extension is working per default if the TYPO3 backend user is an
adminstrator and
Development
,Production/Dev
options.clearCache.processedfiles = 1
GFX/jpeg_quality
. And yes it totally makes sense to play with the value even if every photographer know that value 86
is somehow a good value between big file size and quality.All those use cases are or at least were my use cases when working on TYPO3 projects as developer/integrator/sysadmin
The ongoing development is done within the master branch!
You can use composer require-dev
josefglatz/toolbar-clear-processedfiles:dev-master
if you want to test
the current development state.