TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What's the best way to test Single-page applications performance?

3 pointsby nicolasbistolfiabout 7 years ago
So for standard HTML website, you can use tools like Web Page Test (webpagetest.org) or any other proprietary tools like GTmetrix.<p>The problem is that when you have an SPA built with React, Angular, Vue or any other framework, your first-page load will download all the packaged JS and CSS files.<p>One way I managed to better compare SPA with a standard web is to use this equation to get the Average Page Load Time:<p>Average Page Load Time = (LT &#x2F; PS) + APL<p>LT - Load Time PS - Pages Per session APL - Average In-between Page Load Time (measure the time going from the home-page to the second page, like a catalog)<p>What do you guys think? And how are you guys managing this issue?

no comments

no comments