StoDevX / AAO-React-Native

The St. Olaf community, now in pocket size.
GNU Affero General Public License v3.0
42 stars 16 forks source link

Transportation bus schedules are slow to use, sometimes #1404

Open hawkrives opened 7 years ago

hawkrives commented 7 years ago

Especially on slow phones.

I want to speed them up.

Not necessarily part of 2.4.

hawkrives commented 7 years ago

This needs to be profiled and sped up by doing less work, I think.

hawkrives commented 6 years ago

This was not solved by #1542.

It's still really horrendously slow. To the point of me restarting the app.

This really needs some profiling - probably in Android Studio?

I also want to look at making the android tabs only render the views on either side of the active one, instead of keeping all the views you've opened in memory - I think our old tabs wrapper did that, and it should be possible to port it forward since we're still on the same underlying library.

rye commented 6 years ago

I can troll around and run some profiles to see if I can come up with a cause. It could just be janky code, who knows?

rye commented 6 years ago

It seems that the animation is slow and so is the loading. (Though it was sped up quite a bit by the space reductions afforded by #1736.)