Slow response in initial load #2073
-
router-link slow response on initial load it took 7-8s but in only production. |
Beta Was this translation helpful? Give feedback.
Answered by
posva
Dec 11, 2023
Replies: 1 comment
-
This could be many things but it's likely a blocking navigation guard with some API call. It's very unlikely to be at the router level. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
posva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This could be many things but it's likely a blocking navigation guard with some API call. It's very unlikely to be at the router level.