Actions
Feature #104529
openMissing hook to enhance the page cache data content
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2024-08-01
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently the TypoScriptFrontendController does not offer the option of manipulating the content of the page cache data set before it is send to the cache backend. For example, to extend the page cache data with additional data. Extending the data set is useful, for example, for content that is otherwise only calculated or loaded in the event of a cache miss. Examples of this are the inlineLanguageLabels or the inlineSettings in the PageRenderer.
Actions