How to fix nuxi dev issue from 3.7.0 update?
I've been struggling with a serious issue related to 'stalling' during development for some time now. I've been experiencing it since the 3.7.0 update—it wasn't too troublesome at first, but as the site grew and I now have tons of components, I decided to address it, yet no solution seems to work.
I connect to the server via VS Code,
PORT=7001 yarn run dev
, and depending on the version, the site either runs lightning fast or extremely slow:
3.6.5 works fine, 3.7.0, 3.9.0 and above works terrible.
I am connecting to a remote Linux server via SSH from VS Code, server runs CentOS Stream 9 with kernel version 5.14.0-160.el9.x86_64
according to https://github.com/nuxt/cli/issues/209 using 127.0.0.1 or localhost makes no difference, and version 3.9.0 didn't change anything
A similar issue I came across while investigating:
- https://github.com/nuxt/cli/issues/136
UPDATE:
The stalled problem has significantly improved after changing to 'dev': 'nuxi dev --no-fork'
, but HMR is still slow. Additionally, when loading components, for example, on the homepage while scrolling, Nuxt reloads the page, and only after some time does it start working properly.
Real project nuxi info:

2 Replies
Hi @FoxCode. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Hmm, I don't know enough to give you a confident answer yet. It seems like your issue might be related to performance changes in Nuxt versions after 3.7.0, but the specific cause isn't clear from the information available.
You might want to explore the following steps based on similar issues:
1. Check for Known Issues: Review the Nuxt GitHub issues for any similar reports or updates that might address your problem.
2. Performance Debugging: Enable debugging in your Nuxt configuration to see if any specific components or modules are causing the slowdown. This can sometimes reveal if certain templates or modules are being recompiled unnecessarily, as mentioned in this issue.
3. Version Comparison: Since you mentioned that version 3.6.5 works fine, consider comparing the configurations and dependencies between the working and non-working versions to identify any differences.
4. Environment Variables: Ensure that your environment variables and server configurations are consistent across different versions, as changes in these can sometimes lead to performance issues.
5. Community Support: Consider reaching out to the Nuxt community or forums for additional support, as other developers might have encountered and resolved similar issues.
For more detailed guidance, you might want to refer to the Nuxt documentation or seek help from the community.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
<@363971301947342848> Kapa.ai is still learning and improving, please let me know how I did by reacting below.