T
TanStack7mo ago
rival-black

High loading times on navigation

Hi, I created a fresh new project with tsr. But I noticed that when I enter a router on browser the loading time is very high. Using navigation API seems ok, but when I enter for first time to the app or move manually to another router the loading time increase. Here are a video demostration:
4 Replies
deep-jade
deep-jade7mo ago
change defaultPendingMinMs
rival-black
rival-blackOP7mo ago
I tried with lower (0, 10) and higher (1000, 20000) values but the loading time when I type a route in browser still being too long
deep-jade
deep-jade7mo ago
please provide a minimal complete example by forking one of the existing stackblitz examples
continuing-cyan
continuing-cyan7mo ago
It looks it's your icon library. That's unlikely tanstack router issue. I've been working on +6 projects with this library and never faced that

Did you find this page helpful?