I am getting incredible slowness in a data entry app. Averaging 1-2 seconds route load on an iPhone6. We have timed it as slow as 5 seconds for a single route change, same device. These route changes are finding and displaying 7-10 records.
Everything about the app is extremely fast and snappy, feels native, other then route changes. All subscriptions are done at app start so that is not an issue (we have offline support via GroundDB).
Looking at 2098 records totaling 316KB so this should not be a memory issue. We tested with GroundDB off and local storage clean so that also is not an issue. As far as I can tell this is specifically related to route animation, possibly issue #4. Anyone have any ideas?
I am getting incredible slowness in a data entry app. Averaging 1-2 seconds route load on an iPhone6. We have timed it as slow as 5 seconds for a single route change, same device. These route changes are finding and displaying 7-10 records.
Everything about the app is extremely fast and snappy, feels native, other then route changes. All subscriptions are done at app start so that is not an issue (we have offline support via GroundDB). Looking at 2098 records totaling 316KB so this should not be a memory issue. We tested with GroundDB off and local storage clean so that also is not an issue. As far as I can tell this is specifically related to route animation, possibly issue #4. Anyone have any ideas?