Skip to main content

Core Concepts

NameDescription
RUM (Real User Monitoring)RUM (Real User Monitor) helps developers understand actual user experience and optimize application performance by collecting and analyzing performance data from real users using websites or applications
SessionSessions are the core unit of RUM data aggregation, used to analyze user journeys and experiences
ViewViews record page load times, resource requests, etc., core to performance monitoring
ActionUsed to analyze user behavior, measuring interaction performance and frustration points (such as “rage clicks”) in user experience
ResourceAnalyze resource loading times and performance to optimize page load speed
ErrorUsed to monitor frontend stability and identify errors affecting user experience
Long TaskRUM captures long tasks to identify performance bottlenecks causing page stuttering or poor user experience
PageviewPageviews are the basic unit of RUM data, used to analyze the performance of specific pages
IssueIssues are the core of error management, used to aggregate similar errors, prioritize problems, and combine context to help developers quickly locate and fix issues

Performance Metrics

NameDescription
Core Web VitalsRUM monitors these metrics to evaluate webpage loading and interaction performance
LCP (Largest Contentful Paint)Measures page loading performance, recording the time when the main content of the page finishes loading
FID (First Input Delay)Measures page interaction performance, recording the delay from when a user first interacts with the page to when the browser responds
CLS (Cumulative Layout Shift)Measures page visual stability, recording unexpected layout shifts that occur during page loading
TTFB (Time to First Byte)Measures server response speed, recording the time from when the request is sent to when the first byte is received

Data Analysis

NameDescription
FacetFacilitates building queries in RUM Explorer to analyze behavior of specific user groups
AttributeProvides context and enhances data analysis flexibility
Global ContextEnhances customization capabilities for RUM data analysis