TYPO3 8 and higher

Since TYPO3 the option 'Flush system caches' isn´t needed anymore because of the new option 'Flush all caches', which clears all system-related caches.
TYPO3 7 or lower

To activate the "Flush system caches" option in the TYPO3 backend, you need to add the following code into your User TSconfig.
- Navigate to System > Backend users > [your username] > Edit > Options in the TYPO3 backend.
- Add options.clearCache.system = 1 into the field TSconfig.
- Click on save and reload your backend (or log in with the account you made the changes for) and you should see a new option "Flush system caches" below "Flush general caches".
That´s it.
Related posts
- 20.08.2021 TypoScript if - Show content on specific pages
- 31.07.2015 Clear cache command
- 12.12.2019 Embed fslightbox in TYPO3
- 01.08.2016 Show page uid in page tree
- 01.08.2016 Turn off the frontend ExceptionHandler
Comments
No Comments