Skip to content

Releases: Zizzamia/perfume.js

v6.4.0

22 Feb 00:52
Compare
Choose a tag to compare
  • feat: added perfume.markNTBT as a way to mark the new Navigation Total Blocking Time metric.

v6.3.0

21 Oct 00:38
Compare
Choose a tag to compare
  • feat: added redirectTime to navigationTiming, this will help better understand performance regression related to redirect requests.

v6.2.0

05 May 21:26
Compare
Choose a tag to compare
  • feat: introduced Time to First Byte as his own top-level metric.
  • feat: simplified Total Blocking Time metrics into one solo version that focuses on waiting 10s after First Input Delay.
  • feat: increased the maxMeasureTime default value from 15s to 30s, this will allow better data for metrics like LCP which tend to have much higher values.
  • feat: improved CLS and all metrics accuracy to four digits after the decimal point.

Breaking Changes

The two key breaking changes in v6 are focus around the simplification of First Input Delay and Total Blocking Time, and the increase of the default value for maxMeasureTime.

v5.3.0

08 Sep 07:22
Compare
Choose a tag to compare
  • feat: added the raw performanceEntry object in the reporting for FID and FID Vitals. This will help developer to do more custom analysis based on the FID target.

v5.2.3

28 Aug 18:54
Compare
Choose a tag to compare
  • fix: miss PerformanceObserver in rollup config

v5.2.2

28 Aug 05:24
Compare
Choose a tag to compare
  • fix: added processingStart in minified file

v5.2.1

28 Aug 00:24
Compare
Choose a tag to compare
  • fix: added fidVitals to vitalsScore

v5.2.0

27 Aug 06:42
Compare
Choose a tag to compare
  • fix: conditionally make calls to PerformanceObserver.takeRecords which does not exist in Safari #138
  • fix: report CLS when value is 0
  • feat: prepare new FID iteration for v6
  • chore: Italian README #137

v5.1.1

13 Aug 05:51
2db4fda
Compare
Choose a tag to compare
  • fix: added storage.estimate feature detection #136

v5.1.0

03 Jun 06:45
Compare
Choose a tag to compare
  • feat: added web vitals score to metrics #126
  • feat: added element timing support #124