We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41df91e commit 3d5653dCopy full SHA for 3d5653d
config/debugbar.php
@@ -58,9 +58,11 @@
58
| The Debugbar can capture Ajax requests and display them. If you don't want this (ie. because of errors),
59
| you can use this option to disable sending the data through the headers.
60
|
61
+ | Optionally, you can also send ServerTiming headers on ajax requests for the Chrome DevTools.
62
*/
63
64
'capture_ajax' => true,
65
+ 'add_ajax_timing' => false,
66
67
/*
68
|--------------------------------------------------------------------------
0 commit comments