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.
CakePHP アプリケーションでコントローラーアクションが何回呼び出されたかを知る最良の方法は何ですか?
アプリケーション内でこれが必要ない場合、これはデバッグ用です (そのように聞こえます)。
XDebugとWebgrindをセットアップします。
これにより、呼び出し回数と関数のコストが得られます。