Project

General

Profile

Task #99613

Updated by Andreas Kienast almost 2 years ago

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.

Back