Actions
Task #78602
closedReplace beginsWith method with strpos to reduce execution time
Start date:
2016-11-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Use the native PHP method strpos instead of StringUtility::beginsWith method.
The beginsWith method runtime compared to strpos check is much higher.
For some numbers:
https://gist.github.com/psychomieze/4a9d98d67be57d264613a16813b6778d
Actions