debesha / DoctrineProfileExtraBundle

Bundle to get information about doctrine hydration performance
MIT License
123 stars 16 forks source link

Group hydration count by entity class #17

Open NicoHaase opened 2 years ago

NicoHaase commented 2 years ago

It would be great if the profiler output could sum up the number of hydrated entities per class, such that it does not only list n times that an entity of type X was hydrated, but only once that n entities of that type got hydrated (similar to "Group similar statements" in the list of Doctrine queries)