Huge stalling times for JS in network tab - only Chrome
Hello there,
I come to you because this issue really isn't something i'm familiar with and researches were unsuccessful.
I recently updated most of the depencies of the project i'm working in (including nuxt, vue and vite).
Mozilla user forever, I didn't check if everything worked fine on Chrome, and oh boy it doesn't. Huge page load time appeared and the culprit seems to be stalling times. as for why it is happening, that's where I need your help π
7 Replies
If i'm correct, stalled times occur because
Is that in production?
If so: then you should almost certainly switch to http2 just for the concurrent connections alone
That is in localhost
I can't really try in production as it's on the branch I worked on
Are you using a proxy or something? Locally your network shouldn't stall in Chrome as far as I'm aware
Or is throttling enabled? 1.5+ seconds per file is crazy slow
it should be <200ms in most cases
That's only a dev problem
GitHub
Having issues with slow responses with
nuxi dev
Β· Issue #209 Β· nu...Starting with the 3.7.0 release of the nuxi CLI, we added a security fix to prevent exposing the dev server port to the local-area network by default, limiting its access to your computer only. Ini...
That can explain the fact that it's only on Chrome and not Mozilla ?