On Oct 7, 8:22 am, "Sid Bachtiar" <[EMAIL PROTECTED]> wrote:

> I'm trying to make sense of the timers log in the debug bar. The time
> % doesn't add up? And number of calls? Why does Configuration called
> several times?

Reading the symfony documentation is useful sometimes - from
http://www.symfony-project.org/book/1_0/16-Application-Management-Tools#Web%20Debug%20Toolbar:

"To the right of a clock icon is the total time necessary to process
the request. Be aware that the web debug toolbar and the debug mode
slow down the request execution, so try to refrain from considering
the timings per se, and pay attention to only the differences between
the execution time of two pages. Click the clock icon to see details
of the processing time category by category, as shown in Figure 16-6.
Symfony displays the time spent on specific parts of the request
processing. Only the times related to the current request make sense
for an optimization, so the time spent in the symfony core is not
displayed. That's why these times don't sum up to the total time."


--


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to