Hacker News new | ask | show | jobs
by burnte 4269 days ago
Try it, the change can be dramatic. Ads have a lot of JS these days.
1 comments

>Ads have a lot of JS these days.

A lot of the ad JS I see is in the form of inline script tags, which generally should not block anything (the JS usually asynchronously constructs another script tag, which shouldn't impact performance).

>Try it, the change can be dramatic.

I've been using AdBlock Plus, and now uBlock, for at least 8 years. So I'm definitely not arguing against it.

It's just that in theory, an ad tracker (like a 1 pixel image) does not necessarily have to impact performance. Also note that some ad blockers add performance overhead themselves.

>A lot of the ad JS I see is in the form of inline script tags, which generally should not block anything (the JS usually asynchronously constructs another script tag, which shouldn't impact performance).

Well, it does impact performance, even if it's async. The pipe is only a finite width (especially on mobile).