在XAMPP中启用XDebug会降低phpmyadmin的速度

时间:2014-07-22 16:37:11

标签: phpmyadmin xampp xdebug

每当我启用xdebug以使用以下标准设置调试我的php-projects时,它会在每个动作上减慢phpmyadmin的速度。只需打开phpmyadmin大约需要10秒钟。

zend_extension = "C:\xampp\php\ext\php_xdebug.dll"
xdebug.profiler_append = 0
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir = "C:\xampp\tmp"
xdebug.profiler_output_name = "cachegrind.out.%t-%s"
xdebug.remote_enable = on
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
xdebug.trace_output_dir = "C:\xampp\tmp"
xdebug.remote_port = 9000

编辑: 试验和错误......这解决了问题

xdebug.remote_host = localhost

2 个答案:

答案 0 :(得分:2)

如果启用了xdebug.remote_autostart,请使用

禁用它
xdebug.remote_autostart = 0

为我做了诀窍。

答案 1 :(得分:0)

从wamp php扩展名禁用xdebug对我有用。

php>扩展> php_xdebug 2.8.0