It's an old-age question. Am crawling at this point. It's year 2023, and yes, I have read tons of post here and elsewhere on the internet pertaining to this issue. It's important I use Xdebug for development. It's really concerning since a job that was to take half a day is now in its fifth day.
I have these settings;
;[xdebug]
;zend_extension=xdebug
xdebug.mode=debug
xdebug.log_level=0
xdebug.client_host=127.0.0.1
xdebug.remote_connect_back=0
Using Xdebug with PhpStorm.
When Xdebug is enabled (uncommented above), pages clock at 6s-25s or more. When disabled, pages come in like a cool breeze at 800ms. Am unable to figure out what is wrong!
Why so slow? What can I do to improve speed? Thank you.