@[email protected] to [email protected]English • 2 years agoOne company found that too much JavaScript costs them $700,000 per year, per kilobyte.thenewstack.ioexternal-linkmessage-square39fedilinkarrow-up1147arrow-down19
arrow-up1138arrow-down1external-linkOne company found that too much JavaScript costs them $700,000 per year, per kilobyte.thenewstack.io@[email protected] to [email protected]English • 2 years agomessage-square39fedilink
minus-square@szniolinkEnglish1•2 years 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.