Improving PHP Xdebug Speed

Great, you have finally figured out how to install and enable PHP Xdebug. Now you can debug your PHP websites and web apps in your local machine. However what you might found out is that after enabling Xdebug, your website’s response time is very low. You might have to wait for more like a second to display your website. Disabling profiler As I found out, the main reason for this is the Xdebug profiler....

September 25, 2015 · Sinaru Gunawardena