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

Show the new page sooner during navigation #4201

Closed
pcwalton opened this issue Dec 3, 2014 · 4 comments
Closed

Show the new page sooner during navigation #4201

pcwalton opened this issue Dec 3, 2014 · 4 comments

Comments

@pcwalton
Copy link
Contributor

@pcwalton pcwalton commented Dec 3, 2014

I'm told by @bzbarsky that this is roughly what Gecko does:

We start reflowing:

  • After the <body> open tag is parsed; and
  • All the CSS style sheets that were encountered before the open <body> tag have loaded.

We then show the new page 200ms after the first reflow starts.

@bzbarsky
Copy link
Contributor

@bzbarsky bzbarsky commented Dec 4, 2014

More precisely, Gecko starts constructing boxes (but not reflowing or painting) at the point @pcwalton mentions. Then reflow and painting start 200ms after that or when onload fires, whichever comes first.

@Adenilson
Copy link
Contributor

@Adenilson Adenilson commented Feb 2, 2015

I would like to work on this one if is still available.

@jdm
Copy link
Member

@jdm jdm commented Feb 3, 2015

It is available.

@nox
Copy link
Member

@nox nox commented Sep 30, 2017

This was done in #6028.

@nox nox closed this Sep 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
5 participants
You can’t perform that action at this time.