Figuring out slow PHP performance caused by loops using Xdebug

I use Xdebug regularly to help clients figure out why their PHP processes are consuming all the CPU. If you haven’t tried it yet, I have an old article covering how to install and configure Xdebug. In the example below, the object cache is in use, and you can see from the Query Monitor plugin […]