kevinburke / go-html-boilerplate

Starter pack for doing web development in Go
MIT License
0 stars 0 forks source link

Make it easy to inline all assets into a web page #8

Open kevinburke opened 6 years ago

kevinburke commented 6 years ago

No reason we can't help people do this:

The landing page of https://www.deconstructconf.com is now a single HTTP request. All images, CSS, and fonts are inlined. Zero repaints. I'm seeing 220 ms from reload keystroke to final load DOM event. It's 300 kb gzipped. Greetings, things should be simple and fast.

https://twitter.com/garybernhardt/status/956624509599019008