Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 677 Bytes

web_profiler.rst

File metadata and controls

23 lines (15 loc) · 677 Bytes
.. index::
   single: Configuration Reference; WebProfiler

WebProfilerBundle Configuration

Full Default Configuration

.. configuration-block::

    .. code-block:: yaml

        web_profiler:

            # display secondary information 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