Javascript Performance Optimization

Source: Internet
Author: User

I just finished a recent project and used some time to summarize JS:

The javascript performance optimization involves the following two aspects:

I. download time:
Delete comments, delete tabs and spaces, and delete all line breaks.
Compress JS files.

Ii. execution time:

1: use local variables
2: Avoid with statements
3: Reduce eval usage
4: select the correct oneAlgorithm
5. Reverse Loop
6: Flip Loop
7: Expand the loop
8: optimize the if statement
If there are many conditions, you can use switch case
9: String connection
If there are more, you can use array and join
10: the built-in method is preferred.
11: store common values.
12: array is used, and the object literal is used.
13: Saving the use of Dom file fragments

Pay attention to this and your JS performance will be greatly improved.

For personal ignorance, please advise!

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.