ccd0 / 4chan-x

Adds various features to anonymous imageboards.
https://www.4chan-x.net/
Other
980 stars 133 forks source link

4chanx loads the board /vt/ slower than usual using violentmonkey on chrome/chromium #3427

Open blueslippers opened 9 months ago

blueslippers commented 9 months ago

The /vt/ board freezes the browser for 10-15 seconds when you load the catalog using 4chanx on chrome/chromium with violentmonkey works fine with tampermonkey or using other browsers with violentmonkey

TuxedoTako commented 9 months ago

I think this is related to fetching the titles of all youtube embeds on the page. For me it's faster with 'Link Title' under Linkification turned off. It seems the high number of requests hangs violentmonkey, despite that requests should be non-blocking. The results also aren't cached.

I'm not a maintainer of 4chan X btw, but I have a fork with the same problem.

AlifianK commented 9 months ago

Related https://github.com/violentmonkey/violentmonkey/issues/1989, check again using the CI artifacts.

Also, you should have reported this on violentmonkey repo since this is their bug.