What has gone through the input URL to page rendering? What are the steps for DOM document loading?

Source: Internet
Author: User
  1. DNS resolution
  2. Establish a TCP connection
  3. Send HTTP request
  4. The server accepts the request and returns information
  5. Browser processing return information
  6. Render page
  7. Break link

DOM parsing process:

  1. Parses the HTML structure.
  2. Load external scripts and style sheet files.
  3. Parse and execute the script code.
  4. The DOM tree is built to completion. The domcontentloaded corresponds to the Ready event for JQ.
  5. Load external files such as pictures.
  6. The page has finished loading. Load corresponds to the Load event of JQ.

What has gone through the input URL to page rendering? What are the steps for DOM document loading?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.