performance - Meteor - android much slower than website -
hi i'm developing app on meteor has got browser version , mobile versions. in brief, browser version works well, transition between views/routes short, fast. when launch app on android (connected same db) there long breaks between routes. can 1s on few views higher 5 seconds. in database there 3 collections has got ~2k documents. not problem browser version, there problem on android.
i tested kadira. can't see going on while routing example there enormous difference in login method. in browser takes maybe 15ms, on android 400ms.
and weird (and important): in browser in end there observechanges on user collection. in android there observechanges on every collection , takes lot of time.
of course try optimize current algorithm not problem because browser version runs well.
Comments
Post a Comment