Skip to content

[Doctrine] Profiler bar only visible with at least tags <body></body> #19406

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

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

chadyred
Copy link
Contributor

@chadyred chadyred commented Jan 10, 2024

Hello,

I can't show my request until I do a new Response('<body></body>'); another condition to see it.

Thanks for your work 🙏

doctrine.rst Outdated
@@ -603,7 +603,8 @@ the :ref:`doctrine-queries` section.
indicate that something may not be correct. Click on the icon to open the
Symfony Profiler and see the exact queries that were executed. If you don't
see the web debug toolbar, install the ``profiler`` :ref:`Symfony pack <symfony-packs>`
by running this command: ``composer require --dev symfony/profiler-pack``.
by running this command: ``composer require --dev symfony/profiler-pack`` and return a
response with at least HTML code with ``<body></body>``.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You make instead link this page
https://symfony.com/doc/current/profiler.html
its already document (just after the first image)

@OskarStark OskarStark changed the title [Doctrine] Profiler bar only visible with at least tags '<body></body> [Doctrine] Profiler bar only visible with at least tags <body></body> Jan 11, 2024
@chadyred chadyred force-pushed the patch-6 branch 4 times, most recently from 121b9a2 to 2f6cd36 Compare January 11, 2024 13:37
@javiereguiluz javiereguiluz modified the milestones: 7.1, 5.4 Jan 11, 2024
@javiereguiluz
Copy link
Member

Thanks Florian.

@chadyred
Copy link
Contributor Author

@javiereguiluz ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants