High-performance JavaScript notes

Source: Internet
Author: User

1: When Javascript is running, other tasks cannot be processed by the browser.

2: the browser will not render any part of the page before encountering the <body> label.

3: Place all <SCRIPT> labels at the bottom of the <body> label to minimize the impact on page download.

The first law of javascript:Put the script at the bottom


4: The parsing process of the page is blocked when each <SCRIPT> tag is downloaded. Therefore, limiting the total number of <SCRIPT> pages can also improve the performance.

5:

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.