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
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
Hi Guys
I just came across the same problem, and posted it on the forums here: http://forums.infragistics.com/forums/p/8266/32870.aspx. I was using dotTrace to do the profiling. I changed the Infragistics date choosers to plain old text boxes, and shaved 30% off my page load time. So I am pretty sure there is a problem there...
Regards
Stuart.
Stuart,
I replied to your other thread with some suggestions.