this post was submitted on 15 Jun 2026
557 points (97.4% liked)

me_irl

7947 readers
938 users here now

All posts need to have the same title: me_irl it is allowed to use an emoji instead of the underscore _

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] raman_klogius@ani.social 7 points 1 week ago* (last edited 1 week ago) (2 children)

This is why I wish there's a way to have lag compensation in UI, as in click on what was there 100ms ago

[–] Dultas@lemmy.world 20 points 1 week ago (1 children)

They could just load the whole page at once like the old days. But modern web UIs load tons of stuff in the background and then render them after the initial page causing pop in.

[–] grue@lemmy.world 6 points 1 week ago (1 children)

If they weren't trying to reference tons of JavaScript to do shit like that, they wouldn't need the goddamned lazy loading in the first place!

[–] explodicle@sh.itjust.works 1 points 1 week ago
[–] AlphaOmega@lemmy.world 1 points 1 week ago

A good web developer will structure the page to not have "layout shift". This is either poor design or intentional.