The document discusses the challenges of measuring performance in Single Page Applications (SPAs), focusing on the limitations of traditional metrics like the onload event, which is ineffective due to asynchronous content loading. It outlines three main challenges: the onload event's irrelevance, the misrepresentation of soft navigations, and the inability of browsers to indicate when all resources are downloaded. The text emphasizes the need for new monitoring techniques, including the use of JavaScript and Mutation Observers to capture timing for dynamic content updates in SPAs.
Related topics: