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

Scrolling Event #23

Closed
AbigailMonday opened this issue Feb 26, 2019 · 2 comments
Closed

Scrolling Event #23

AbigailMonday opened this issue Feb 26, 2019 · 2 comments

Comments

@AbigailMonday
Copy link

We would like to have the ability to monitor our scrolling performance.

Our use-case involves rendering a big amount of dynamic data. We use windowing to only render the relevant data each time, so scrolling causes newly-presented data to be rendered.
Scrolling events will be very helpful to monitor performance in this case.

@npm1
Copy link
Collaborator

npm1 commented Feb 26, 2019

Thanks for the feedback! We do intend to add measurements to look at scrolling performance in a future version of the API. In particular, I think it would be useful to expose cases in which the scrolling takes a long time to render or is blocked on javascript execution.

@npm1
Copy link
Collaborator

npm1 commented Aug 10, 2020

By the way I imagine this is related to actual scroll-gesture-to-pixel performance and not the performance of the scroll event itself, right? In that case we plan to solve performance measuring of that via the Frame Timing API. You can see an explainer at https://docs.google.com/document/d/1t3A56iTN01ReEELJ18_jLYrvc13L3hDTXWK46AafKwE/edit, I'm closing this for now but let me know if this does not address your issue!

@npm1 npm1 closed this as completed Aug 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants