Next.js Discord

Discord Forum

[Fast Refresh] rebuilding

Unanswered
Masai Lion posted this in #help-forum
Open in Discord
Masai LionOP
on every new route change on first. time it is ([Fast Refresh] rebuilding) in next 13 and due to this the page loading time response time is more and all my pages are use client one how can i avoid this and make new page load faster i also added loader.js in evey page the loader is also start 4 seconds later

5 Replies

if you use production mode (next build and next start) does this show
as i think it is a dev optimization
Masai LionOP
i also tried this same issue
but "[Fast Refresh] rebuilding" only occurs from dev mode
so im not sure i understand the issue? with production mode, it is just taking a while to create the pages? or what?