Core Web Vitals are a set of performance metrics to determine the health and user experience for all pages of a website. It's been popularized by Google and is measured most often with their Lighthouse CI.
For quick reference we're providing a reference to the major aspects of a Core Web Vitals report.
Date | FCP | Speed Index | LCP | TTI | TBT | CLS |
---|---|---|---|---|---|---|
2021-01-20 | 2.6s | 4.4s | 11.3s | 13.4s | 1,370ms | 0.036 |
2021-01-22 | 2.6s | 4.7s | 6.2s | 10.1s | 900ms | 0.09 |
2021-01-25 | 2.3s | 3.9s | 6.7s | 13.1s | 690ms | 0.133 |
We can incorporate Lighthouse CI to our pipeline stack for the www-gitlab-com project to deliver regular reports on performance. This would help us identify specific resources that consistently have problems loading and create targets for iterative improvements to page performance.