Live data from Hacker News

How the most popular Chrome extensions affect browser performance

debugbear.com

51–60 of 136 posts

Re: How the most popular Chrome extensions affect browser performance

#51
post #12

Most ad blockers work by blocking certain network requests that are initiated by the page. DDG Privacy Essentials reduces the number of network requests by 95% and the download weight by 80%. DuckDuckGo Privacy Essentials reduces the CPU time of the article page from 31s to just 1.6s. All other tested extensions also bring CPU time down to at most 10s. It seems the single most important thing regarding Real Word Perf…

Brave Browser is Chrome with that built into it.

... and that inserts its own spam: https://news.ycombinator.com/item?id=23442027

Re: How the most popular Chrome extensions affect browser performance

#52
post #27
post #4

> a website allowlist Ridiculous. It's even called whitelist in the code snippet.

Why do you want to fight over a word if you're able to understand everything and good people are trying to reduce bias in human life? Every word that is commonly or uncommonly used has a physiological impact on perception that is not directly measurable and causes biases. In this case, whitelist = white = allow = positive. Blacklist = black = block = negative. Do you want peoples brain to subconsciously associate wor…

He didn't start the fight. They did.

Re: How the most popular Chrome extensions affect browser performance

#53
Utterly fascinating article.

The main takeaways seem to be that 1) extensions in general wind up massively increasing CPU time (by 5-20x) when loading "example.com", and 2) ad blockers wind up massively reducing CPU time (by 4-20x) when loading a "WCPO news article".

Which makes me happy that I use uBlock (edit: Origin, thanks below), and sad that I have to use LastPass.

HOWEVER -- I feel like both these metrics are potentially highly misleading, because CPU time isn't something the user directly observes -- it might be the limiting factor, or it might not affect the user experience at all (because the CPU usage is happening while waiting for further network resources that are even slower, or the CPU usage is happening after the page has visually finished loading all relevant content).

I'd be much more interested to see how extensions like Evernote or LastPass increase the time it takes for a real webpage (e.g. "nytimes.com") to finish painting the viewport not including ads, and similarly whether adblocking actually decreases the same -- or if all the advertising stuff really only happens afterwards. (Because sites are architected differently, you'd need to compute an aggregate score across a range of common sites.)

Re: How the most popular Chrome extensions affect browser performance

#54

Utterly fascinating article. The main takeaways seem to be that 1) extensions in general wind up massively increasing CPU time (by 5-20x) when loading "example.com", and 2) ad blockers wind up massively reducing CPU time (by 4-20x) when loading a "WCPO news article". Which makes me happy that I use uBlock (edit: Origin, thanks below), and sad that I have to use LastPass. HOWEVER -- I feel like both these metrics are…

In mac, there is sort by energy usage in activity monitor and Chrome always takes the top spot (at least for me).

Re: How the most popular Chrome extensions affect browser performance

#55

Utterly fascinating article. The main takeaways seem to be that 1) extensions in general wind up massively increasing CPU time (by 5-20x) when loading "example.com", and 2) ad blockers wind up massively reducing CPU time (by 4-20x) when loading a "WCPO news article". Which makes me happy that I use uBlock (edit: Origin, thanks below), and sad that I have to use LastPass. HOWEVER -- I feel like both these metrics are…

In mac, there is sort by energy usage in activity monitor and Chrome always takes the top spot (at least for me).

The reason - Safari can delegate to linked in code that is allowed to take advantage of powersaving hooks in the OS, whereas, Chrome does the following: 1. Contact Google 2. Start to load page 3. Contact Google 4. Continue load page 5. Send more stuff to the big G 6. Maybe finish loading page 7. Why not send more stuff to Google

Re: How the most popular Chrome extensions affect browser performance

#56
post #22
post #7

Earlier quoted context omitted.

I knew someone would be here clutching pearls over this. Thanks for making sure I wasn't disappointed.

Recursive pearl-clutching. Hopefully we'll overflow the stack soon.

The only way to win is not to play.

Re: How the most popular Chrome extensions affect browser performance

#57

Earlier quoted context omitted.

Brave Browser is Chrome with that built into it.

... and that inserts its own spam: https://news.ycombinator.com/item?id=23442027

to be fair, affiliate codes don't spike the CPU

Re: How the most popular Chrome extensions affect browser performance

#60
post #37
post #6

Not at all surprising that the worst two extensions by a long way are both from Avira. Yesterday I opened Chrome and received a warning that the Avira extension had been installed. I certainly did not install it willingly. I'm pretty sure I didn't install any other software that sneakily bundled it recently, either - I mean, I'm 99.9% sure that I haven't installed _any_ software in the past week. So how why did it su…

> So how why did it suddenly show up? If Avira has a pay-per-install program, I would say it's pretty likely that you're part of a botnet.

Interesting.

I ran every kind of virus test I could find about a month ago since I was getting weird display/jank issues. Couldn't find anything, and in the end I tracked the issues down to a windows display scaling error.

Any idea how I would go about testing for a botnet?

Post reply on HN