Performance Metrics
Monitor Core Web Vitals and load timing once the tracker is installed.
Plan note
Detailed performance event storage and exports are available on Standard and Pro. Free includes basic events only.
Overview
EventDash can collect Core Web Vitals and other performance metrics to help you monitor website experience.
Metrics typically include LCP, INP, CLS, FCP, and TTFB when collected by the tracker.
Automatic collection
After install, performance snapshots are collected without extra code on supported plans. Custom event context via track() requires Standard or Pro.
javascript
// Optional: attach extra context after a custom measurement (Standard+)
window.eventDash.track('performance_checkpoint', {
route: '/checkout',
stage: 'payment'
})