You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* We add random value to page cache identifier parameters ("hash base") to protect against full page cache which causes at least two known issues in production environment:
12
+
* 1. Extbase framework configuration is not loaded thus tables mapping is unknown and queries to not existing database tables may be done.
13
+
* 2. Links generated using link handler are not build correctly.
14
+
* 3. Error (Since TYPO3 v13): "Setup array has not been initialized. This happens in cached Frontend scope where full TypoScript is not needed by the system"
15
+
*/
16
+
class EnrichPageCacheIdentifierParametersEventListener
0 commit comments