Actions
Bug #87116
closedPagetitle is never loaded from cache
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
SEO
Target version:
-
Start date:
2018-12-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In \TYPO3\CMS\Core\PageTitle\PageTitleProviderManager::getTitle() $this->pageCache is tested to be an instance of \TYPO3\CMS\Core\Cache\Backend\AbstractBackend, which could never be true since it is a CacheFrontend not a Backend.
Thus, all Pagetitle providers will be called even on cached pages.
Testet in TYPO3 9.5.1
Actions