Here\'s my first question at SO.
I have a internal application for my company which I\'ve been recently ask to maintain. The applications is built in PHP and its fai
you can also try using the register_tick_function function in php. which tells php to call a certain function periodcally through out your code. You could then keep track of which function is currently running and the amount of time between calls. then you could see what's taking the most time. http://www.php.net/register_tick_function