Actions
Task #54777
closedEpic #55070: Workpackages
Epic #55065: WP: Overall System Performance (Backend and Frontend)
Story #55078: Optimize PHP code performance in TYPO3 methods
Use PHP native htmlspecialchars_decode()
Start date:
2014-01-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
Instead of Generalutility::htmlspecialchars_decode(), use the plain PHP version.
Instead of four calls to str_replace on a value, htmlspecialchars_decode() will be called just once.
Actions