Hacker News new | ask | show | jobs
by saagarjha 650 days ago
Why would you do this?
1 comments

To have FreeSolitaire.win homepage be only 20.7 kB over the wire.

That’s for the whole game: graphics are inline SVGs, JS & CSS are embedded in <script> and <style> elements.

To be clear, you can minimize much further than what you already have. For example you haven't fully minified SVG, which can be also replaced with just symbol characters. Saving a single space from `<!doctype html>` is insignificant compared to that.
This would be another interesting story about web optimization if you wrote a post about it! :)
Right but surely skipping that space wasn't that much of a win