970 B
970 B
description
| description |
|---|
| Set up Real User Monitoring |
Real User Monitoring Setup
Implement RUM to capture actual user performance experiences.
Monitoring Metrics
- Core Web Vitals: LCP, FID, CLS
- Page Load Metrics: FCP, TTI, TTFB
- Custom Metrics: Business-specific timing markers
- User Context: Browser, device, geography, network
- Error Tracking: Client-side errors and exceptions
Process
- Choose RUM platform (Google Analytics, Datadog RUM, New Relic, etc.)
- Design instrumentation strategy
- Implement tracking code
- Configure data collection and sampling
- Create analysis dashboards
- Set up alerting for degraded experiences
Output
Provide:
- RUM integration code for frontend
- Configuration for chosen platform
- Custom metric definitions
- Dashboard setup for Core Web Vitals
- Segmentation strategy (device, browser, geography)
- Alert rules for poor user experiences
- Privacy and compliance considerations