Can anyone recommend some useful performance analysis tools for PHP scripts? Anything that could help me find problematic or unusually slow blocks of code, details about execution time, etc. would be really helpful. I know there are tools out there, but I’m wondering what people recommend as being the most useful and well-designed.
Can anyone recommend some useful performance analysis tools for PHP scripts? Anything that could
Share
Try webgrind. It gives you the profiling of CacheGrinder in an easy to read, browser based format. I’m on a Mac and it has made profiling a breeze.