#Routechange takes a long time suddenly in developmentmode

1 messages · Page 1 of 1 (latest)

lyric walrusBOT
#

Hi @hasty marsh. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

Hmm, I don't know enough to give you a confident answer yet. However, you can refer to the Next.js documentation for more information on routing and performance:

These resources might help you identify the cause of the slow route change in development mode.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

Learn how to use the Link Component, useRouter Hook, and navigate between routes in your Next.js application.

Next.js 13 introduced the new App Router built on top of React Server Components with support for layouts, nested routing, loading states, error handling, and more.

You can use shallow routing to change the URL without triggering a new page change. Learn more here.