Actions
Bug #53478
closedPerformance: remove unneeded basename call in CacheManager
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Performance
Target version:
-
Start date:
2013-11-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
TYPO3\CMS\Core\Cache\CacheManager
Line 233
$filename = basename($pathAndFilename);
but lines afterwards in if is checked again against basename($pathAndFilename)
Actions