<Link> is slow and delaying with app router
Answered
West African Crocodile posted this in #help-forum
West African CrocodileOP
When I use <Link> to navigate between routes, there’s a delay of about 2-3 seconds before the new route starts loading, even if the page has minimal code. How can I ensure the loading page displays immediately without waiting for 2-3 seconds of inactivity? I’m using the app router.
Answered by Giant panda
During local development it's expected, but should be much better in production.
4 Replies
Giant panda
Are you observing this behavior during local development or even in production?
Giant panda
During local development it's expected, but should be much better in production.
Answer
@Giant panda During local development it's expected, but should be much better in production.
West African CrocodileOP
I have tried it in now in the production and it seems like this problem is only in the development builds as you said because it's indeed much better in the production build
Thanks