My Cake app is very heavy.
so I’d like to research for reason why.
Could you recommend how to take some performance report?
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.
Get it running. Then pause or interrupt it manually with Ctrl-C or whatever, and display the call stack.
Since it’s so slow, the chance that you won’t catch it doing the slow thing is very small.
Here’s an example. (It’s in python, but same idea.)