skip to Main Content

I’m running Windows 10 and I’ve been suffering from slowness in my XAMPP and now my Laragon. I tried virtually all the tips and tricks available online to speed them up, but none worked. It takes me like 8 seconds just to load my WordPress admin dashboard. The more I run them, the slower it gets.

Here’s my netstat output below. Not sure why there’re so many 5XXXX ports running.
enter image description here

And here’s my Apache showing HIGH CPU usage.
enter image description here

Any ideas how to fix this?

3

Answers


  1. Disabling XDEBUG From PHP.ini helps a lot to try.

    Login or Signup to reply.
  2. This is old now, so hopefully you were able to resolve it. Two things I noticed… extremely high memory usage as well, and several remote IP addresses active.

    Login or Signup to reply.
  3. If this helps someone, I was using wrong version of XDEBUG. As soon as I replaced it with the correct version, it started running smoothly again.

    You can use XDebug Wizard and paste your phpinfo() output into it to figure out which exact version of the DLL you need.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search