Tuning of IIS for optimal performance
Tuning of IIS for optimal performance of CAP/Web
- Disable HTTP Logging to reduce server contention.
 - Set HTTP Keep-Alives as true to ensure cookie sessions are last longer.
 - Set Connection Timeout as 120 second.
 
Figure: IIS – Web site node
- Enable HTTP Compression to save bandwidth.
 - Enable HTTP static content cache.
 
Figure: IIS – Service Node
- Application Domain Configuration
 - Remove excessive ping to reduce the server load.
 
Figure: App Domain – Health Node
- Configure Memory limit for worker process to use maximum available memory.
 - Schedule Worker Thread recycling to reduce possible memory leak.
 
Figure: App Domain – Recycling Node
This post was viewed (61) times.
Finding text string in response by LoadRunner Correlation candidates in LoadRunner



