Activity overview
Latest activity by im1dermike
Not sure if this makes me an idiot, but I believe I wasn't seeing any methods because I was profiling a pre-compiled site. I switched to the source version of that site and I now have something to work with. / comments
Not sure if this makes me an idiot, but I believe I wasn't seeing any methods because I was profiling a pre-compiled site. I switched to the source version of that site and I now have something to...
High Hit Count for framework library methods
It takes ~20 seconds for the login page of my website to load. It looks like there are a ton of hits on methods without source ie. framework class library methods. What can I do about this?
I know it's the PreRender of the <asp:Login> control that takes so long. I just can't figure out why. I think it's that ASP makes a behind-the-scenes connection to the MembershipProvider for the Login control, but how do you debug that? ANTS isn't helping. / comments
I know it's the PreRender of the <asp:Login> control that takes so long. I just can't figure out why. I think it's that ASP makes a behind-the-scenes connection to the MembershipProvider for the ...
No methods to delve into
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 issu...