Task #99613
closedReplace PageLayoutController->getLocalizedPageRecord()
100%
Description
The method PageLayoutController->getLocalizedPageRecord()` is currently called thrice, fetching the same record all over again. The method can be safely replaced with @PageRepository->getPageOverlay()
, which receives a caching functionality in #97525.
Updated by Gerrit Code Review almost 2 years 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/+/77475
Updated by Gerrit Code Review almost 2 years 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/+/77475
Updated by Andreas Kienast almost 2 years ago
- Subject changed from Store localized page record in page module in cache to Replace PageLayoutController->getLocalizedPageRecord()
- Description updated (diff)
- Status changed from Under Review to In Progress
Updated by Gerrit Code Review almost 2 years ago
- Status changed from In Progress to Under Review
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/+/77475
Updated by Gerrit Code Review almost 2 years 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/+/77475
Updated by Gerrit Code Review almost 2 years 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/+/77475
Updated by Gerrit Code Review almost 2 years 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/+/77475
Updated by Andreas Fernandez almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7e10d6b5a9ae84b7ae77db872e44198f49b0c544.
Updated by Gerrit Code Review almost 2 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77620
Updated by Andreas Fernandez almost 2 years ago
- Status changed from Under Review to Resolved
Applied in changeset df81e5c358e620efd6917e9fa2be6f372226b8b8.
Updated by Benni Mack almost 2 years ago
- Status changed from Resolved to Closed
Updated by Oliver Bartsch almost 2 years ago
- Related to Bug #99992: Translated page title empty in page module for pages with starttime added