jehy / datacompressionproxy

Automatically exported from code.google.com/p/datacompressionproxy
1 stars 1 forks source link

Add net-internals/#bandwidth on options page #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add link to chrome://net-internals/#bandwidth to options page. Putting it there 
should increace usability, it's a way to check whether the extension is working 
correctly.

Original issue reported on code.google.com by mikhae...@gmail.com on 9 Jul 2014 at 8:15

GoogleCodeExporter commented 8 years ago
It could be eeasily done. However, due to a recent Chromium bug which didn't 
count the savings, the statistics are NOT the preferred way to check if DCP is 
working. Check for the Via response header instead.

Original comment by jerzyglowacki on 9 Jul 2014 at 11:49

GoogleCodeExporter commented 8 years ago
Couldn't DCP keep track of its own original vs compressed data and provide a 
way to view that in a graph and percentages like Chrome on Android? Even if it 
couldn't see all of the bandwidth, it could at least display the savings of 
data that does go through it, right?

Original comment by christia...@gmail.com on 27 Dec 2014 at 8:40

GoogleCodeExporter commented 8 years ago
Th problem is, there is no API to get this data. I could only add a link to 
chrome://net-internals/#bandwidth. If you have any ideas, share them with me.

Original comment by jerzyglowacki on 27 Dec 2014 at 8:49

GoogleCodeExporter commented 8 years ago
There is a proposed API for this: 
http://code.google.com/p/chromium/issues/detail?id=417226

Original comment by jerzyglowacki on 27 Dec 2014 at 9:03

GoogleCodeExporter commented 8 years ago
Seems like the bug has been quashed, as my statistics page shows a 15% 
bandwidth savings.

I'd prefer the link to the stats right on the extension icon's right-click menu 
for quick reference.

Original comment by chris.l...@gmail.com on 29 Dec 2014 at 10:02

GoogleCodeExporter commented 8 years ago
I have added stats in version 2.0.

Original comment by jerzyglowacki on 13 Jan 2015 at 12:36