@@ -36,14 +36,15 @@ Configuration
36
36
* `intercept_redirects `_
37
37
* `toolbar `_
38
38
39
- toolbar
40
- ~~~~~~~
39
+ excluded_ajax_paths
40
+ ~~~~~~~~~~~~~~~~~~~
41
41
42
- **type **: ``boolean `` **default **: ``false ``
42
+ **type **: ``string `` **default **: ``'^/((index|app(_[\w]+)?)\.php/)?_wdt' ``
43
43
44
- It enables and disables the toolbar entirely. Usually you set this to ``true ``
45
- in the ``dev `` and ``test `` environments and to ``false `` in the ``prod ``
46
- environment.
44
+ When the toolbar logs Ajax requests, it matches their URLs against this regular
45
+ expression. If the URL matches, the request is not displayed in the toolbar. This
46
+ is useful when the application makes lots of Ajax requests or they are heavy and
47
+ you want to exclude some of them.
47
48
48
49
.. _intercept_redirects :
49
50
@@ -61,12 +62,11 @@ redirection and shows you the URL which is going to redirect to, its
8000
toolbar,
61
62
and its profiler. Once you've inspected the toolbar/profiler data, you can click
62
63
on the given link to perform the redirect.
63
64
64
- excluded_ajax_paths
65
- ~~~~~~~~~~~~~~~~~~~
65
+ toolbar
66
+ ~~~~~~~
66
67
67
- **type **: ``string `` **default **: ``'^/((index|app(_[\w]+)?)\.php/)?_wdt' ``
68
+ **type **: ``boolean `` **default **: ``false ``
68
69
69
- When the toolbar logs Ajax requests, it matches their URLs against this regular
70
- expression. If the URL matches, the request is not displayed in the toolbar. This
71
- is useful when the application makes lots of Ajax requests or they are heavy and
72
- you want to exclude some of them.
70
+ It enables and disables the toolbar entirely. Usually you set this to ``true ``
71
+ in the ``dev `` and ``test `` environments and to ``false `` in the ``prod ``
72
+ environment.
0 commit comments