Closed
Description
Description
Description
The current store generates a sha256
cache key for every item. For a few requests this is fine. In particular when many requests are executed in a process, we can easily improve the total execution time by replacing this with a faster algorithm.
Possible Solution
https://github.com/symfony/http-kernel/blob/6.1/HttpCache/Store.php#L229
Replace sha256
with xxh3
Example
No response