webtoons.com freezes Pale Moon 34.0.0 Topic is solved

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
ajgelado
Hobby Astronomer
Hobby Astronomer
Posts: 18
Joined: 2020-02-04, 06:04

webtoons.com freezes Pale Moon 34.0.0

Post by ajgelado » 2026-01-21, 10:54

When visiting webtoons.com, Pale Moon 34.0.0 freezes. It worked correctly in 33.9.1.

When you enter the URL, the page starts loading, the title shows in the tab, and sometimes you can see the content. But after one or two seconds, Pale Moon completely freezes, and no matter how much I wait, it doesn't come alive again.

Tested both in my everyday profile, in a private window and in a clean profile. It happens consistently, both in the site's root and in deep URLs. In fact, since updating to v34, the page hasn't worked a single time -- and I have tried over a dozen times, trying to cover different scenarios, before posting this.

It happens in the latest build of Pale Moon x64, 34.0.0, in Windows 11 25H2, with an Intel i3 12100 and no graphics card. I haven't been able to try in other computers yet, but the ones I have access to with an up-to-date Pale Moon version run the same OS and have similar processors. If you need detailed system information or any other information, please tell me. Just remember that, as this is a freeze, I will be unable to access the console.

User avatar
Gemmaugr
Lunatic
Lunatic
Posts: 420
Joined: 2025-02-03, 07:55

Re: webtoons.com freezes Pale Moon 34.0.0

Post by Gemmaugr » 2026-01-21, 11:14

Confirmed here to.

It's happened a lot after the update, on various sites, and hopefully it's another issue that'll be resolved when they release to hot fix to the Expat issue: https://repo.palemoon.org/MoonchildProd ... ment-44993

User avatar
jobbautista9
Board Warrior
Board Warrior
Posts: 1137
Joined: 2020-11-03, 06:47
Location: Philippines

Re: webtoons.com freezes Pale Moon 34.0.0

Post by jobbautista9 » 2026-01-21, 11:28

This 4.12 MB(!) SVG spritesheet triggered the hang: https://webtoons-static.pstatic.net/ima ... 8fb105.svg

Regardless of the Expat library update trying to cram every UI image from vector to bitmap into this megabyte monstrosity is a bad idea IMHO. If even just one of the images gets updated that would force everyone who've cached it before to download yet another 4 megabytes of data again.
Image

Tired of creating stuff!

Avatar artwork by Shinki669: https://www.pixiv.net/artworks/113645617

XUL add-ons developer. You can find a list of add-ons I manage at http://rw.rs/~job/software.html.

User avatar
ajgelado
Hobby Astronomer
Hobby Astronomer
Posts: 18
Joined: 2020-02-04, 06:04

Re: webtoons.com freezes Pale Moon 34.0.0

Post by ajgelado » 2026-01-21, 12:27

Thank you. It makes a lot of sense. I had read about the Expat update, but had not connected the dots.

I'll wait for Pale Moon 34.0.1.

About the multi-megabyte SVG files that are surfacing due to this issue, well, as a web developer I can understand the appeal of a file that contains multiple items, as that reduces downloads and latency. But why are they so big? Why not separating them in a handful of smaller ones? Also, if you download the WebToon's one and open with an editor (say Inkscape), you see that it contains half a dozen big images and many small, simple icons (numbers and letters inside a circle, quotes, stars and so on). How did it get to 4 MB? Unbelievable.

vannilla
Moon Magic practitioner
Moon Magic practitioner
Posts: 2520
Joined: 2018-05-05, 13:29

Re: webtoons.com freezes Pale Moon 34.0.0

Post by vannilla » 2026-01-21, 16:24

ajgelado wrote:
2026-01-21, 12:27
as that reduces downloads and latency.
Off-topic:
Reducing the amount of downloads is not an issue and latency actually increases if you cram everything inside a single file. This is not the place to extensively talk about technicalities, but one thing is certain: this "unification" of SVGs is the wrong solution under every front. It doesn't even help on mobile, which is the usual excuse.

User avatar
ajgelado
Hobby Astronomer
Hobby Astronomer
Posts: 18
Joined: 2020-02-04, 06:04

Re: webtoons.com freezes Pale Moon 34.0.0

Post by ajgelado » 2026-01-22, 00:40

vannilla wrote:
2026-01-21, 16:24
Reducing the amount of downloads is not an issue and latency actually increases if you cram everything inside a single file. [...]
Off-topic:
I had written a long reply with actual measures that show that, if done right, it is beneficial even with fast cable/fiber connections (not to mention high-latency mobile ones); but, as you say, it's off-topic here. Just one question: do you have real-world figures which support your claim? I surely do. I'm a framework developer with 25 years of web experience and 40 years of general programming experience, beginning in the 8-bit days, when you counted the bytes by hand and used actual chronographs to profile code! You can be sure I never do anything "because Google says so" :P .

vannilla
Moon Magic practitioner
Moon Magic practitioner
Posts: 2520
Joined: 2018-05-05, 13:29

Re: webtoons.com freezes Pale Moon 34.0.0

Post by vannilla » 2026-01-22, 01:52

Off-topic:
ajgelado wrote:
2026-01-22, 00:40
do you have real-world figures which support your claim?
No, because I did not measure it as properly as you want from a reply to this question.
Consider that for online web content latency ends when the content is visible or interactable, not just when it is downloaded; anything keeping an icon from showing up adds to latency and if my mobile data is not fast enough to let the browser parse a large SVG that's high latency. A smaller single-image SVG might've showed up sooner as a parallel download of a few bytes.
I experienced this firsthand myself, but I did not see if it was a large file nor do I have pretty graphs to show.

User avatar
ajgelado
Hobby Astronomer
Hobby Astronomer
Posts: 18
Joined: 2020-02-04, 06:04

Re: webtoons.com freezes Pale Moon 34.0.0

Post by ajgelado » 2026-01-22, 19:59

I can confirm that Pale Moon 34.0.1 solves this. Case closed -- for now. At some point in the future, Expat will have to be updated again. But now we know more about its quirks, and hopefully can avoid any problems. Thank you very much!