I have just recently updated the SIL files to one of our programs.
This was last done in 2012

This size of the SIL file grew from 966.427 to 6.931.526.
Upon starting the program, I have these lines of code:
siLangDispatcher1.FileName := lStr;
siLangDispatcher1.ActiveLanguage := 2;
siLangDispatcher1.LoadAllFromFile(lStr);
Where lStr contains a link the the SIL file.
Now it takes significally longer to load. Both here (which I can live with) but alos when forms are being created at run time.
Is there a way to speed up this process?
Currently I use version 6.5.2.
Would an upgrade do a difference?