Weird delay when navigating caused by a pretty standard page?
Unanswered
Bighead carp posted this in #help-forum
Bighead carpOP
I have a job page which, when clicking to a new page of my job pagination, takes a while to load.
5 Replies
Bighead carpOP
The 'children' which I comment out (and fixes my issue) is a simple page.tsx wrapped in a Suspense boundary:
You would expect it to route instantly, and show the suspense boundary
Giant panda
Verify the behavior in a production build. During development the server compiles on the fly and isn't as fast as a pre-built app.
Bighead carpOP
Yeah I’ve tried a production build
Siricid woodwasp
I might be having a similar issue. Clicking on a link means about one second of no response at all. Then it finally goes to the page. I've tried addin a loading page and no change