DA
Dave Adair
July 7, 2003 02:21 PM UTC
BTW, this is just an empty grid so it's not a question of grid population time.
AD
Administrator
Syncfusion Team
July 7, 2003 03:01 PM UTC
The eval may have some effect on this, but I suspect most of the time has to do with loading the Syncfusion.Grid.DLL and Syncfusion.Shared.DLL that would happen the first time these DLL's are needed. You would also have the first time JIT delay as well.
DA
Dave Adair
July 7, 2003 03:43 PM UTC
It must be mostly JIT time. 10 seconds is a LONG time when a user is waiting for a web page to load.
Is there anything that can be done about this? If JIT is indeed the problem can the Essential Grid assemblies be pre-JITed?
DA
Dave Adair
July 8, 2003 01:07 PM UTC
I am evaluating another WinForm grid and it has no initial-startup delay and the DLLs involved are comparable in size to Essential Grid's.