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

Page load doesn't wait for FCP before network quiet #6941

Closed
egsweeny opened this issue Jan 7, 2019 · 1 comment · Fixed by #6944
Closed

Page load doesn't wait for FCP before network quiet #6941

egsweeny opened this issue Jan 7, 2019 · 1 comment · Fixed by #6944
Assignees

Comments

@egsweeny
Copy link
Contributor

egsweeny commented Jan 7, 2019

Provide the steps to reproduce

For a simple HTML that generates content through JS, both PSI and the audit done through the developer tools states an "error!" instead of metric value - screenshot.

URL: http://hkahkjaswke1.appspot.com/SlowServe?page=jsContent.html

@patrickhulce
Copy link
Collaborator

This one is also the result of a somewhat intentional decision. To keep runs fast, we only wait 500 ms after network quiet/load/CPU quiet. The page does not paint any content within 500 ms though, and instead they set a timer to render all the content after 3s.

We should probably wait for FCP first before waiting for all the quiets...

@patrickhulce patrickhulce changed the title PSI and DevTools Audit Error Page load doesn't wait for FCP before network quiet Jan 7, 2019
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

Successfully merging a pull request may close this issue.

3 participants