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.
If you have created a new Symfony project since Symfony 2.5, these parameters are set in app/config/paramaters.yml
app/config/paramaters.yml
parameters: # ... debug_toolbar: true debug_redirects: false
Just set debug_toolbar to false.
debug_toolbar
false