Analysis Reveals Single-Page Applications Average Only One Soft Navigation Per Page Load
By
tatersolid
Baker's choice. Dense with flavour, light on filler.
Summary
The article analyzes web performance data revealing that Single-Page Applications (SPAs) receive on average only one soft navigation per hard page load, suggesting users don't generate long sessions with SPAs. This finding indicates a potential industry-wide failure in technology selection, as SPAs are designed for rich, interactive experiences but data shows they're not being used that way. The analysis examines multiple independent datasets from the Web Performance community, including the RUM Archive and Chrome Soft Navigations Origin Trial data, pointing to a disconnect between SPA design goals and actual user behavior patterns.
Key quotes
· 3 pulledmultiple, independent data sets from the Web Performance community indicate sites built as Single-Page Applications ('SPAs') receive, on average, only one (1) 'soft navigation' for every 'hard' page load
The RUM Archive and Michal Mocny's early analysis from the Chrome Soft Navigations Origin Trial data agree: users of SPAs don't generate long sessions on average
Taken at face value, this appears to indicate an industry-wide failure of technology selection, implying huge accret
You might also wanna read
WebSparks: An AI-Powered Tool for Building Web Applications Without Extensive Coding
WebSparks is an AI-powered software engineer that transforms ideas into fully functional web applications without requiring extensive coding
innovirtuoso.com·18h agoJoost de Valk publishes open Website Specification: 128 rules for modern, future-proof websites
Joost de Valk, creator of Yoast SEO, published the Website Specification (specification.website) — an open, platform-agnostic reference docu
ZX Spectrum BASIC interpreter rebuilt from scratch to run natively in web browsers
A developer has rebuilt the ZX Spectrum's BASIC interpreter from scratch to run in a web browser, without emulating the original Z80 hardwar
How to Set Up an Apache Reverse Proxy for an Ecommerce Website
This article provides a comprehensive, start-to-finish guide on setting up an Apache reverse proxy specifically for ecommerce websites. It c
blog.radwebhosting.com·2d agoImplementing live text search in React with Firestore Enterprise's built-in search pipeline
Firebase's Firestore Enterprise edition now includes built-in text search support. This article demonstrates how to implement live text sear
firebase.blog·2d agowterm: A DOM-based Web Terminal Emulator Powered by Zig and WebAssembly
wterm is a web-based terminal emulator that renders directly to the DOM, providing native text selection, copy/paste, find functionality, an
