Hello,
I have an app that is successfully working in offline mode. That said, I notice that page loads are slower and clunkier in offline mode as opposed to online mode. That said, I have not yet been able to find a difference in what drupalgap is doing besides calling system_offline_page, which I am overriding.
I have been trying to figure out what might be occurring differently by adjusting values in settings.js and investigating whether there is a difference with how localStorage caching is used online versus offline. Changing settings does not seem to have an effect, and it does not look like there is a significant caching difference in offline versus online modes.
I am using the hook_menu functions along with callbacks to load the pages, and they always seem to load faster and perform more smoothly when the app is online.
I am testing my app on a Samsung Galaxy Tab A 7", and am using drupalgap-7.0.1.js.
Any insight would be absolutely terrific.
Thank you!
Nevin
Comments