Next.js Discord

Discord Forum

Auto-reload is slow

Answered
Rhinelander posted this in #help-forum
Open in Discord
RhinelanderOP
Please help me.

My Auto-reload is very slow. What can I do?
Answered by not-milo.tsx
That's an unusually long amount of time :spinning_think:
Are you also seeing high memory usage and/or other things that have slowed down?

Note that if your pc doesn't have enough memory and you're working with a large project it might lengthen every operation, from file reanmes to hot reload times, dev startup and builds.
View full answer

4 Replies

Probably nothing... How much time does it take for the server to reload once you make a change and what version of Next are you on?
That's an unusually long amount of time :spinning_think:
Are you also seeing high memory usage and/or other things that have slowed down?

Note that if your pc doesn't have enough memory and you're working with a large project it might lengthen every operation, from file reanmes to hot reload times, dev startup and builds.
Answer
RhinelanderOP
@not-milo.tsx

Thanks.

Can you please fix this for me?

This one is about using tailwindcss in my application.

Please kindly go through the setup and check if there is any error in the project structure.

When I applied one of the tailwind classes on my app's page.tsx file, it doesn't change the text background.