Symfonyの開発者モードでは、どのくらい多くのクエリEntityManager
が表示されます。 このデータをダンプする方法はありますか?doctrineクエリのカウントをダンプする
私が試してみてください。
$stack = new \Doctrine\DBAL\Logging\DebugStack();
$this->em->getConfiguration()->setSQLLogger($stack);
//...queries there
var_dump($stack);
結果が間違っている:
object(Doctrine\DBAL\Logging\DebugStack)[334]
public 'queries' =>
array (size=0)
empty
public 'enabled' => boolean true
public 'start' => null
public 'currentQuery' => int 0