Actions
Task #89280
closedEpic #83968: PSR-11 Initiative
TypoScript Template Constant Editor flushes to many caches, results in slow frontend responses due to DI rebuild
Status:
Closed
Priority:
Should have
Assignee:
Category:
TypoScript
Target version:
Start date:
2019-09-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Reported by Simon Schaufelberger via Slack channel #psr11-initiative:
Sunday, August 4th 3:21 pm The problem also is that the DI cache gets flushed way too often. I just saved a typoscript constant in the template module and the whole cache was empty again afterwards. Wondering why the DI cache needs to get flushed in such a case
The reason is the usage of clear_cacheCmd('all') which flushes all core caches like ext_localconf and DI cache.
Also opcache is flushed. These caches are unaffected by TypoScript Template change.s
Actions