this post was submitted on 21 Oct 2025
139 points (99.3% liked)
Comics
1058 readers
176 users here now
This community currently has no moderators. If you're interested in moderating it, please DM ada@lemmy.blahaj.zone (from a blahaj lemmy account)
======
Post your comics here. Single or multi boxed comics.
Please mark nsfw when appropriate.
Same rules as primary server, no hate.
Please warn others if there may be triggers.
Please mark if the comic is yours either in the title or description
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
is there an explanation for this? Is rendering broken and then fixed by hitting the reload button?
Sorta, generally it's because the page is waiting for some element to load before it renders, and htting the refresh button interrupts that waiting, so the elements that have loaded all render while the refresh request is being sent.
So hitting the ‘stop’ button should give you a partial page, right? Good to know!
It sometimes will, yep! I'm obviously oversimplifying, it depends on the implementation of the "stop" button and the specific elements that are failing, but a surprisingly large percentage of the time It'll work. It will also work to avoid some paywalls if you stop the page before they load in.
Pretty sure what happened in the comic is that the page finally loaded right as he clicked reload, and then the last panel is his soul leaving his body at the sight of the blank, not-yet-at-all-loaded page.