Which of the following is faster for ajax post submission and traditional post submission?

Source: Internet
Author: User
Which of the following statements can be executed before both ajax and post are submitted? Is post executed after ajax returns? Which of the following statements can be executed before both ajax and post are submitted? Is post executed after ajax returns?

Reply content:

Which of the following statements can be executed before both ajax and post are submitted? Is post executed after ajax returns?

The speed should be similar, but ajax has an advantage in interaction. for example, the traditional post will allow the browser to enter another page. at this time, if the user clicks the refresh button, the browser will submit it again, another example is logon. if a user who fails to log on is kicked back to the logon page, the user must perform a network request again. ajax can solve these problems.

Traditional post requests reload the entire page. Although the browser will cache by default, some resources do not need to be reloaded. However, ajax is slightly faster when transmission speed is simply taken into consideration, however, it is not clear whether ajax post requires some parsing work, so the difference is not too big. how to do it depends on your needs.

Of course, it is to first execute js and then execute form events.

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.