Very slow on local
Unanswered
Japanese flying squid posted this in #help-forum
Japanese flying squidOP
So I have medium size project, but it's getting more complex and bigger. Even if I have high end pc, it's very slow on local, it's very uncomfortable to code anymore.
Also, external API calls , for example for payments and etc, take forever on local, also sometimes I even need to restart server .
Any solutions?
Also, external API calls , for example for payments and etc, take forever on local, also sometimes I even need to restart server .
Any solutions?
6 Replies
Japanese flying squidOP
up
Sun bear
I had the same problem working on windows hp laptop.
What helped was:
- cancel the task "hp endpoint service" via task manager
- play around with windows defender settings and disable a few things
- when working with libaries like react mui it could make sense to google how to import it more effeciently
hope it helps in case you are on windows
What helped was:
- cancel the task "hp endpoint service" via task manager
- play around with windows defender settings and disable a few things
- when working with libaries like react mui it could make sense to google how to import it more effeciently
hope it helps in case you are on windows
Japanese flying squidOP
yes i am
i will try thanks
Sloth bear
I’m not sure if we're discussing the same issue, but I also had a project that was incredibly frustrating because every time I saved, Prettier alerts would appear, causing a delay of 3-5 seconds. This made for a very unpleasant development experience. I tried everything to fix it, but ultimately, it turned out to be an extension called 'Auto Import - ES6, TS, JSX, TSX.' After uninstalling it, my workflow became much faster. I hope this helps!
Did u try deleting and reinstalling the .next and node_modules folders