-
-
Notifications
You must be signed in to change notification settings - Fork 671
Mobile data consumption #3555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Some caching would really improve the app. Right now you have this and #3242 because the app doesn't appear to cache anything and constantly reloads all of the messages. |
Maybe I had this problem but I didn't notice it last month or earlier 🤔 That's the situation last week. |
I don't think even if we reloaded all the messages, I'd expect the app to download 30-40MB from the server, unless you have some very large images. So I don't think is a caching issue. It may be a thumbnailing issue, or something more subtle involving your usage pattern. |
It's not normal for it to spend around 600 mb in five days. |
I agree that those numbers are quite bad! It's likely that #3026 is part of the cause of this. |
@jcam, I'm curious to hear more about what you wrote at #3790 (comment):
What did reload-all-messages-every-time look like for you -- what's "every time", and what does it look like when the messages reload? I'm also curious how you determined what aspect of the app was causing high cell data usage. I ask because there are several quite different issues in the app that could be described as "reload all messages every time", and it's not easy to know which ones have a bigger effect in practice. So knowing which ones you're seeing would help us tell which to prioritize. |
It wasn't a behavior I particularly noticed, as I was on wifi most of the time. |
Thanks @jcam for those detailed reports! Those specifics are very helpful. The two that are about data consumption are caused by #3853, and greatly amplified by #3851. We have #3851 on our near-term roadmap, and that will make this a lot better.
Yeah. :-/ This is #3457.
Thanks for passing on this feedback. I've filed #3945 for it. |
The mobile application consumes a lot of data. Every time I write a message, it consumes 30-40 mb from my internet package.
The text was updated successfully, but these errors were encountered: