Appery Models always refreshing when launching the app
Hi, I am using a local model with array , to manipulate parent and child pages, the rest is linked to local model, and then list is refreshed from the model, I realized that whenever I launch my application, the model is always refreshing, it is not using its local data or local cached images, although when refreshing the list page, it takes not more that 1 second to refresh (like it is comparing the rest data and the model), is there a way to speed up the launching of the app by using or comparing the model and the data being received. Like updating and comparing ??
Please if I did not make my idea clear, I can provide with screenshots or samples.