ezplatform-admin-ui
ezplatform-admin-ui copied to clipboard
RFC: Added information to Symfony's profiler "performance" tab for component rendering
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.
WDYT?
Checklist:
- [ ] Coding standards (
$ composer fix-cs
) - [ ] Ready for Code Review