Very slow hot-reload times for Nextjs 13.4
Unanswered
Great Horned Owl posted this in #help-forum
Great Horned OwlOP
I have attached an image of how a single CSS change, takes somewhere between 10 to 20 seconds - which is a terrible experience if you're designing and experimenting, and have to wait 20 seconds to just see if the font-weight looks good.
So what can I do to improve the situation? I'm using Nextjs as purely a frontend framework at this point, no server-side components. I'd probably be better off with React Vite but the project is too big at this point to migrate.
What are some of the things I can do to improve the state of this?
So what can I do to improve the situation? I'm using Nextjs as purely a frontend framework at this point, no server-side components. I'd probably be better off with React Vite but the project is too big at this point to migrate.
What are some of the things I can do to improve the state of this?
- wait compiling...
- event compiled client and server successfully in 9.1s (2568 modules)
- wait compiling...
- event compiled client and server successfully in 16.4s (2568 modules)
- wait compiling...
- event compiled client and server successfully in 17.9s (2570 modules)
- wait compiling...
- event compiled client and server successfully in 8.6s (2570 modules)
- wait compiling...
- event compiled client and server successfully in 32.6s (2570 modules)
- wait compiling...
- event compiled client and server successfully in 8s (2570 modules)
1 Reply
Asian black bear
Using Turbopack and possibly migrating to 14.2.15 because v13 has been end-of-life for a year now.