Hi,I testing the performance of my test web project using a profiler.I'm using Infragistics controls v7.2
I found that every request the the controls of the page are created, infragistics controls perform a license check via the LicenseManager.Validate which is terribly slow.For example I'm using the the WebDateChooser from Infragistics2.WebUI.WebDateChooser.v7.2, Version=7.2.20072.61
According to the profiler the RuntimeLicenseContext.GetSavedLicenseKey method takes most of the time,and in my case it returns null, which means that the result is not cached (GetSavedLicenseKey method is caching the result is it's not null) this means that I pay this penalty every request for every infragistics control.
Is this a knwon issue? or my license configuration is not correct? if so why I don't get any notification about that? Is there a way to overcome this perfformance issue?
Hi,
We are having the same issue with webgrid v12.1. License validation is taking lots of time. Are there any license specific deployment instructions we are missing ?
The slowness starts after the application is in use for a few days.
Sanal.
Hello SimonYoffe ,
Using the latest service release of v11.1 I was not able to reproduce the issue.
Please make sure that you have read the help documentation about Deployment
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1?page=Web_Deploying_Your_Application.html
especially
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1?page=Web_Deploying_a_Web_Application_that_Uses_NetAdvantage_for_ASP_NET_Controls.html
Let me know if you need further assistance regarding this.