03 Oct 2019 05:44 AM
Hello I try to investigate performance issue about calling api from web ui
Our Architect is
IIS Web -> HAProxy -> K8sIngress -> API
Then i use dynatrace to check where it slow.
I Found That it Spend a lot of in WebUI Not API Side so i check further.
See That Session is consume a lot of time.
How can i find what the root cause for this? Or I need to Contact Microsoft?
IIS version 10.0.14393.0
Solved! Go to Solution.
03 Oct 2019 07:59 AM
You should go to host => edit and there you can enable early adopter feature about IIS Modules tracking:
after this you will see which module is rootcause. You have to restart iis after this change.
Sebastian
03 Oct 2019 08:27 AM
I look Further and See the Session Module is the problem.
But What i can do next to improve performance.
03 Oct 2019
08:29 AM
- last edited on
09 Dec 2024
03:03 PM
by
MaciejNeumann
Dynatrace will not help you more here. Problems with session module may have various of reason on IIS
You should check IIS forums that are corresponding to this topic.
Sebastian
03 Oct 2019 08:31 AM
Thank you @sebastian k.