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
Description
The Symfony profiler "Performance" section does not display any timing events.
How to reproduce
Update to symfony/http-kernel 4.4.30
Possible Solution
Hotfix: Replace Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher with file of release 4.4.29
I assume the problem is the changed method to identify a running stopwatch section introduced in #42331
I have to confess, I did not dig too deep into the Code, but I assume there are stopwatch sections created with the X-Debug-Token as identifier which never get stopped again, thus there is no timing information in the profiler. But as I said, just an assumption.
Additional context
As far as I researched, there are no other problems with this PR and I only noticed that the performance metrics are affected.