Skip to content
Snippets Groups Projects
Commit d05865f7 authored by Helmut Hummel's avatar Helmut Hummel Committed by Richard Haeser
Browse files

[BUGFIX] Remove caches for page title and meta tag


By concept for frontend rendering the page title and meta tags
are not meant to be stored in page cache in order to allow
non cachable plugins to modify those.

Currently both page title and meta tags are stored
in separate cache entries, which violates the concept above
and unnecessarily tightly couples those code parts to the
TypoScriptFrontendController and internal logic of it.

This patch removes these caches.

In order to properly handle the uncached rendering state,
we make sure the meta tag registry is properly
serialized with all managers.

Resolves: #88179
Releases: master, 9.5
Change-Id: If5200398bf9ab9db09ab97403c976d82cb33d01d
Signed-off-by: default avatarFrank Naegler <frank.naegler@typo3.org>
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60520


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarHelmut Hummel <typo3@helhum.io>
Tested-by: default avatarRichard Haeser <richard@maxserv.com>
Reviewed-by: default avatarHelmut Hummel <typo3@helhum.io>
Reviewed-by: default avatarRichard Haeser <richard@maxserv.com>
parent f04022b6
Showing
with 379 additions and 90 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment