Skip to content

Commit 77cca4a

Browse files
authored
Defer config (#1741)
1 parent f41584f commit 77cca4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: config/debugbar.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,15 @@
121121
|
122122
| By default `ajax_handler_auto_show` is set to true allowing ajax requests to be shown automatically in the Debugbar.
123123
| 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)
124126
*/
125127

126128
'capture_ajax' => true,
127129
'add_ajax_timing' => false,
128130
'ajax_handler_auto_show' => true,
129131
'ajax_handler_enable_tab' => true,
130-
132+
'defer_datasets' => false,
131133
/*
132134
|--------------------------------------------------------------------------
133135
| Custom Error Handler for Deprecated warnings

0 commit comments

Comments
 (0)