Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ページ 2 のフッターに次の情報を表示する必要があります。
app_dev.php では、これらの情報はページ下部のデバッグ ツールバーにあります。「prod」環境でその情報を取得する方法を知っている人はいますか?
編集:私は最初の問題の解決策を見つけました-レンダリング時間-この質問の下
これは /app/AppKernel.php で可能です
new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();$bundles 配列に追加するだけです。
new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
中に同じものがあることがわかります if (in_array($this->getEnvironment(), array('dev', 'test')))
if (in_array($this->getEnvironment(), array('dev', 'test')))