Actions
Task #98692
openImprove cache indentifier performance
Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
Start date:
2022-10-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
On Location Sprint
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).
Updated by Chris Müller about 2 years ago
- Subject changed from Improve cash indentifier performance to Improve cache indentifier performance
Updated by Benni Mack over 1 year ago
- Target version changed from 12 LTS to Candidate for patchlevel
Updated by Georg Ringer 5 months ago
- Status changed from New to Accepted
- Complexity set to easy
- Sprint Focus set to On Location Sprint
Actions