Skip to content

Commit f7538d1

Browse files
committed
tweaked documentation about the profiler
1 parent b495788 commit f7538d1

File tree

4 files changed

+9
-62
lines changed

4 files changed

+9
-62
lines changed

profiler.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
Profiler
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

710
Installation
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

profiler/storage.rst

-50
This file was deleted.

reference/configuration/framework.rst

-5
Original file line numberDiff line numberDiff line change
@@ -620,11 +620,6 @@ dsn
620620

621621
The 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-
628623
request
629624
~~~~~~~
630625

reference/configuration/web_profiler.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
Profiler 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

0 commit comments

Comments
 (0)