Skip to content

Glossary

What is Core Web Vitals analytics?

Definition

Core Web Vitals (LCP, INP, CLS) are Google’s field metrics for loading, interactivity, and visual stability. Analytics that only charts them in a lab report misses the product question: did a slow LCP sit on the same path as signup drop-off?

How EventDash implements it

The tracker records LCP, INP, CLS, FCP, and JavaScript errors. Paid plans surface performance next to product metrics so you can see whether a funnel step and a CWV problem share a page. The script is 11 KB gzip and does not block load.

Related