quilt icon indicating copy to clipboard operation
quilt copied to clipboard

Add performance library

Open lemonmade opened this issue 4 years ago • 3 comments

Should have custom measures, including for a few key points in the booting lifecycle (see Next/ others in https://addyosmani.com/blog/profiling-react-js/)

lemonmade avatar May 12 '20 12:05 lemonmade

I think I still need at least these things:

  • [ ] Custom events
  • [ ] "Usable"
  • [ ] Redirects
  • [ ] Asset loading

lemonmade avatar May 19 '22 21:05 lemonmade

https://developer.mozilla.org/en-US/docs/Web/API/Performance_API/User_timing

lemonmade avatar Oct 07 '23 04:10 lemonmade

Compressing resource timing: https://nicj.net/compressing-resourcetiming/ renderBlockingStatus: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming/renderBlockingStatus

lemonmade avatar Apr 24 '24 20:04 lemonmade