philipp:
Performance Metrics for fast web apps. This article handles lots of quirks of JavaScript in a browser. In conclusion, it's not obvious which metrics should be used, but once you know it, it's not too difficult:
Measure time starting at event.timeStamp
Measure time ending at performance.now() in a requestAnimationFrame()
Ignore anything that happened while the tab was not focused
Aggregate data using โ% of events that are under targetโ
Visualize multiple thresholds
๐๏ธ Wed, Oct 2, 2019
ยท ๐
Last Update:
philippflenker.com was last updated .
๐พ