After investigating a request’s poor performances I found out hydrating objects was taking most of its time:
I guess this is caused by the use of Symfony’s serializer. I tried to switch to https://github.com/Ocramius/GeneratedHydrator and I saw significant improvments. Maybe this could be used?
After investigating a request’s poor performances I found out hydrating objects was taking most of its time:
I guess this is caused by the use of Symfony’s serializer. I tried to switch to https://github.com/Ocramius/GeneratedHydrator and I saw significant improvments. Maybe this could be used?