Skip to content

Custom properties

Latest

Choose a tag to compare

@siddharthkp siddharthkp released this 05 Jun 19:48
· 152 commits to master since this release

You can now add custom properties.

Send a user timing performance event from your javascript.

performance.mark('Page ready')

And add the kebabcased key to .perf.yml

thresholds:
  - page-ready: 1500