Actions
Task #102131
openTask #100378: Prevent rootline lookup SQL queries in PageLinkBuilder
Keep SiteFinder and SiteConfiguration in Sync
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2023-10-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Due to their caching behaviour we have kind of multi-level caching architecture:
1. SiteConfiguration (PHP file cache)
2. SiteFinder ($sites and mappingRootPageIdToIdentifier)
They are out of sync when you
1. Instantiate SiteFinder
2. Add a new Site
3. SiteFinder now does not find the new Site
Actions