Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSplit time to interactive into first_interactive and consistently_interactive #19100
Labels
Comments
|
I also just came across https://docs.google.com/document/d/1l50v3ljDeUmj9qBsfdPc3wKe_1CY5KFYI1baye2NhYk/edit?ts=59dfaf65# which doesn't describe two separate metrics. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consistently Interactive:
Find a the first 5 second window W after FMP such that
Now find the last long task L before W.
Now, Consistently Interactive = max(Consistently Interactive Candidate, DOMContentLoadedEventEnd)
We might need to have some discussion about what definition we want to use for FirstInteractive: