blob: 54e552c161beb96227c66c038aca207d3041b0ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Web Vitals Changelogs
This directory contains changelogs for [Web Vitals](https://web.dev/vitals/) available via web performance APIs:
* [Largest Contentful Paint](lcp.md)
* [First Input Delay](fid.md)
* [Cumulative Layout Shift](cls.md)
* [First Contentful Paint](fcp.md)
See also:
* [Lighthouse performance scoring changelog](https://web.dev/performance-scoring/)
|