File tree Expand file tree Collapse file tree 4 files changed +9
-62
lines changed Expand file tree Collapse file tree 4 files changed +9
-62
lines changed Original file line number Diff line number Diff line change 11Profiler
22========
33
4- Symfony provides a powerful profiler to get detailed information about the
5- execution of any request.
4+ The profiler is a powerful **development tool ** that gives detailed information
5+ about the execution of any request.
6+
7+ **Never ** enable the profiler in production environments as it will lead to
8+ major security vulnerabilities in your project.
69
710Installation
811------------
@@ -20,5 +23,4 @@ install the profiler before using it:
2023 profiler/data_collector
2124 profiler/profiling_data
2225 profiler/matchers
23- profiler/storage
2426 profiler/wdt_follow_ajax
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 620620
621621The DSN where to store the profiling information.
622622
623- .. seealso ::
624-
625- See :doc: `/profiler/storage ` for more information about the
626- profiler storage.
627-
628623request
629624~~~~~~~
630625
Original file line number Diff line number Diff line change 44Profiler Configuration Reference (WebProfilerBundle)
55====================================================
66
7- The WebProfilerBundle provides detailed technical information about each request
8- execution and displays it in both the web debug toolbar and the
9- :doc: `profiler </profiler >`. All these options are configured under the
10- ``web_profiler `` key in your application configuration.
7+ The WebProfilerBundle is a ** development tool ** that provides detailed technical
8+ information about each request execution and displays it in both the web debug
9+ toolbar and the :doc: `profiler </profiler >`. All these options are configured
10+ under the ``web_profiler `` key in your application configuration.
1111
1212.. code-block :: terminal
1313
You can’t perform that action at this time.
0 commit comments