Seems like jQuery is a big cause of slowdowns - anybody have suggestions for how to provide similar functionality without it?
[1] - https://addons.mozilla.org/en-US/firefox/addon/localcdn-fork...
71–80 of 124 posts
Seems like jQuery is a big cause of slowdowns - anybody have suggestions for how to provide similar functionality without it?
[1] - https://addons.mozilla.org/en-US/firefox/addon/localcdn-fork...
Earlier quoted context omitted.
fwiw there's almost nothing on the dom in this article. I'm quite tired of the hot air pointless uneducated uninformed web bashing. I don't know why the web attracts such angry angry people but for all the complaining the grandparent post is about as real of a counter-idea to the dom as I have ever seen. what we do with the web is often bad. fully agreed there are terrible experiences everywhere. but starting fresh,…
I'd be interested in some people expanding on what they think is so "wrong" with the DOM, especially from the point of view of performance, and (emphasis on this!) what would be so much better. It's not that different than any other widget toolkit anymore, which have all largely converged on the same sort of model for the same reasons. I can't think of very many things that affect performance in big ways. An explicit…
If you wanted to measure the effect of protocol, you could compare requesting with support HTTP/N to requesting with support for HTTP/N+1. Since this is all synthetic testing it shouldn't be too hard to run a controlled experiment instead of a correlational one.
https://catchjs.com/Blog/PerformanceInTheWild — actual link to the people that did the study. Itnext.io just ripped it off with a small credit at the bottom.
Earlier quoted context omitted.
I spend a lot of time on Youtube, and their recommendations are addictive, so I blocked the sidebar that recommends next videos. I block scripts on news sites since they serve no purpose.It removes things like popups, autoplaying videos and comments. And I have so many custom filters set up to block cookie prompts, annoyances and other stuff.
> I block scripts on news sites since they serve no purpose https://outline.com/ is also fantastic for this purpose.
Plus paywalls aren't really a problem. 2/3 clicks and they're gone
Use an adblocker. I save about 25 gigs and hours of my time every month. * https://www.ublockorigin.com * I block much more than ads.
If you can afford it, I'd suggest switching to AdNauseam ( https://adnauseam.io ). They're using the same uBlock Origin engine, but ads are downloaded and clicked on in the background. This way you still generate revenue for site owners. But since this extension is banned from the Chrome Web Store, you'll have to install it manually there. On Firefox it's available from their add-on store.
Plus I do not like ad fraud. I get lots of captchas. I also don't wanna give money to Google and Facebook.
If uBO sells out (I don't think gorhill will, but I don't know him) it'll be the top link on HN
https://www.lowyat.net/2020/224264/chromium-versions-nano-ad...
https://arstechnica.com/information-technology/2020/10/popul...
Use an adblocker. I save about 25 gigs and hours of my time every month. * https://www.ublockorigin.com * I block much more than ads.
If you can afford it, I'd suggest switching to AdNauseam ( https://adnauseam.io ). They're using the same uBlock Origin engine, but ads are downloaded and clicked on in the background. This way you still generate revenue for site owners. But since this extension is banned from the Chrome Web Store, you'll have to install it manually there. On Firefox it's available from their add-on store.
If this silently clicks ads in the background the click rate goes up but the goal action (buying, signing up) remains at 0 which smartprices the ads and tanks the value of the ads for the real clickthroughs.
If you must block ads just use uBlock Origin so you are treated like your visit doesn't exist.
A deeper question is it moral to consume content and block the ads. Wouldn't that be the same as pirating a movie? (not that there is anything wrong with pirating). Are there people who would block ads and complain about people pirating, or even stealing from a store if you can get away with it.
It seems web performance is one of the least understood topics, even for engineers. Unfortunately even this author makes the mistake of confusing DOM Interactive[0] with Time to Interactive[1]. And yet this is a better analysis than what I often see repeated backed with no evidence. For example, the myths about page weight and big SPA JS websites being the source of web performance issues is one I see so frequently h…
if that was the case electron apps with content available locally would not be so slow