Skip to content

Releases: treosh/lighthouse-plugin-field-performance

3.0.0 – Lighthouse v8 & Linear CWV score assessment logic

02 Sep 09:24
Compare
Choose a tag to compare

– requires Lighthouse v8

2.2.0 - New Scoring Algorithm

31 May 14:18
aeb2537
Compare
Choose a tag to compare

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

28 May 20:57
e037e21
Compare
Choose a tag to compare
  • 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

26 May 10:56
Compare
Choose a tag to compare
  • 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

19 Sep 13:33
2ed06dc
Compare
Choose a tag to compare
  • 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

23 May 15:34
Compare
Choose a tag to compare

Lighthouse plugin that extends the Lighthouse report with the data from Chrome UX Report.