Hi,
We are looking for suggestions to speed up a first time startup of the application, this is after the application has been installed locally.
Currently it looks like it has 2 stages, fetching cache items from the server which takes about 1.5 minutes and then I suppose it is doing something magical with that fetched cache which takes about another 1.5 minutes.
When it has done that and we restart the application it only takes like 10 to 20 seconds to startup the application.
What can we do/have you done to speed up the initial startup to gain performance
And what triggers a reload of the locally stored cache?
thanks, Ricky