I have a portal made with Symfony 3.4 and Sonata Admin.
In a specific admin page there are a lot of generated queries. I used the profiler to track them down but I cannot see where they generated from:
There is the same query repeated a lot of times with different IDs:
Is there a way to understand where they are generated? I saw that post and it seems impossible to do at the moment:
https://github.com/doctrine/DoctrineBundle/issues/722
Can't I just drop a dump/die
somewhere in the profiler to get the specific line?