GoogleChrome / GoogleChrome/lighthouse
Milestone timing compatibility with CrUX data
Open
P3
- Dominant language
- JavaScript
- Stars
- 30.8k
- Forks
- 9.8k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 20
Description
Lighthouse sometimes reports different data from what would be collected in CrUX:
- CrUX would use `largestContentfulPaintAllFrames` for LCP, but the Lighthouse report currently doesn't surface that value
- CrUX counts redirect time as part of LCP, but with Lighthouse I get the same LCP for youtube.com and m.youtube.com
(I'm a bit fuzzy on how it works exactly, so let me know if I'm getting something wrong here.)
I was wondering if it would make sense to bring these more in line with each other.
Contributor guide
Assessment
This issue has not been assessed yet.