Live data from Hacker News

YouTube slows down video load times when using Firefox

old.reddit.com

211–220 of 486 posts

Re: YouTube slows down video load times when using Firefox

#212

Earlier quoted context omitted.

For now. Google is working on making a premium internet based on their services that permeate the whole web which they plan to serve only to "trusted devices" running Chrome - I do not think this is going to work out well for them.

I hope not, but I suspect they will succeed. My observation is that the vast majority of people around me here in Europe see Google as completely trustworthy. It's truly profound how split-second loading delays contribute to a negative impression about digital products. I guess we're all worn out from using our devices. Most of us just want "thing" ASAP, and we'll compulsively click 'agree' to anything that happens t…

> And it's not like I'm not going to get an eye-roll or tin-foil-man comments from the mom-pop-type people in my life.

That's why you don't start with the nerd explanation of the privacy issues, you just tell them Firefox is way better. You install FF + uBlock (since presumably they don't even have an adblocker on Chrome if they're anything like my parents), and tell them "Look ma, no ads!". Not even people who don't care about ads that much and just ignore them will go back to seeing them if they see the option of no ads existing. And if you handle all their bookmark imports and account logins for them so they don't have to, they won't even feel the difference from a UI/UX point of view (sans a few microscopic differences that nobody notices).

As for these artificial speedbumps, I think that statistic about every 100ms of page load decreases visitor time is true to an extent, but at least if I look at the way my parents use websites, even 5kb plaintext ones take like 3s to load since they have unfathomably slow internet and ancient devices, so it doesn't really factor in for them if they click on a video on youtube they wanna watch.

Re: YouTube slows down video load times when using Firefox

#213

From reddit discussion ( https://www.reddit.com/r/firefox/comments/17ywbjj/comment/k9... ): > To clarify it more, it's simply this code in their polymer script link: > setTimeout(function() { c(); a.resolve(1) }, 5E3); > which doesn't do anything except making you wait 5s (5E3 = 5000ms = 5s). You can search for it easily in https://www.youtube.com/s/desktop/96766c85/jsbin/desktop_pol...

That is not correct. The surrounding code gives some more context: h=document.createElement("video");l=new Blob([new Uint8Array([/* snip */])],{type:"video/webm"}); h.src=lc(Mia(l));h.ontimeupdate=function(){c();a.resolve(0)}; e.appendChild(h);h.classList.add("html5-main-video");setTimeout(function(){e.classList.add("ad-interrupting")},200); setTimeout(function(){c();a.resolve(1)},5E3); return m.return(a.promise)})}…

It is still better to wait 5s without ad than with ad.

Re: YouTube slows down video load times when using Firefox

#214

Earlier quoted context omitted.

That is not correct. The surrounding code gives some more context: h=document.createElement("video");l=new Blob([new Uint8Array([/* snip */])],{type:"video/webm"}); h.src=lc(Mia(l));h.ontimeupdate=function(){c();a.resolve(0)}; e.appendChild(h);h.classList.add("html5-main-video");setTimeout(function(){e.classList.add("ad-interrupting")},200); setTimeout(function(){c();a.resolve(1)},5E3); return m.return(a.promise)})}…

Why is it only trying to detect ads when the user agent is Firefox? https://old.reddit.com/r/firefox/comments/17zdpkl/this_behav...

Does Firefox allow a wider range of plugins, including adblockers?

Re: YouTube slows down video load times when using Firefox

#215
I’ve also noticed mysterious buffering in the iOS app for YouTube for at least a few months. Even on a Google Fiber connection many videos will take a number of seconds to start, and sometimes buffer in the middle. I also have YT Premium, so anti ad blocking shouldn’t come into the picture. Videos load right away in Safari though.

Re: YouTube slows down video load times when using Firefox

#216
post #214

Earlier quoted context omitted.

Why is it only trying to detect ads when the user agent is Firefox? https://old.reddit.com/r/firefox/comments/17zdpkl/this_behav...

Does Firefox allow a wider range of plugins, including adblockers?

Yes, Chrome is severely hobbled in this by comparison.

Re: YouTube slows down video load times when using Firefox

#217
post #170

Another "Youtube is doing shit" thread and yet not a single mention of Peertube. https://joinpeertube.org/en So for all people uploading videos, please have a look at Peertube. It is to Youtube what Mastodon is to Twitter. (and more: it is compatible with Mastodon, one can subscribe to your Peertube channel through his/her mastodon account). I’m not arguing to leave Youtube completely but to offer an alternative to y…

YouTube's market hold is unfortunately circular; no uploader on the platform will risk splitting their audience to a platform nobody goes to, and because of that, new platforms are unable to grow.

That aside: I also doubt most peertube instances can withstand the bandwidth costs of seriously hosting a few moderately succesful YouTube channels.

Re: YouTube slows down video load times when using Firefox

#218
post #150
post #141

Earlier quoted context omitted.

> Buy a movie on YT or DVD, and then... watch a torrented version? in which case, why buy it at all? A torrent isn't going to load as fast as what you paid YT for.

The further time goes on toward segmented streaming platforms and DRM bullshit, the deeper my piracy hedge grows. Eventually there will be a streaming service aggregation service a la Cable channels and we're back at square 1. Add to that streaming services pushing new ad schemes now that they've captured enough market share for the risk to be worth it, and we've got a great storm brewing for a resurgence in piracy a…

Jellyfin on a NAS is just great. You don't even need a NAS. A Pi with a large SSD attached will do fine.

Re: YouTube slows down video load times when using Firefox

#219
I use Firefox, and Google's sites are literally the only ones where I consistently have issues. There was a period of about a month this summer where Google Maps was just completely broken for me, the map wouldn't update at all when attempting to search or pan. There was recently a several day span where chat in Gmail had a 10+ second input lag due to some font-related JavaScript code spinning the CPU nonstop. It's literally gotten to the point where I keep a Chrome window open and use it exclusively for Gmail, Google Meet, YouTube, and Google Maps.

It's pretty obvious from the outside that supporting Firefox is not a product priority for Google. It also seems clear that it's in their best interest to have users choose Chrome over Firefox. My guess is that this likely emerges from a lot of very reasonable sounding local decisions, like "prioritize testing on browsers with the most market share," but it is convenient how those align with the anti-competitive incentives.

Re: YouTube slows down video load times when using Firefox

#220

Earlier quoted context omitted.

That is not correct. The surrounding code gives some more context: h=document.createElement("video");l=new Blob([new Uint8Array([/* snip */])],{type:"video/webm"}); h.src=lc(Mia(l));h.ontimeupdate=function(){c();a.resolve(0)}; e.appendChild(h);h.classList.add("html5-main-video");setTimeout(function(){e.classList.add("ad-interrupting")},200); setTimeout(function(){c();a.resolve(1)},5E3); return m.return(a.promise)})}…

Why is it only trying to detect ads when the user agent is Firefox? https://old.reddit.com/r/firefox/comments/17zdpkl/this_behav...

This is just anecdote, but sometimes (especially when I'm on slower internet) Safari + AdGuard will have glitch [0] on YouTube. Never happened with Firefox + Ublock Origin.

[0] Unable to press play and showing image with Ad instead.

Post reply on HN