We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41584f commit 77cca4aCopy full SHA for 77cca4a
config/debugbar.php
@@ -121,13 +121,15 @@
121
|
122
| By default `ajax_handler_auto_show` is set to true allowing ajax requests to be shown automatically in the Debugbar.
123
| Changing `ajax_handler_auto_show` to false will prevent the Debugbar from reloading.
124
+ |
125
+ | You can defer loading the dataset, so it will be loaded with ajax after the request is done. (Experimental)
126
*/
127
128
'capture_ajax' => true,
129
'add_ajax_timing' => false,
130
'ajax_handler_auto_show' => true,
131
'ajax_handler_enable_tab' => true,
-
132
+ 'defer_datasets' => false,
133
/*
134
|--------------------------------------------------------------------------
135
| Custom Error Handler for Deprecated warnings
0 commit comments