JS file last Load (after the Window.load event, then load the JS file), to solve the problem caused by the JS library such as jquery causing the page to load slowly

Source: Internet
Author: User
  1. Parses the HTML structure.
  2. Load external scripts and style sheet files.
  3. Parse and execute the script code.
  4. Constructs an HTML DOM model.
  5. Load external files such as pictures.
  6. The page has finished loading.

In mobile browser, especially mobile shell application to browse the Web page, will load JS file and then load other structure, if the load of JS file more, will let the user see a long time white screen state, reduce the user experience.

You can also add $ ("img"). Lazyload (); Make the picture last loaded, of course, first introduce jquery.

JS file last Load (after the Window.load event, then load the JS file), to solve the problem caused by the JS library such as jquery causing the page to load slowly

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.