WebProfilerBundle Configuration
Edit this pageWarning: You are browsing the documentation for Symfony 2.0, which is no longer maintained.
Read the updated version of this page for Symfony 6.2 (the current stable version).
WebProfilerBundle Configuration
Full Default Configuration
- YAML
- XML
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
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.