- Which Core Web Vitals does it measure?
- LCP (Largest Contentful Paint), CLS (Cumulative Layout Shift), and INP (Interaction to Next Paint, replacing FID in March 2024). All three are Google's current search ranking signals.
- How is this different from Google PageSpeed Insights?
- This tool runs client-side analysis on your own pages. Google PageSpeed Insights uses Lighthouse in Google's infrastructure. Results may differ due to network conditions and server location.
- Does it suggest specific fixes?
- Yes — each metric issue links to a specific optimization: LCP issues → image preloading, CLS issues → dimension attributes, INP issues → code splitting and input debouncing.