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 22 single: Profiling: WDT Auto-update after AJAX Request
33
44How to Make the Web Debug Toolbar Auto-update After AJAX Requests
5- ================================================================
5+ =================================================================
66
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
99initial page load.
1010
1111By 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
3030
3131.. seealso ::
3232
33- Read more Symfony events :ref: ` /reference/events `.
33+ Read more about :doc: ` Symfony events < /reference/events > `.
3434
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
3636``config/services_dev.yml `` file so that it only exists in the ``dev `` environment.
3737
3838.. seealso ::
3939
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