Live data from Hacker News

YouTube slows down video load times when using Firefox

old.reddit.com

441–450 of 486 posts

Re: YouTube slows down video load times when using Firefox

#441
post #213

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)})}…

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

Either wait 5 seconds without ad, or get served an ad about switching to Chrome

Re: YouTube slows down video load times when using Firefox

#444
post #401

Earlier quoted context omitted.

The dog slow load times of ad infested AMP pages would suggest otherwise.

AMP pages load way, way faster IME

Not as fast as with 90% of JS blocked. That's how the web was supposed to work, not downloading 50 MiB on every hyperlink.

Re: YouTube slows down video load times when using Firefox

#447
post #442

Debunked by the original author. https://t.co/2lPM2pFtoN https://t.co/O331DcmVBs TLDC: it's related to ad blocker detection and can happen even on Chrome.

Would you have a pointer to this debunking?

It’s in the twitter thread (which I’m guessing was hidden to you because you weren’t signed in - certainly one of the product choices of all time). Seems to be an experiment condition around the new adblocking detection.

Re: YouTube slows down video load times when using Firefox

#449
post #439

Using a browser devtools performance profiler could confirm this. I highly doubt there's a 5 second setTimeout in youtube. More likely switching of browser technologies based on user agent.

You might be surprised.

  setTimeout(function() {
      c();
      a.resolve(1)
  }, 5E3);
https://old.reddit.com/r/firefox/comments/17ywbjj/whenever_i...

Re: YouTube slows down video load times when using Firefox

#450

Earlier quoted context omitted.

Would you have a pointer to this debunking?

It’s in the twitter thread (which I’m guessing was hidden to you because you weren’t signed in - certainly one of the product choices of all time). Seems to be an experiment condition around the new adblocking detection.

Perhaps HN could encourage people to post nitter.net links, so those of us who refuse to be on Twitter or who deleted our accounts can follow along.
Post reply on HN