- Mark as New
- Subscribe to RSS Feed
- Permalink
‎30 Aug 2021
10:42 PM
- last edited on
‎07 Sep 2021
09:31 AM
by
MaciejNeumann
Hi, Seems there is no documentation available for IIS Module Insights. The following link do not have much information about IIS Module insights Link here
I have a few questions. Appreciate if someone help with the answers.
- What advantages we will have by enabling the IIS Module insights? Please share if you have an example to show the difference
- Seems by enabling this, following will be removed. I am not sure what exactly it means. "Removes specific process group settings"
- Enabling this feature will add additional overhead on Application/Service Performance?
- If I enable IIS Module insights, am I going to see additional info related IIS modules addition to what it showing before enabling the Toggle or some details it used to show will be missed?
TIA, Suresh.
Solved! Go to Solution.
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎01 Sep 2021 07:37 AM
Hi,
To me the main advantage is the ability to see if any of the IIS modules is the one causing delays. This could be session management, authentication, cache or any other module. without this you will only see time wasted on "IIS internals" and this would mean nothing to you.
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎01 Sep 2021 01:09 PM - edited ‎01 Sep 2021 01:10 PM
I have had some use cases with IIS Module Insights:
- Figuring out how much resources were being used by compression module
- Finding out an issue where global.asax was being used inefficiently
- Finding a custom developed module that was causing problems
