File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 2
2
single: Profiling: WDT Auto-update after AJAX Request
3
3
4
4
How to Make the Web Debug Toolbar Auto-update After AJAX Requests
5
- ================================================================
5
+ =================================================================
6
6
7
- For single page applications it would be more convenient if the toolbar
8
- showed the information for the most recent AJAX request instead of the
7
+ For single page applications it would be more convenient if the toolbar
8
+ showed the information for the most recent AJAX request instead of the
9
9
initial page load.
10
10
11
11
By setting the ``Symfony-Debug-Toolbar-Replace `` header to a value of ``1 `` in the
@@ -30,11 +30,12 @@ production. This can be accomplished by setting the header in a
30
30
31
31
.. seealso ::
32
32
33
- Read more Symfony events :ref: ` /reference/events `.
33
+ Read more about :doc: ` Symfony events < /reference/events > `.
34
34
35
- If you are using Symfony Flex, you should define your event listener service in the
35
+ If you are using Symfony Flex, you should define your event listener service in the
36
36
``config/services_dev.yml `` file so that it only exists in the ``dev `` environment.
37
37
38
38
.. seealso ::
39
39
40
- Read more on creating dev only services :ref: `/configuration/configuration_organization `.
40
+ Read more on
41
+ :doc: `creating dev only services </configuration/configuration_organization >`.
You can’t perform that action at this time.
0 commit comments