Site for 1kb.club
I saw a cool project about listing sites under 1kb, I wanted to prepare an entry for this list and I ended up learning a couple things about site optimization
9/26/2022
To reach the 1Kb size I added a couple optimizations to the render page mechanism:
- A minify step
- Add gzip to the custom origin response
Minify step
For this step I am using the html-minifier package
Handling GZIP
For this I am using the zlib functionality, but I am planning to add brotli support on the near future
editing kb.vicjicama.com