Closed
Description
On every request and for every data type, we possibly traverse a lot of normalizers to check which one should be used (using support(de)Normalization
methods.
It has be optimized a lot with the addition of CacheableSupportsMethodInterface
but we could warm it for all entities and DTO that we can found.