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 06b16ee commit 3dea989Copy full SHA for 3dea989
config/debugbar.php
@@ -198,7 +198,8 @@
198
'types' => ['SELECT'], // Deprecated setting, is always only SELECT
199
],
200
'hints' => false, // Show hints for common mistakes
201
- 'show_copy' => false, // Show copy button next to the query
+ 'show_copy' => false, // Show copy button next to the query,
202
+ 'slow_threshold' => false, // Only track queries that last longer than this time in ms
203
204
'mail' => [
205
'full_log' => false,
0 commit comments