-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESI fragment disable the profiler performance tab (stopwatch) #46687
Comments
Hey, thanks for your report! |
Could I get a reply or should I close this? |
Hey, I didn't hear anything so I'm going to close it. Feel free to comment if this is still relevant, I can always reopen! |
@carlcasbolt this bug still exists, I'm using version 6.3 and any page with an edge side include disables profiler performance tab (stopwatch). If you could take a look at this it would be greatly appreciated, makes profiling and debugging much harder. |
I have the same issue, still with 5.4.31... |
Issue confirmed with the provided reproducer. |
@GromNaN I have the same issue with version 5.4.33 and the only solution that I found is to replace |
This happens because the |
(Note that you can always clear the |
Symfony version(s) affected
5.4.9
Description
If a page include a render_esi, with esi and symfony reverse proxy enabled, the timing section of the profiler bar displays "n/a ms".
Clicking on it display the performance tab with the message "No timing events have been recorded. Check that symfony/stopwatch is installed and debugging enabled in the kernel.".
How to reproduce
In templates/base.html.twig, if you change render_esi to a simple render, the timing section works again.
Possible Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: