Installing Xdebug remotely to debug WordPress and gather profile traces

Xdebug is a great tool to assist with stubborn performance issues. Commonly used for debugging code, if you use it on a staging server with conditional breakpoints and the tips below, it can help you identify and fix your performance bottlenecks far more quickly than otherwise possible. This guide presumes you are using VS Code […]