You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: