Make use of new Chrome performance measurement APIs? #300
Replies: 3 comments
-
|
https://calendar.perfplanet.com/2017/tracking-cpu-with-long-tasks-api/ |
Beta Was this translation helpful? Give feedback.
-
|
Better interaction with the chrome profile API. |
Beta Was this translation helpful? Give feedback.
-
|
Closing — superseded by day8/re-frame#840 ("Bridge re-frame's trace timing into the User Timing API for in-DevTools profiling"). The 2017 framing here was "use Chrome's perf APIs" without a concrete shape. Eight years on, the right shape is clearer: re-frame's trace stream already carries high-resolution timing for every event/sub/fx/render — what's missing is publishing that timing into the W3C User Timing API so it interleaves with browser-native paint/layout/network/GC events on a single timeline in DevTools' Performance panel. The new issue:
See day8/re-frame#840 for the full proposal. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure what/how we might use these, but they might be worth looking at a bit later in the summer. https://developers.google.com/web/updates/2017/06/user-centric-performance-metrics
Beta Was this translation helpful? Give feedback.
All reactions