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
view the rest of the comments
This is why I wish there's a way to have lag compensation in UI, as in click on what was there 100ms ago
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.
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!
NoScript FTW!
A good web developer will structure the page to not have "layout shift". This is either poor design or intentional.