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
A couple of images should explain the problem.
This is profiler I see:
Then, I click on Twig icon and I get this:
So, the Twig icon is active (e.g. not in gray) even when profiled request rendered no templates.
This is inconsistent with other profiler icons, that are grey when no info is collected and active otherwise.
How to reproduce
Just call a route in your application when Twig is not involved, e.g. an action returning a JsonResponse.
Possible Solution
Likely some check is missing.
The text was updated successfully, but these errors were encountered:
…aviereguiluz)
This PR was merged into the 3.4 branch.
Discussion
----------
Disable Twig in the profiler menu when Twig is not used
| Q | A
| ------------- | ---
| Branch? | 3.4
| Bug fix? | yes
| New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files -->
| BC breaks? | no <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass? | yes <!-- please add some, will be required by reviewers -->
| Fixed tickets | #30033
| License | MIT
| Doc PR | -
Commits
-------
b474081 Disable Twig in the profiler menu when Twig is not used
Symfony version(s) affected: 4.2.2
Description


A couple of images should explain the problem.
This is profiler I see:
Then, I click on Twig icon and I get this:
So, the Twig icon is active (e.g. not in gray) even when profiled request rendered no templates.
This is inconsistent with other profiler icons, that are grey when no info is collected and active otherwise.
How to reproduce
Just call a route in your application when Twig is not involved, e.g. an action returning a JsonResponse.
Possible Solution
Likely some check is missing.
The text was updated successfully, but these errors were encountered: