Participants

Admin

Minutes

Long Tasks for workers - Joone

Recording

Resource Timing Content-Encoding - Gouhui

Recording

Chat

: Michal Mocny

5:23 PM

This is an interesting article that explains how you can coordinate timestamps with Workers using postMessage api, and this can be used to measure "input delay" for messaging itself:

https://developer.mozilla.org/en-US/docs/Web/API/Performance/timeOrigin

Abhishek Ghosh

5:23 PM

more than web workers, maybe perhaps service workers which need to respond to certain events quickly such as network fetch events might potentially find useful use-cases

Michal Mocny

5:28 PM

(this part, specifically: https://developer.mozilla.org/en-US/docs/Web/API/Performance/timeOrigin#synchronizing_time_between_contexts)

Andy Luhrs (Microsoft)

5:29 PM

In terms of workers should be more narrow/predictable use cases - Shared workers is probably the easy counter example.

Noam Rosenthal (he / him)

5:30 PM

https://dev.to/noamr/when-a-millisecond-is-not-a-millisecond-3h6

Michal Mocny

5:30 PM

Feature Request: event.timeStamp on message event?

Noam Rosenthal (he / him)

5:31 PM

I wonder how actionable long tasks on workers are. What are you supposed to do with a long task? Yielding is not really going to do much

Michal Mocny

5:39 PM

Loaf in workers, so that you can actually get script attribution, and so you can detect issues with rAF from workers, makes some sense to me.

But I think it wouldn't solve the problem of knowing wait-times on message events.

Michal Mocny

5:42 PM

Loaf attribution can expose this as a type of pause duration :P

Guohui Deng

5:45 PM

https://github.com/guohuideng2024/resource-timing/blob/gh-pages/Explainers/Content_Encoding.md

https://chromium-review.googlesource.com/c/chromium/src/+/5958411

Sergey Chernyshev

5:56 PM

If we filter to supported values only, how will new encodings be tested?

Noam Rosenthal (he / him)

5:56 PM

https://fetch.spec.whatwg.org/#handle-content-codings

Nic Jansma

6:02 PM

https://github.com/w3c/resource-timing/issues/381

WebPerfWG call (8am PST)