Project

General

Profile

Actions

Task #98692

open

Improve cache indentifier performance

Added by Oliver Klee over 1 year ago. Updated 11 months ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Caching
Start date:
2022-10-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

According to https://php.watch/articles/php-hash-benchmark, the xxh3 cache algorithm is a lot faster than md5 or sha1.

According to https://topic.alibabacloud.com/a/performance-testing-of-array-caching-using-var_export-and-serialize-in-php-____php_1_34_20200552.html, json_encode is faster than serialize (which is faster than var_dump).

Actions #1

Updated by Chris Müller over 1 year ago

  • Subject changed from Improve cash indentifier performance to Improve cache indentifier performance
Actions #2

Updated by Benni Mack 11 months ago

  • Target version changed from 12 LTS to Candidate for patchlevel
Actions

Also available in: Atom PDF