Actions
Bug #78693
closedAbstractMenuContentObject performs unnecessary operations
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-11-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Some places in AbstractMenuContentObject can benefit from a runtime cache or local memoizer to avoid repeating many SQL requests and PHP calls, in particular when the same page appears in multiple menus in the same request.
Actions