Optimizing IIS Performance

Discussion in 'Optimizing IIS Performance for AVRWEBPublisher' started by Baracskai Attila, Jun 8, 2014.

  1. Baracskai Attila

    Baracskai Attila Administrator

    Log only essential information or completely disable IIS logging

    To disable logging follow these steps:
    1. Click Start, point to All Programs, click Administrative Tools, and then click Internet Information Services (IIS) Manager.
    2. In the Connections pane, click to expand Sites, click to select the Web site for which you would like to disable logging, click to select Features View, and then double-click the Logging feature.
    3. Click Disable in the Actions pane to disable logging for this Web site.

    More information: http://msdn.microsoft.com/en-us/library/ee377050.aspx
  2. Baracskai Attila

    Baracskai Attila Administrator

    Enable IIS HTTP compression

    To more efficiently use available bandwidth, enable IIS HTTP compression. HTTP compression provides faster transmission time between compression-enabled browsers and IIS, regardless of whether your content is served from local storage or a UNC resource.
    To configure compression at the Web server level:

    1. Click Start, point to All Programs, click Administrative Tools, and then click Internet Information Services (IIS) Manager.

    2. In the Connections pane, select the Web server, click to select Features View, and then double-click the Compression feature.

    3. Set the desired compression options and then click Apply in the Actions pane.
  3. Baracskai Attila

    Baracskai Attila Administrator

Share This Page