Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
410
Slow ValidateInternalRecursive performance
posted

 Hello,

 

We're doing some performance testing of our ASP.NET / Classic ASP application that's using the Infragistics WebDateChooser on one of our ASP.NET 2.0 pages. 

Performance testing of this page has shown that we're spending about 5 seconds running ValidateInternalRecursive method on the  System.ComponentModel.LicenseManager class.  The only third party tools we have on this page is the Infragistics WebDateChooser and the Microsoft AjaxControlToolkit.  Has anyone else seen really slow performance like this?  Any idea how to improve it?

 -Eric

Parents
  • 19308
    posted

    Hi Eric,

    We spent many hours investigating a similar claim in the past that turned out to be a flaw in the perf tool, to our dismay.  It appears that the tool gets hung up on that code, and actually ends up creating a delay that's not ordinarily there. 

    Hope this helps,

    -Tony

Reply Children