perfume.js
Advanced tools
Changelog
7.0.0 (2022-2-21)
Changelog
6.4.0 (2022-2-21)
perfume.markNTBT
as a way to mark the new Navigation Total Blocking Time metric.Changelog
6.3.0 (2021-10-20)
redirectTime
to navigationTiming
, this will help better understand performance regression related to redirect requests.Changelog
6.1.0 (2021-5-5)
Changelog
6.0.0 (2021-5-5)
maxMeasureTime
default value from 15s to 30s, this will allow better data for metrics like LCP which tend to have much higher values.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
.
Changelog
5.3.0 (2020-9-2)
performanceEntry
object in the reporting for FID and FID Vitals. This will help developer to do more custom analysis based on the FID target.