Home / Companies / New Relic / Blog / Post Details
Content Deep Dive

Improve page rendering performance with New Relic's Browser Agent Resource Tracking

Blog post from New Relic

Post Details
Company
Date Published
Author
Jordan Porter, Lead Software Engineer at New Relic
Word Count
970
Language
English
Hacker News Points
-
Summary

Web developers often overlook the complexity of how assets like images and scripts load, which can impact user experiences, as illustrated by an e-commerce platform facing image loading issues that were inconsistent across users. The PerformanceResourceTiming API can offer critical insights into resource loading by providing detailed metrics, such as start time, fetch start, and duration, which help in diagnosing issues like slow or failed image loading due to redirection delays or network latency. By aggregating this data across all users and pages with tools like New Relic, developers can visualize performance metrics and identify hidden issues, ultimately allowing them to optimize resource delivery, improve user satisfaction, and drive better business outcomes. For instance, using such insights, a development team resolved image redirection delays and mitigated network latency issues by working with a CDN provider to enable a closer edge node for users in Southeast Asia, showcasing the importance of proactive resource performance monitoring in delivering reliable applications.