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..
Performance Leaks
Moderator: General Moderators
- stereofrog
- Forum Contributor
- Posts: 386
- Joined: Mon Dec 04, 2006 6:10 am
Yes, use a profiler that comes with your IDE or xdebug (http://xdebug.org/docs-profiling.php).
- dibyendrah
- Forum Contributor
- Posts: 491
- Joined: Wed Oct 19, 2005 5:14 am
- Location: Nepal
- Contact: