How to measure performance of route loading? #64784
Unanswered
kirkouimet
asked this question in
App Router
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to track the performance when a user loads a route. On the initial load, I am using the browser performance object, which gives me great information on the first load. However, when the user browses around the site powered by Next's app router, I can't seem to find a way to track how long it takes to load a route completely. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions