Options

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?

63941681.png

Comments

  • Options
    There's a combo box option there with Top Down (methods with source). Change that to the Top Down (All Methods) option.

    That will show the entire stack trace with .NET framework methods.

    Regards,

    Stephen
Sign In or Register to comment.