Actions
Bug #100886
closedPages not statically cacheable any more
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-05-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Since #100665, TYPO3 pages are not statically cacheable any more, since a new value is added to controller->config['INTincScript'][]
in typo3/sysext/frontend/Classes/Http/RequestHandler.php
. This leads to, that the TypoScriptFrontendController::isStaticCacheble()
check will always return false
, because it checks, it any INTincScript
value is set.
Actions