You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way to implement this in Twig would be similar to the builtin Twig profiler: hooking in before and after nodes of the twig template, which were added for the profiler.
@fabpot The Symfony timeline shows other things, for instance Doctrine queries. Being able to see that these queries happen during the rendering of a template is very handy.
The Twig profiling allows to see more details than what we can put in the timeline (putting all blocks in the timeline would be insane), but it does not combine well with other things.
ah sorry, I forgot about the special ProfilerExtension available in the Symfony bridge. then my comment in #15502 was wrong and this can indeed be closed.
ref #15502 (comment)
The text was updated successfully, but these errors were encountered: