Actions
Bug #87227
closed[FE][disableNoCacheParameter] disables TypoScript no_cache, too
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2018-12-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Steps to reproduce:
1. Set [FE][disableNoCacheParameter] = true (because I don't want no_cache request parameters to cause server load)
2. Use TypoScript for root page: config.no_cache = 1 (for development)
Result:
Pages will still be cached. I have to clear the cache for every template change etc.
Expected result:
Pages are not cached, because according to the description of [FE][disableNoCacheParameter], the setting only controls "the no_cache request parameter".
Actions