How long does a common browser prompt "script runs too long" summary _javascript tips

Source: Internet
Author: User

Now the web, the impact of user access is not only the speed of file downloads, when all files from the server download, from the browser to start rendering to the user can respond to the time, this time will still be consumed very long, and because of the complexity of interaction, JavaScript also become more and more complex, The time the script runs is reflected in the interface in response to user input clicks too slow, and even the browser appears script timeout prompts.

This document is not intended to tell you how to avoid this timeout and the optimization techniques of JavaScript, just the endurance limits of the various browsers, the following is the data summarized by Nicholas C. Zakas.

Chrome: Perform more than 8 seconds prompt.
IE: prompted when executing more than 5 million JavaScript statements.
Firefox: Prompts for more than 10 seconds to execute.
Safari: Prompts for more than 5 seconds to execute.
Opera: No prompts will appear no matter how long the execution takes.
In general, the script runtime is best not more than 100ms, if the real deal with the slow time can consider some alternative means, such as using loading prompts the user.

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.