Fork me on GitHub
#luminus
<
2017-06-28
>
puzzler04:06:45

Is gzip so fast that it doesn't matter if the results of gzipping a given file are cached?

hackeryarn11:06:58

In my experience it is fast enough. The only time I see caching necessary is if you have dynamic content, like clojurescript generating your app.

hackeryarn11:06:06

Then you would need both.