Skip to content
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

Browser: Statistics UI #84

Open
2 tasks
cookiengineer opened this issue Oct 4, 2021 · 0 comments
Open
2 tasks

Browser: Statistics UI #84

cookiengineer opened this issue Oct 4, 2021 · 0 comments

Comments

@cookiengineer
Copy link
Member

The Tabs sidebar should show the Browser request statistics at the bottom. The current idea is that the statistics should reflect whether or not bandwidth could be saved and whether or not peering was helpful (and the peer-to-peer cache reuse mechanism actually saved traffic).

It might be enough to reflect this with two progress bars, one for the overall bandwidth usage and one for the peer-to-peer bandwidth usage.

  • Top progress bar

  • Labels should be $amount cached Requests ($prettybytes of $overallbytes)

  • value = cached requests / all requests (in kB/MB/GB)

  • Bottom progress bar

  • Label should be $amount peered Requests ($prettybytes of $overallbytes)

  • value = cached peer-to-peer requests / all requests (in kB/MB/GB)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant