Actions
Task #55519
closedOnly run GeneralUtility::resolveBackPath() if there are ../ parts
Start date:
2014-01-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
resolveBackPath() is run a couple hundred times per script run, especially in the backend. As this method is only really necessary in a few special cases (when a path really contains "../"), we should skip it for all other paths with an early return.
Actions