Something nice would be to see, next to the tab title, the CPU resource taken by that tab. I don't mind pages loading a lot of resources, I mind pages killing my CPU.
You can use Shift+Escape for that
Chrome extension to indicate background network activity per tab
21–30 of 42 posts
Re: Chrome extension to indicate background network activity per tab
#22> A lot of web pages use background network requests for tracking user actions and sending data to remote servers, lazily loading heavy assets etc., and all that goes unnoticed by the user. And there is nothing wrong with it.
Re: Chrome extension to indicate background network activity per tab
#23Earlier quoted context omitted.
You can use Shift+Escape for that
(Un)Fortunately, that, along with a couple other things were removed from chrome 51. See https://bugs.chromium.org/p/chromium/issues/detail?id=588790
What you link talks about chrome://memory, which was indeed removed, but the parent post only says
> You can use Shift+Escape for thatRe: Chrome extension to indicate background network activity per tab
#24Re: Chrome extension to indicate background network activity per tab
#25Something nice would be to see, next to the tab title, the CPU resource taken by that tab. I don't mind pages loading a lot of resources, I mind pages killing my CPU.
You can use Shift+Escape for that
Re: Chrome extension to indicate background network activity per tab
#26Re: Chrome extension to indicate background network activity per tab
#27Re: Chrome extension to indicate background network activity per tab
#28Earlier quoted context omitted.
You can use Shift+Escape for that
Shift+Escape made me realize HTTPS Everywhere[0] is by far my most resource intensive extension. Most extensions sit around the 20MB range (of memory usage). uBlock is in the 50MB range. HTTPS Everywhere is in the 100MB range and goes to 150MB sometimes. I love the extension but I do wonder how it manages to use so much memory... [0] https://www.eff.org/https-everywhere
Re: Chrome extension to indicate background network activity per tab
#29This might be quite useful for developers as well, just as a quick indicator instead of having the Developer Tools Network tab open all the time.
One thing that might be quite useful (though it would probably be beyond the scope of this project and perhaps hard to implement) would be the ability to block any further requests made by the tab. A sort of per-tab 'offline mode'. Perhaps as a context menu option when clicking on the icon.
Also, it would be very interesting to see statistics on which popular websites tend to do the most user-activity tracking, lazy loading etc. - but, in order to collect and collate these statistics your extension would itself have to send background requests to some central API. That'd be quite ironic...
Anyway, nice work!