mathjeff / ActivityRecommender

Gives the user suggestions for what to do now, based on time-stamped data
12 stars 0 forks source link

Reliably fast navigation #10

Open mathjeff opened 3 years ago

mathjeff commented 3 years ago

Occasionally when navigating to another screen in ActivityRecommender, it takes more time than normal: closer to 0.5s instead of 0.1s.

My guess is that the reason for this is a combination of:

but I haven't verified this and it might be incorrect.

It would be nice to make ActivityRecommender take a consistent amount of time to navigate between screens each time (after the first couple of navigations where caches are warming up).

To reproduce, choose a couple of screens in ActivityRecommender and try navigating between them a few (maybe 10) times