Project

General

Profile

Actions

Task #54777

closed

Epic #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()

Added by Michiel Roos over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Performance
Target version:
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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #101215: Useless test in GeneralUtilityTest.phpClosedTorben Hansen2023-07-01

Actions
Actions

Also available in: Atom PDF