ezplatform-admin-ui icon indicating copy to clipboard operation
ezplatform-admin-ui copied to clipboard

RFC: Added information to Symfony's profiler "performance" tab for component rendering

Open Steveb-p opened this issue 3 years ago • 0 comments

Question Answer
Tickets N/A
Bug fix? no
New feature? yes
BC breaks? no
Doc needed? no
License GPL-2.0

This PR adds dev mode decoration for one the services, which adds debug.stopwatch around the method calls to add them into performance tab in Symfony's profiler.

This also changes the renderer to emit both group and single events, when iterating over group components for rendering.

image

WDYT?

Checklist:

  • [ ] Coding standards ($ composer fix-cs)
  • [ ] Ready for Code Review

Steveb-p avatar May 07 '21 08:05 Steveb-p