Why does it load so slow?

why does it load so slow?

Attached: iu[1].jpg (1280x720, 46K)

Other urls found in this thread:

youtube.com/?disable_polymer=1
tech.co/news/google-slowed-youtube-firefox-edge-2019-04
twitter.com/SFWRedditImages

disable the polymer
youtube.com/?disable_polymer=1

that's a lot faster. thanks. man, this should be enabled all of the time.

Because they hire shitty developers in the name of diversity.

>youtube.com/?disable_polymer=1

Wow, much better

Because you're not using GTK Youtube Viewer.

>why does it load so slowly?
FTFY

>?disable_polymer=1
how do you figure it out?
its a function that we should not know about

user script that appends disable_polymer to the youtube URL automatically
// ==UserScript==
// @name YouTube Polymer Disable
// @match *://www.youtube.com/*
// @exclude *://www.youtube.com/embed/*
// @grant none
// @run-at document-start
// ==/UserScript==
var url = window.location.href;
-1 === url.indexOf("disable_polymer")
&& (url.indexOf("?") > 0
? url += "&"
: url += "?",
url += "disable_polymer=1",
window.location.replace(url));

thanks, you rule!

>url += "disable_polymer=1",
im not gonna add Greasemonkey for that but thanks anyway mate

i see its working on any other website also

>it disables dark mode

Attached: IMG-20160604-WA0005.jpg (803x688, 102K)

websites nowadays are designed for 1 tab only, meaning that if you have 10 tabs of the same website open simultaneously, it will be really slow because of javascript/html5

before this responsive meme design craze arrived, all websites were static so you could have 100 tabs open without problem. Now if you have 10 websites open they consume a lot of cpu/ram/gpu resources because the faggot web developers only think people have 1 tab open

>before this responsive meme design craze arrived

Responsive design won't slow down the site, it's just 1 more CSS that activates when you go below/above a certain resolution.

What you are thinking of is the Web2.0 ajax driven idiocy. And you can thank google for that, they pushed the most for it, because their browser could execute it faster, so having all those effects on their sites meant they automatically put the competition at a disadvantage.

You kids don't remember how bad the 90s browser wars were - Chrome is literally the IE6 of today.

>i see its working on any other website also
it should match the regex *://www.youtube.com/*

Anyone know how to speed up link importing through MPV? Shit is slow af. Takes a solid 10 seconds.

looks the same, what does this do?

that's a glob
it can't be a regex, because it begins with '*', which is invalid

because you use firefox
>tech.co/news/google-slowed-youtube-firefox-edge-2019-04
you can fix it by using this extension:
>addons.mozilla.org/en-US/firefox/addon/youtube-classic/

use invidio.us

loads fast as fuck for me. Get a job and buy a decent computer and ISP plan.

Do you use Firefox?

You can get extensions that give you dark mode in disable polymer