How do I improve the efficiency of the IIS 5.0 Web server?

Source: Internet
Author: User
Improve IIS 5.0 Execution efficiency
How do you improve the efficiency of the IIS 5.0 Web site server in Windows Server?
The way to improve IIS execution efficiency is as follows:
1. Enabling HTTP persistence can improve the efficiency of 15~20% execution.
2. Not enabling logging can improve the efficiency of 5~8% execution.
3. The use of a [stand-alone] handler can cost 20% of its execution efficiency.
4. Increasing the number of saved files for cache memory can improve the effectiveness of active Server pages.
5. Do not use CGI programs.
6. Increase the number of IIS 5.0 computer CPUs.
7. Do not enable the ASP debugging function.
8. Static Web pages are compressed by HTTP, which can reduce the transmission volume by 20%.
Briefly described below.
Enabling HTTP to continue to function
When HTTP persistence is enabled (keep-alive), the connection between IIS and the browser is not disconnected and can improve execution efficiency until the connection is disconnected when the browser is closed. Because the "keep-alive" state is maintained, a new connection is not required for each client request, so the efficiency of the server is improved.
This feature is an HTTP 1.1 preset feature, and HTTP 1.0 plus the Keep-alive header can also provide an ongoing function of HTTP.
Enabling HTTP persistence can improve the efficiency of 15~20% execution.
How do you enable HTTP to continue? The steps are as follows:
In Internet Services Administrator, select the entire IIS computer, or Web site, on the home directory page of content, and check the HTTP persistence option.
Do not enable logging
Not enabling logging can improve the efficiency of 5~8% execution.
How do I set a record without enabling it? The steps are as follows:
In Internet Services Administrator, select the entire IIS computer, or Web site, on the home directory page of content, and uncheck the Enable logging option.
Set up a non-independent handler
Using a [standalone] handler loses 20% of the execution efficiency, where the term "standalone" means that the Application Protection option for the home directory, virtual directory page is set to [High (independent)]. Therefore, when application protection is set to low (IIS handlers), the execution is more efficient and the setting screen is as follows:
How do I set up a non "independent" handler? The steps are as follows:
In Internet Services Administrator, select the entire IIS computer, Web site, or the start directory for the application. For the [content] [home directory], [virtual directory] page, set the Application Protection option to [Low (IIS handler)].
Adjust cache memory
IIS 5.0 temporarily registers static Web page data in cache memory, and IIS 4.0 temporarily saves static Web data in the file. Adjusting cache memory number of saved files can improve execution efficiency.
After the ASP instruction file is executed, it will be stored in cache memory to improve performance. Increasing the number of saved files for cache memory can improve the effectiveness of active Server pages.

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.