1

I've been working on a project from my laptop for the past few months. When webpack compiles my code, reloading the page takes around 1 second.

I've now moved to my desktop, and loading the page takes about 11 seconds in Chrome. I'm using the same version of node, webpack-dev-server and webpack on both machines (windows 10).

Chrome: enter image description here

Edge: enter image description here

Blazing fast in Chrome on my other machine: enter image description here

I've also disabled all the extensions to no avail. I can't find a pattern, but this is not consistent on edge, it would load for the same 11 seconds there as well, but not always. Any ideas how i could address this?

pailhead
  • 5,162
  • 2
  • 25
  • 46

1 Answers1

0

This wasn't related to webpack at all, it just looked weird. The issue seems to have something to do with steam (or steamVR), and there was a bug report for chrome:

https://bugs.chromium.org/p/chromium/issues/detail?id=1202090#c38

Opening two tabs, and reloading them side by side would not suffer from this 11 second delay. Updating steam seems to have resolved the issue.

pailhead
  • 5,162
  • 2
  • 25
  • 46