Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use-case: For improving interactivity #235

Open
nhelfman opened this issue Sep 21, 2023 · 3 comments
Open

Use-case: For improving interactivity #235

nhelfman opened this issue Sep 21, 2023 · 3 comments
Labels
isv-support Support indication from independent software vendors

Comments

@nhelfman
Copy link

nhelfman commented Sep 21, 2023

Following up of TPAC 2023 discussion.

I would like to highlight another possible scenario which I believe can be relevant for this API and would be interested hearing feedback on this.

In Excel Online (although not a video streaming app) we have observed cases where when the CPU/GPU is highly utilized, perhaps due to another processing intensive app running at the same time on the OS, interactivity experience degrades. This would manifest as increased response time to interactions due to expensive React components which needs to render and scroll smoothness related impact due to expensive rendering of grid content on the main thread.

We are looking into providing an adaptive experience to the user based on external factors beyond the app control. For example, rendering simpler grid content while there is high CPU pressure and then render complete content when there is more idle time is something we are considering.

Another example is providing simple skeleton content to the immediate interaction on the same animation frame and schedule a full response to a later time when we know CPU pressure is relatively high. This way, the user will not experience prolong UI blocking periods (over 100ms) without any visual response.

From reading the proposal it feels like the main scenario it tries to address is video/gaming related aspects but I think it may also be possible to utilize it for other cases.

@kenchris
Copy link
Contributor

kenchris commented Nov 6, 2023

@nhelfman I somehow missed this issue you filed. Yes, most certainly, we also intent so work for cases like the one you described and it would be great to get that integrated in the spec/README.md.

@arskama
Copy link
Contributor

arskama commented Nov 9, 2023

I guess, this was fixed with #242

Can we then close it? @kenchris

@kenchris kenchris changed the title Scenario - compute pressure for improving interactivity Use-case: For improving interactivity Nov 9, 2023
@kenchris
Copy link
Contributor

kenchris commented Nov 9, 2023

There is definitely things to still consider here, as whether our frequency is high enough and future support for GPU pressure. Let's keep it open for now.

@kenchris kenchris added the isv-support Support indication from independent software vendors label Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
isv-support Support indication from independent software vendors
Projects
None yet
Development

No branches or pull requests

3 participants