File tree 4 files changed +9
-62
lines changed
4 files changed +9
-62
lines changed Original file line number Diff line number Diff line change 1
1
Profiler
2
2
========
3
3
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.
6
9
7
10
Installation
8
11
------------
@@ -20,5 +23,4 @@ install the profiler before using it:
20
23
profiler/data_collector
21
24
profiler/profiling_data
22
25
profiler/matchers
23
- profiler/storage
24
26
profiler/wdt_follow_ajax
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 620
620
621
621
The DSN where to store the profiling information.
622
622
623
- .. seealso ::
624
-
625
- See :doc: `/profiler/storage ` for more information about the
626
- profiler storage.
627
-
628
623
request
629
624
~~~~~~~
630
625
Original file line number Diff line number Diff line change 4
4
Profiler Configuration Reference (WebProfilerBundle)
5
5
====================================================
6
6
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.
11
11
12
12
.. code-block :: terminal
13
13
You can’t perform that action at this time.
0 commit comments