Ever wanted to time parts of a template? The new Symfony 2.4 stopwatch
tag
allows you to time any part of a template. This information is then stored in
the profiler and available in the "timeline" section of the web profiler:
1 2 3
{% stopwatch "foo" %}
... some things that gets timed
{% endstopwatch %}
You can also use the same name more than once in your project to group the times on the same line in the web profiler timeline.
The tag being part of the Twig bridge, you can also leverage it in your Silex applications.
Really great feature Fabien!! :D
Nice one!
Symfony2.4 will come with so nice new features. Can't wait to it...
any support for php template?
Awesome!!
Awesome stuff. I have worked with a ton of frameworks and Symfony is my favorite.
Łukasz Winiarski, not yet. But I like the idea, will look at it the coming days.
This is an awesome feature!
Nice one! Thanks a lot ;-)
Awesome. Can't wait to see this feature
Lukas for phptemplate you just use the stopwatch component
should be even easier
Great feature!
Thanks for this improvement, i'm really comfortable with symfony and this is a very nice new :)