Releases: treosh/lighthouse-plugin-field-performance
Releases · treosh/lighthouse-plugin-field-performance
3.0.0 – Lighthouse v8 & Linear CWV score assessment logic
– requires Lighthouse v8
- use a different score logic, based on a precise drawing from https://twitter.com/JohnMu/status/1395798952570724352
2.2.0 - New Scoring Algorithm
Use a custom min score algorithm that matches Core Web Vitals logic, instead of LH's arithmetic mean #13
2.1.0 - Core Web Vitals
- use p10, median to match Core Web Vitals thresholds
- add LCP & CLS, change weight to only support CWV
- update descriptions & docs
2.0.0 - Lighthouse v6
- breaking: use Lighthouse v6
- breaking: use FCP p75 (fast: 1000, slow: 3000) and FID p95 (fast: 100, slow: 300)
- use Web Vitals wording: Good, Needs improvement, Poor
- upgrade deps
1.1.0
- use new PSI APIs: GoogleChrome/lighthouse#1453 (10-50x faster response)
- update deps (Lighthouse 5.2)
- separate metrics by ULR/Origin
- update docs, screenshots & example
1.0.0 - Initial Release
Lighthouse plugin that extends the Lighthouse report with the data from Chrome UX Report.