Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
⚗ Collect scroll metrics #2180
⚗ Collect scroll metrics #2180
Changes from all commits
5d29647
8e28f17
2607d28
96f8b87
deea157
c4bf47c
a53e403
cc680c3
137a6af
667c190
1bb8cd6
854a25d
0f4291e
3506fc0
35e005d
e33b0b4
222abf8
d6aaeab
4207c96
dc1d836
348a5f0
1c40a50
3ca5814
dbcbd29
ab946b2
15dcead
d7f1fba
034fa46
6c972cc
ca25d67
e7ef101
453bd69
ccb7bb8
8fee8f0
bdb636b
c4fe4d5
6152b1d
b6105e2
34f259a
add4f37
41f84b0
eb33c6e
bcecb47
bb7f9b9
48a8f09
9466bea
fa6dc88
7d714fc
5677a0c
131d2f7
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❓ question: a fair amount of views don't have loading time, could it be bothering to not have scroll information for those views?
why not doing it at init?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not really a problem to not have scroll information for all the views, we can consider that this information is saved only when the user has spent enough time on the view (i.e. it has at least finished loading). Loading time is intersting because the page has usually reached a state where metrics like the scroll height are stable. It's true that it's not 100% reliable though, we sometimes send values before the page is fully loaded (See how small the scroll height can be here)