I have some php code,
Something in the code (a large portion of code) is causing the page to take upwards of 30 seconds to load,
Is there an easy way to find out what part of the code is doing this?
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.
Try to use profiling/tracing with xdebug:
Profiling PHP Applications With xdebug and Tracing PHP Applications with xdebug