Page 1 of 1

Performance Leaks

Posted: Wed May 09, 2007 12:45 pm
by thiscatis
Is there some kind of tool to test php scripts for performance leaks?
I'm having trouble with a script that exceeds the 30sec, had a look at the queries and they seemed fine, also the connection with the mysql server is pretty persistent..

Posted: Wed May 09, 2007 1:26 pm
by stereofrog
Yes, use a profiler that comes with your IDE or xdebug (http://xdebug.org/docs-profiling.php).

Posted: Thu May 10, 2007 7:01 am
by dibyendrah
I have never used any profiling system. It will surely be useful for any PHP developer.