Hacker News new | ask | show | jobs
by palsecam 649 days ago
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.

3 comments

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