鍍金池/ 問答/PHP/ PHP 開啟了 XDEBUG 后 Laravel 本地調(diào)試特別特別慢?關(guān)掉就正常

PHP 開啟了 XDEBUG 后 Laravel 本地調(diào)試特別特別慢?關(guān)掉就正常請(qǐng)問哪里的問題謝謝大家.

現(xiàn)在都是在本地127.0.0.1:8000調(diào)試代碼(秒顯),開了XDEBUG后,頁(yè)面就要5-6秒才能顯示,請(qǐng)問怎么回事?謝謝大家,以下是我XDEBUG的配置信息.


[XDebug]
;xdebug.profiler_append = 0
;xdebug.profiler_enable = 1
;xdebug.profiler_enable_trigger = 0
;xdebug.profiler_output_dir ="D:\Program Files\phpStudy\tmp\xdebug"
;xdebug.trace_output_dir ="D:\Program Files\phpStudy\tmp\xdebug"
;xdebug.profiler_output_name = "cache.out.%t-%s"
;xdebug.remote_enable = 1
;xdebug.remote_handler = dbgp
;xdebug.remote_host = 127.0.0.1
;xdebug.remote_port = 9000
;zend_extension="D:\Program Files\phpStudy\php\php-7.1.12\ext\php_xdebug.dll"
;xdebug.idekey= PHPSTROM
回答
編輯回答
尕筱澄

有人在嗎?在線等呀~

2018年5月2日 18:53