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 #1

Updated by Ingo Schmitt over 10 years ago

  • Parent task set to #55078
Actions #2

Updated by Gerrit Code Review about 10 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27454

Actions #3

Updated by Gerrit Code Review about 10 years ago

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27458

Actions #4

Updated by Gerrit Code Review about 10 years ago

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27472

Actions #5

Updated by Gerrit Code Review about 10 years ago

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27473

Actions #6

Updated by Gerrit Code Review about 10 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27473

Actions #7

Updated by Anja Leichsenring about 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions #9

Updated by Torben Hansen 10 months ago

  • Related to Task #101215: Useless test in GeneralUtilityTest.php added
Actions

Also available in: Atom PDF