WHY YOUR WEBSITE SHOULD BE UNDER 14KB IN SIZE
Also available to read on dev.to (warning it is much larger than 14kB) Having a smaller website makes it load faster — that’s not surprising. What is surprising is that a 14kB page can load much faster than a 15kB page — maybe 612ms faster — while the difference between a 15kB and a 16kB page is trivial. This is because of the TCP slow start algorithm. This article will cover what that…