Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Major Performance Issue: No Hot Reload and Extremely Slow Local Development #18802

Open
craftingwebexp opened this issue Jan 22, 2025 · 2 comments
Labels
🐛 bug Something isn't working performance area: performance, page load, slow, slow endpoints, loading screen, unresponsive

Comments

@craftingwebexp
Copy link

craftingwebexp commented Jan 22, 2025

Running the app locally is extremely slow, with significant delays in reflecting code changes.
Everything else works well except this.
Specification : Processor - Ryzen 5 (24 GB RAM)

Main_issue : Hot reload does not work, requiring a manual restart (yarn dev) for every change. This severely impacts development efficiency and is a high-priority issue to resolve.

@craftingwebexp craftingwebexp added the 🐛 bug Something isn't working label Jan 22, 2025
@dosubot dosubot bot added the performance area: performance, page load, slow, slow endpoints, loading screen, unresponsive label Jan 22, 2025
@retrogtx
Copy link
Contributor

Have you tried allocating more memory to Node.js to increase the maximum amount of memory allocated for its heap?

Please run this command if you haven't already:
export NODE_OPTIONS="--max-old-space-size=16384" <- this allocates 16 GB of RAM, adjust the value as you see fit

I was going through this sometime back then one of the members helped me out

@craftingwebexp
Copy link
Author

I am using windows , tried set NODE_OPTIONS=--max-old-space-size=16384 , same issue
Where you also facing issue of requiring a manual restart (yarn dev) for every change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working performance area: performance, page load, slow, slow endpoints, loading screen, unresponsive
Projects
None yet
Development

No branches or pull requests

2 participants