I have just started a new symfony project with the --web-app command to install all relevant bundles for starting a web application. After creating some controllers I noticed that each request takes a few seconds (which it never dit in previous new projects). It seems that the profilerlistener is doing something strange in combination with Doctrine. (see profiler screenshot attachment).
Any help on figuring out what is causing the delay? It isn't the query itself...