Performance Metrics
Monitor Core Web Vitals and performance metrics automatically
Performance tracking is enabled by default and requires no additional configuration.
LCP (Largest Contentful Paint)
Measures loading performance. Good LCP is under 2.5 seconds.
FID (First Input Delay)
Measures interactivity. Good FID is under 100 milliseconds.
CLS (Cumulative Layout Shift)
Measures visual stability. Good CLS is under 0.1.
FCP (First Contentful Paint)
Measures when the first content appears. Good FCP is under 1.8 seconds.
TTFB (Time to First Byte)
Time until the first byte is received from the server.
Page Load Time
Total time for the page to fully load.
DOM Content Loaded
Time until the DOM is fully parsed.
Resource Timing
Timing information for loaded resources (images, scripts, etc.).
Performance metrics are automatically collected and displayed in your EventDash dashboard under the Performance section. You can view:
- Average performance metrics over time
- Performance by page
- Performance by device type
- Performance trends and improvements
To disable performance tracking, add the following to your script tag:
<script
defer
data-api-key="YOUR_API_KEY"
data-track-performance="false"
src="https://www.eventda.sh/tracker.js"
></script>