Mobile app synchronization performance

3
We have an app with a hybrid tablet offline profile. I've taken a look at what happens on sync and see the following: there a roughly 6 things happening: JS & CSS Session & and some other stuff (???) Widgets Updating & committing data Downloading data Loading images Some things that I noticed here: All widgets are loaded, even ones not used on the offline pages (e.g. AutoComplete, which is not even offline capable). Is there a way to not send these widgets to the offline pages There are some 'gaps' between the different actions - most notably between downloading the data & loading the photos (6800ms-7700ms). Is the app waiting there? Or is something happening which is just not registered by the developer tools?
asked
0 answers