No methods to delve into
im1dermike
Posts: 6
I’ve watched a number of walkthrough and tutorial videos. It looks like there are a ton of features available in the ANTS Performance Profiler which I’m anxious to utilize.
The particular issue I’m facing is that the Login page of my website loads extremely slowly. There is no code being executed on the Page_Load (only ASP controls are initialized) so I’m having trouble identifying the issue. This has me leaning toward the source of the issue being outside of my web app code. When I run ANTS on my website’s login page, this is what I get:
The only task accomplished during this profiling session was the Login page loading. As you can see, it took a long time. I’d like to be able to analyze the profile using information I learned in the videos, but there is only one method listed which I can’t delve into. I found a "Working with the call tree" description on the ANTS website, but all it says is "Transition to managed code: A transition from unmanaged code to managed code occurred at this point in the stack trace."
Additionally, the single event that is occurring during this profiling is a System.Configuration.ConfigurationErrorsException.
Can anyone provide any insight? Thanks in advance
The particular issue I’m facing is that the Login page of my website loads extremely slowly. There is no code being executed on the Page_Load (only ASP controls are initialized) so I’m having trouble identifying the issue. This has me leaning toward the source of the issue being outside of my web app code. When I run ANTS on my website’s login page, this is what I get:
The only task accomplished during this profiling session was the Login page loading. As you can see, it took a long time. I’d like to be able to analyze the profile using information I learned in the videos, but there is only one method listed which I can’t delve into. I found a "Working with the call tree" description on the ANTS website, but all it says is "Transition to managed code: A transition from unmanaged code to managed code occurred at this point in the stack trace."
Additionally, the single event that is occurring during this profiling is a System.Configuration.ConfigurationErrorsException.
Can anyone provide any insight? Thanks in advance
Comments
To get more info from the call tree view- deselect the "hide insignificant methods" checkbox.