Extremely slow page loading times

Hi,

When I use gulp (localhost:3000), any page that I try to load takes forever to load. Sometimes I’m waiting over a minute.

If I inspect the network tab in Chrome, I can see that each item is stuck on ‘pending’, and then they all start to load in, one by one, very slowly.

It’s the same scenario when I make a change in my files and it tries to reload the page… it takes forever. It is compiling the code quickly too so it’s not an issue there.

The issue goes away when I use the standard xxxx.dev domain instead of gulp watch’s localhost:3000.

Any ideas how to fix this or how to debug this?

1 Like

On what system Vagrant runs? How are the files mounted into the Vagrant box?