I am developing a browser based game and i'd like to know which functions take the most time to process and so on.
Does anyone of you guys know what I can start with ? Using PHP 5.3
I am developing a browser based game and i'd like to know which functions take the most time to process and so on.
Does anyone of you guys know what I can start with ? Using PHP 5.3
There's a profiler in XDebug.
There's also one called PHP APD
It sounds like you want xhprof. It excels at profiling.