Figuring out slow PHP performance caused by loops using Xdebug

- Performance boost for WooCommerce onboarding code on large sites - June 7, 2022
- Getting the price right - May 18, 2022
- How to fix slow WooCommerce 6.01 for wp-admin pages - March 11, 2022
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 […]