The initial load time for a form that’s created through the solutionModel takes quite a while (couple of seconds). I’m trying to speed this up, but I’m not getting any results so far.
I’ve tried preloading in a startup-script, but this doesn’t seem to work (because of the form being created through the solutionModel?!). I also tried applying this in the startup-script: ```
databaseManager.setCreateEmptyFormFoundsets();
But that completely disables the form that is being created through the solutionModel (is that normal behaviour or a possible bug?!). Other (normal) forms are being loaded quicker.
Is there a way of speeding up the initial load time of this form that is being created with the solutionModel? Btw this form doesn't contain databaseManager.getDataSetByQuery().