Actions
Bug #85341
closedCMS Fluid TemplatePaths calls removeDotsFromTs far too frequently
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-06-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint
Description
Method calls are recursive and can be reduced by many thousand calls by only calling removeDotsFromTs on resolved arrays, not the entire TS array.
Actions