You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.