Actions
Bug #100398
closedPageRepository: Use local variable for runtimeCache
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Performance
Target version:
-
Start date:
2023-04-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The function getRuntimeCache() is possibly called a few hundred times. In that case a local variable is much faster.
Actions