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

DRAFT New Pattern: See and Do #8

Open
vanux opened this issue Dec 27, 2017 · 2 comments
Open

DRAFT New Pattern: See and Do #8

vanux opened this issue Dec 27, 2017 · 2 comments

Comments

@vanux
Copy link

vanux commented Dec 27, 2017

From the user point of view, it is assumed that once the page elements become visible (See), they should be able to interact with that page (do). However, due to the occurrence of JavaScript executing during the page render process, the page may become unresponsive. (long Tasks)

New metrics available in Chrome allow to measure the start and end times of the interactive periods.

Info on Long Tasks - https://www.w3.org/TR/longtasks/

Examples that follow this pattern
https://www.webpagetest.org/video/compare.php?tests=171118_PF_31bac9800e705b7af7449fb2fc2a3810-r:1-c:0

Examples that don't follow this pattern
https://www.webpagetest.org/video/compare.php?tests=171120_7E_5e237d75a03b977d9ddb3a7cf3691e99-r:1-c:0

@sergeychernyshev sergeychernyshev changed the title See and Do DRAFT New Pattern: See and Do Jan 2, 2018
@sergeychernyshev
Copy link
Collaborator

What's the best way to visualize this?

I feel that WebPageTest might not be doing great job here or we need to extract part of the report specifically. What is that part? CPU utilization? frame rate?

@vanux
Copy link
Author

vanux commented Jan 2, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants