|
|
| | Ask HN: How do you test performance of navigations between pages? | | 4 points by hysan on March 9, 2024 | hide | past | favorite | 2 comments | | I’ve been reading up on how to measure and analyze website performance. Every tool and article I’ve come across is focused on performance of single page loads. However, my understanding of various SSR frameworks is that loading a website for the first time can be very different from navigating to another page on the website. For example, Next.js’s page router will only request the JSON of an SSRed route when navigating. That can change the perceived experience for the end user. Why is there so little focus on testing page navigation speed? (articles and tooling) Am I looking in the wrong places or has SEO made information like this impossible to find? Any suggestions on articles or tools to look at? |
|

Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
For example here is a WebPageTest article on measuring performance of page transitions:
https://www.catchpoint.com/blog/how-fast-is-your-web-app-how...