|
|
|
|
|
by riclib
84 days ago
|
|
Fair comment. In my production code I always separate out the css and embed it in the go binary as files that can be cached. Having it in embedded into the page was really useful to iterate behind cloudflare and not worry about css caching but is a terrible practice. |
|
I don't think these arguments hold up anymore with http 2/3, but still, it used to be an optimization.