Wednesday, May 11, 2022

[FIXED] How do I disable the Symfony 2 profiler bar?

Issue

It's not adding anything and it makes the page slower and I want it gone. Don't ask. There's little about the profiler on the website and nothing in the app config.


Solution

This setting is in app/config/config_dev.yml:

web_profiler:
    toolbar: true
    intercept_redirects: false


Answered By - Rudie
Answer Checked By - Timothy Miller (PHPFixing Admin)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.