meteoric / meteor-ionic

Ionic components for Meteor. No Angular!
http://meteoric.github.io
MIT License
1.51k stars 219 forks source link

Route Animations Extremely slow (1-2 seconds) #289

Closed Sivli-Embir closed 9 years ago

Sivli-Embir commented 9 years ago

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?

Sivli-Embir commented 9 years ago

Actually this may be a pure local memory issue, in chrome window.performance.memory.totalJSHeapSize is returning 33100000.

Sivli-Embir commented 9 years ago

This is a memory issue, apologies.