How do I disable the Symfony 2 profiler bar?

Rudie picture Rudie · Jan 5, 2012 · Viewed 56.5k times · Source

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.

Answer

Rudie picture Rudie · Jan 5, 2012

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

web_profiler:
    toolbar: true
    intercept_redirects: false