You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. configuration-block::
.. code-block:: yaml
web_profiler:
# DEPRECATED, it is not useful anymore and can be removed safely from your configuration
verbose: true
# display the web debug toolbar at the bottom of pages with a summary of profiler info
toolbar: false
position: bottom
# gives you the opportunity to look at the collected data before following the redirect
intercept_redirects: false
.. code-block:: xml
<web-profiler:config
toolbar="false"
verbose="true"
intercept_redirects="false"
/>