Performance data from your actual visitors
Real User Monitoring (RUM) collects performance data from your actual visitors as they browse your site. This gives you a true picture of the experience your users have — across different devices, networks, and geographies.
The RUM dashboard tracks the following metrics in real time:
| Metric | Description |
|---|---|
| TTFB | Time to First Byte — how quickly your server responds (ms) |
| FP | First Paint — when the browser first renders anything on screen (s) |
| FCP | First Contentful Paint — when the first meaningful content appears (s) |
| DOM Complete | When the DOM is fully parsed and loaded (s) |
| LCP | Largest Contentful Paint — when the main content finishes loading (ms) |
| FID | First Input Delay — responsiveness to the first user interaction (ms) |
| CLS | Cumulative Layout Shift — visual stability score |
| Resource Count | Number of resources loaded on the page |
The list view shows a summary table of all your domains with their key RUM metrics aggregated over a 30-minute window.
Click on any domain to access the detailed RUM analytics. The detail view provides:
The detail view includes charts for:
Once the PubPerf tracking script is installed on your site, RUM data is collected automatically from every page view. No additional configuration is needed — the script captures performance timing data using the browser's Performance API and reports it to the PubPerf dashboard.