How can I Measure the Page Execution Time in CakePHP 2.1?
In 1.3 it was rendered in the code when in debug mode.
How can I Measure the Page Execution Time in CakePHP 2.1? In 1.3 it
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could use DebugKit Plugin to find out execution time.
Or you can edit index.php in app/ and add:
That time will be in microseconds so you could convert it to ms if you want, but DebugKit gives you a lot more information.