-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[3.2 RC2] Profiler includes "ghost panels" #20653
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
Comments
fabpot
added a commit
that referenced
this issue
Nov 29, 2016
…els (jzawadzki) This PR was merged into the 2.7 branch. Discussion ---------- bug #20653 [WebProfilerBundle] Profiler includes ghost panels | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Fixed tickets | #20653 | License | MIT Commits ------- 73cf796 bug #20653 [WebProfilerBundle] Profiler includes ghost panels
fabpot
added a commit
that referenced
this issue
Nov 29, 2016
* 2.7: [ClassLoader] Use only forward slashes in generated class map ensure the proper context for nested validations bug #20653 [WebProfilerBundle] Profiler includes ghost panels
fabpot
added a commit
that referenced
this issue
Nov 29, 2016
* 2.8: [ClassLoader] Use only forward slashes in generated class map ensure the proper context for nested validations bug #20653 [WebProfilerBundle] Profiler includes ghost panels
fabpot
added a commit
that referenced
this issue
Nov 29, 2016
* 2.8: [ClassLoader] Use only forward slashes in generated class map ensure the proper context for nested validations bug #20653 [WebProfilerBundle] Profiler includes ghost panels
fabpot
added a commit
that referenced
this issue
Nov 29, 2016
* 3.2: [ClassLoader] Use only forward slashes in generated class map [VarDumper][HttpKernel] Enhance perf of ExceptionCaster & DataCollector ensure the proper context for nested validations bug #20653 [WebProfilerBundle] Profiler includes ghost panels Fixed getRouteParams() when no parameters are available bumped Symfony version to 3.2.0 updated VERSION for 3.2.0-RC2 updated CHANGELOG for 3.2.0-RC2
Merged
This was referenced Dec 13, 2016
Merged
Merged
Merged
ostrolucky
pushed a commit
to ostrolucky/symfony
that referenced
this issue
Mar 25, 2018
ostrolucky
pushed a commit
to ostrolucky/symfony
that referenced
this issue
Mar 25, 2018
* 2.7: [ClassLoader] Use only forward slashes in generated class map ensure the proper context for nested validations bug symfony#20653 [WebProfilerBundle] Profiler includes ghost panels
ostrolucky
pushed a commit
to ostrolucky/symfony
that referenced
this issue
Mar 25, 2018
* 2.8: [ClassLoader] Use only forward slashes in generated class map ensure the proper context for nested validations bug symfony#20653 [WebProfilerBundle] Profiler includes ghost panels
ostrolucky
pushed a commit
to ostrolucky/symfony
that referenced
this issue
Mar 25, 2018
* 2.8: [ClassLoader] Use only forward slashes in generated class map ensure the proper context for nested validations bug symfony#20653 [WebProfilerBundle] Profiler includes ghost panels
ostrolucky
pushed a commit
to ostrolucky/symfony
that referenced
this issue
Mar 25, 2018
* 3.2: [ClassLoader] Use only forward slashes in generated class map [VarDumper][HttpKernel] Enhance perf of ExceptionCaster & DataCollector ensure the proper context for nested validations bug symfony#20653 [WebProfilerBundle] Profiler includes ghost panels Fixed getRouteParams() when no parameters are available bumped Symfony version to 3.2.0 updated VERSION for 3.2.0-RC2 updated CHANGELOG for 3.2.0-RC2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After upgrading the Symfony Demo to 3.2.0-RC2 (symfony/demo#405) the Symfony profiler shows two "ghost panels":
The reason is that the HTML wrongly includes the panels for Ajax (we only show this in the debug toolbar) and Memory (we merged its contents in the "Performance" panel a while ago):
The text was updated successfully, but these errors were encountered: