-
Notifications
You must be signed in to change notification settings - Fork 985
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
[Perf] User story 2: Minimize data consumption #2931
Comments
Hi @churik so the comparison between actions and data usage here shouldn't have a 1:1 relationship. Status is a decentralised application and what I suspect (although we should confirm) your actually measuring in all of these is blockchain synchronisation and whisper message passing, and therefore the amount for each action is time dependent on your ability to carry out that action. For example, when you However, what is surprising to me is the amount of data usage, as |
Below are main wallet/balance actions available in Status and data usage for them:
|
@churik Great stuff! Could you also track the time it took to perform the test ? |
@jeluard I've updated a comment |
@churik What about idle in foreground? I'm in the process of cutting this issue up a bit into more manageable chunks. Starting with biggest wins. Immediate goal as I see it: Get within order of magnitude of TG for most common cases, assuming there is repeatable 1-1 correspondence (see Jarrad's comment). |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Data collected outdated since Whisper changes. Likely to change with LES etc. |
User Story
As a user, I want to use Status with cell network and don't care about huge traffic consumption.
Description
Type: Feature
Summary:
when smbd is using app on regular basis (open chat, send location, use group and public chats), so just daily tasks for chat, he doesn't expect a lot of traffic consumption so goal is to use data amount comparable with other apps during performing basic similar tasks
Expected behavior
less traffic usage
Actual behavior
206 MB (Status) vs 2.11 MB (Telegram)
Reproduction
Tasks and data consumption comparison is below:
Additional Information
Status version: develop build with params from .env.prod
https://github.com/status-im/status-react/blob/develop/.env.prod
(LOG_LEVEL_STATUS_GO=info)
Operating System: Android
Network: Ropsten with upstream RPC
The text was updated successfully, but these errors were encountered: