Making a Website Under 1kB
tdarb.org
Making a Website Under 1kB
1–10 of 109 posts
Re: Making a Website Under 1kB
#2Re: Making a Website Under 1kB
#3They actually mean 1kb per page, which is pretty slick and decent even on dialup.
Re: Making a Website Under 1kB
#4Instead of:
Try
Re: Making a Website Under 1kB
#5http://www.captiveportal.co.uk
And yes, that’s supposed to be a non-https link.
I think the entire site, including favicon, might be under 5KB. You can check here:
Re: Making a Website Under 1kB
#6Re: Making a Website Under 1kB
#7I managed under 1.5KB for a page that has an actual function, not just a test: http://www.captiveportal.co.uk And yes, that’s supposed to be a non-https link. I think the entire site, including favicon, might be under 5KB. You can check here: https://github.com/josharcheruk/CaptivePortal
Re: Making a Website Under 1kB
#8If 1kb websites interst you, check out the https://js1k.com that has awesome Javascript demos within 1kb!
Re: Making a Website Under 1kB
#9Out of curiosity, I recently wrote a little Elisp function to compute the "markup overhead" on a typical NY Times article, i.e. the number of characters in the main HTML page versus the number in a text rendering of it. It turns out that the page is 98.5% overhead. That doesn't even count the pointless images, ads, and tracking scripts that would also get pulled in by a normal browser. Including those, loading a simple 1000-word article probably incurs well over 99% overhead. Wow!
Re: Making a Website Under 1kB
#10If 1kb websites interst you, check out the https://js1k.com that has awesome Javascript demos within 1kb!