I'm using symfony 1.2.7 with Doctrine 1.0 and I have an action which produces far too much database queries.
What are your best practices to find out where the queries come from and how much time they consume? The web debug toolbar shows the total amount of queries and the query itself but it contains no information on the time consumed nor the origin of the query. I've read about Doctrine_Connection_Profiler (http://www.doctrine- project.org/documentation/manual/1_0/en/component-overview:profiler) but I've found no information on how to use it within a symfony project. Thanks, Klemens --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
