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 4cf43f1 commit 0768e89Copy full SHA for 0768e89
bootstrap.php
@@ -15,6 +15,7 @@
15
$config = RuntimeConfiguration::create();
16
$config->errorMode(RuntimeConfiguration::ERROR_MODE_EXCEPTION);
17
// $config->debugMode(true);
18
+$config->analyzeQueryPlans(true, 2);
19
20
if (false === getenv('GITHUB_ACTION') && false === getenv('DBA_MODE')) {
21
putenv('DBA_MODE=replay-and-recording');
0 commit comments