WARNING:
You are browsing the documentation for Symfony 2.0 which is not maintained anymore.
Consider upgrading your projects to Symfony 5.2.
WebProfilerBundle Configuration
WebProfilerBundle Configuration¶
Full Default Configuration¶
- YAML
1 2 3 4 5 6 7 8 9 10
web_profiler: # display secondary information, disable to make the toolbar shorter verbose: true # display the web debug toolbar at the bottom of pages with a summary of profiler info toolbar: false # gives you the opportunity to look at the collected data before following the redirect intercept_redirects: false
- XML
1 2 3 4 5
<web-profiler:config toolbar="false" verbose="true" intercept_redirects="false" />
This work, including the code samples, is licensed under a Creative Commons BY-SA 3.0 license.