PHP on Windows with XAMPP running 100 times too slow

后端 未结 9 1155
甜味超标
甜味超标 2020-11-29 08:55

PHP runs so slowly on my Windows desktop that phpMyAdmin takes minutes to open a database. Here’s a comparison of the time to run a simple PHP test program:

  • Wi
相关标签:
9条回答
  • 2020-11-29 09:16

    I excluded my website folder and my xampp folder in Windows Defender and things were solved here.

    0 讨论(0)
  • 2020-11-29 09:16

    For me, mcAfee Web boost extension was the Blocker. I removed the extension and now it speeds up by 90%

    0 讨论(0)
  • 2020-11-29 09:17

    I figured out that Eclipse did not end a XDebug session properly. I solved the problem by restarting the debug session and ending it properly.

    0 讨论(0)
提交回复
热议问题