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 2ed16bc

Browse filesBrowse files
stephpyweaverryan
authored andcommitted
Fix goal of “framework.profiler.only_exceptions“ option which profile on each exceptions on controller (not only 500)
1 parent db3cde7 commit 2ed16bc
Copy full SHA for 2ed16bc

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.