Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9fcccc7

Browse filesBrowse files
committed
bug #3634 Fix goal of “framework.profiler.only_exceptions“ option which profile on each exceptions on controller (not only 500) (stephpy)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #3634). Discussion ---------- Fix goal of “framework.profiler.only_exceptions“ option which profile on each exceptions on controller (not only 500) | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.* See symfony/symfony#10375 (comment) Commits ------- 0ea5639 Fix goal of “framework.profiler.only_exceptions“ option which profile on each exceptions on controller (not only 500)
2 parents db3cde7 + 2ed16bc commit 9fcccc7
Copy full SHA for 9fcccc7

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎book/internals.rst

Copy file name to clipboardExpand all lines: book/internals.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ If you enable the web profiler, you also need to mount the profiler routes:
644644
645645
As the profiler adds some overhead, you might want to enable it only under
646646
certain circumstances in the production environment. The ``only_exceptions``
647-
settings limits profiling to 500 pages, but what if you want to get
647+
settings limits profiling to exceptions, but what if you want to get
648648
information when the client IP comes from a specific address, or for a limited
649649
portion of the website? You can use a Profiler Matcher, learn more about that
650650
in ":doc:`/cookbook/profiler/matchers`".

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.