Ephera@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 6 days agoStill wild to me that we built webpages like thislemmy.mlimagemessage-square10fedilinkarrow-up1220arrow-down114cross-posted to: programmer_humor@programming.dev
arrow-up1206arrow-down1imageStill wild to me that we built webpages like thislemmy.mlEphera@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 6 days agomessage-square10fedilinkcross-posted to: programmer_humor@programming.dev
minus-square56!@lemmy.mllinkfedilinkarrow-up9·5 days agoThe JavaScript isn’t slow at rendering, it’s re-doing all the network requests. It re-loads parts of the page each time the layout changes.
minus-squareEphera@lemmy.mlOPlinkfedilinkEnglisharrow-up3·5 days agoOh damn, that’s worse than I thought. That does make it look a lot more “Meh, fuck it.”, like they don’t have events set up to re-trigger just the re-rendering, but rather they jump to the start of a big download-and-render-everything function.
The JavaScript isn’t slow at rendering, it’s re-doing all the network requests. It re-loads parts of the page each time the layout changes.
Oh damn, that’s worse than I thought. That does make it look a lot more “Meh, fuck it.”, like they don’t have events set up to re-trigger just the re-rendering, but rather they jump to the start of a big download-and-render-everything function.