Request and Request.Form Speed test

Source: Internet
Author: User
After testing:

Http://www.leadbbs.com/test?name=test

The speed of request ("name") is very fast, when the requested URL is
http://www.leadbbs.com/test? When
Request ("name") slowed down nearly 20 Laibe.

Here is the test code, saved as Test.asp

In practice, our request is generally only for the POST request of the form and the Get method request (REQUESTW function) of the address bar.

<%
function Requestw (str)
Dim tmp
TMP = Request.QueryString (str)
If tmp = "" Then tmp = Request.Form (str)
REQUESTW = tmp
End Function

Dim def_pageexetime1
Def_pageexetime1=timer * 1000

Dim N,happy
For n = 0 to 50000
Happy = REQUESTW ("name")
Next

Response.Write Abs (CDBL (Timer) *1000-def_pageexetime1)
%>
Turn from: Dynamic Network production guide www.knowsky.com

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.