starman@programming.dev to Programming@programming.devEnglish · 1 year agoOne company found that too much JavaScript costs them $700,000 per year, per kilobyte.thenewstack.ioexternal-linkmessage-square38fedilinkarrow-up1127arrow-down15
arrow-up1122arrow-down1external-linkOne company found that too much JavaScript costs them $700,000 per year, per kilobyte.thenewstack.iostarman@programming.dev to Programming@programming.devEnglish · 1 year agomessage-square38fedilink
minus-squaresznio@lemmy.worldlinkfedilinkEnglisharrow-up1·1 year agoBecause it’s better to deliver a page in a single request, than to deliver it in multiple. If you render the page on the client you end up making a lot of requests, each one requiring a round trip and adding more and more delay.
Because it’s better to deliver a page in a single request, than to deliver it in multiple. If you render the page on the client you end up making a lot of requests, each one requiring a round trip and adding more and more delay.