TheReturnOfPEB@reddthat.com to Technology@lemmy.worldEnglish · 1 day agoThe 512KB Club is a collection of performance-focused web pages from across the Internet. To qualify your website must both be actually useful and under 512KB in size.512kb.clubexternal-linkmessage-square38fedilinkarrow-up1511arrow-down13cross-posted to: [email protected]
arrow-up1508arrow-down1external-linkThe 512KB Club is a collection of performance-focused web pages from across the Internet. To qualify your website must both be actually useful and under 512KB in size.512kb.clubTheReturnOfPEB@reddthat.com to Technology@lemmy.worldEnglish · 1 day agomessage-square38fedilinkcross-posted to: [email protected]
minus-squaresobchak@programming.devlinkfedilinkEnglisharrow-up3·11 hours agoIs it just the HTML that should be under 14kb? I think script, CSS, and image (except embedded SVGs) are separate requests? So these should individually be under 14kb to get the benefit?
minus-squarekibiz0r@midwest.sociallinkfedilinkEnglisharrow-up3·8 hours agoThose additional requests will reuse the existing connection, so they’ll have more bandwidth at that point.
minus-squaresobchak@programming.devlinkfedilinkEnglisharrow-up2·7 hours agoInteresting, didn’t know that’s how modern browsers worked. Guess my understanding was outdated from the HTTP/1 standard.
minus-squarexthexder@l.sw0.comlinkfedilinkEnglisharrow-up4·9 hours agoIn an ideal world, there’s enough CSS/JS inlined in the HTML that the page layout is consistent and usable without secondary requests.
Is it just the HTML that should be under 14kb? I think script, CSS, and image (except embedded SVGs) are separate requests? So these should individually be under 14kb to get the benefit?
Those additional requests will reuse the existing connection, so they’ll have more bandwidth at that point.
Interesting, didn’t know that’s how modern browsers worked. Guess my understanding was outdated from the HTTP/1 standard.
In an ideal world, there’s enough CSS/JS inlined in the HTML that the page layout is consistent and usable without secondary requests.