ASP Performance test Report (EXT) (v)

Source: Internet
Author: User
IIS defaults to processing VBSCRIPT, however we can see many examples of explicitly setting script language types through <% @LANGUAGE =vbscript% > statements. The following test analyzes the performance impact of this statement.
<%@ language=vbscript% >
<% OPTION EXPLICIT
Dim FirstName
...
/app2/language1.asp Fragment
Benchmark = 5.57 MS/page
Response time = 5.64 MS/page
difference = +0.07 milliseconds (increase by 1.2%)
As you can see, this statement has a slight effect on performance. So:
Configure the server default language as the language for the Web site.
Do not declare a script language type unless you are using a Non-default scripting language.
 

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.