Bug #101663
closedCache-Tags are not/set restored on snippet caches
100%
Description
Given you have a TypoScript with a cache configured:
lib.header = FLUIDTEMPLATE
lib.header {
cache {
key = site-header
tags = pages
lifetime = 15552000
}
file = EXT:example/Resources/Private/Templates/PageSections/Header.html
dataProcessing {
10 = TYPO3\CMS\Frontend\DataProcessing\MenuProcessor
10 {
levels = 2
includeSpacer = 1
as = mainnavigation
}
}
}
The first time this snippet is rendered, the cache tags are not added to the page. When the TypoScript is not rendered and fetched from Database, the Cache-Tags are not available and also not added to the page.
There was a change https://review.typo3.org/c/Packages/TYPO3.CMS/+/63768 a view years ago, which fixes that for the page cache, but this feature is currently not available for the hash cache.
Updated by Sascha Nowak over 1 year ago
- Subject changed from Cache-Tags are not restored on snippet caches to Cache-Tags are not/set restored on snippet caches
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80527
Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80527
Updated by Gerrit Code Review over 1 year ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80527
Updated by Christian Kuhn over 1 year ago
- Related to Bug #90775: $GLOBALS['TSFE'] does not contain 'pageCacheTags' if page was cached before added
Updated by Gerrit Code Review about 1 year ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80527
Updated by Gerrit Code Review about 1 year ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80527
Updated by Gerrit Code Review about 1 year ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80527
Updated by Gerrit Code Review about 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81806
Updated by Gerrit Code Review about 1 year ago
Patch set 7 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80527
Updated by Sascha Nowak about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e32471426c09594264d605a650a78e54e981cdd1.