What happened from the time the browser entered the URL to the completion of the page rendering?

 

- > Browser parsing
- > query cache
- > dns query
- > build link - > The server processes the request - > The server sends a response - > the client receives the page - > parses the HTML - > builds the rendering tree - > starts to display the content (white screen time) - > the above-the-fold content is loaded (the above-the-fold time) -> the user can interact (DOMContentLoaded ) ) - > load complete (load)


Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324688541&siteId=291194637