Actions
Task #82232
closedPerformance of Fluid template paths resolving can be improved
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-08-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The TemplatePaths object of TYPO3 can be improved in two ways:
- The TypoScript parsing can reduce the extensive recursion when stripping dots from TS arrays
- Fallback paths can be allowed to be remembered in runtime cache to avoid re-reading TS every time such paths are returned.
Actions