Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tweak profiler's docs #10386

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 24, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions profiler.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Profiler
========

Symfony provides a powerful profiler to get detailed information about the
execution of any request.
The profiler is a powerful **development tool** that gives detailed information
about the execution of any request.

**Never** enable the profiler in production environments as it will lead to
major security vulnerabilities in your project.

Installation
------------
Expand All @@ -20,5 +23,4 @@ install the profiler before using it:
profiler/data_collector
profiler/profiling_data
profiler/matchers
profiler/storage
profiler/wdt_follow_ajax
50 changes: 0 additions & 50 deletions profiler/storage.rst

This file was deleted.

5 changes: 0 additions & 5 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -620,11 +620,6 @@ dsn

The DSN where to store the profiling information.

.. seealso::

See :doc:`/profiler/storage` for more information about the
profiler storage.

request
~~~~~~~

Expand Down
8 changes: 4 additions & 4 deletions reference/configuration/web_profiler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
Profiler Configuration Reference (WebProfilerBundle)
====================================================

The WebProfilerBundle provides detailed technical information about each request
execution and displays it in both the web debug toolbar and the
:doc:`profiler </profiler>`. All these options are configured under the
``web_profiler`` key in your application configuration.
The WebProfilerBundle is a **development tool** that provides detailed technical
information about each request execution and displays it in both the web debug
toolbar and the :doc:`profiler </profiler>`. All these options are configured
under the ``web_profiler`` key in your application configuration.

.. code-block:: terminal

Expand Down