I’m compressing my assets at build-time, so is it possible to disable serve-time compression?
Hey Alec,
We don’t currently support disabling compression. What is your use case for compressing the assets at build time?
I suppose each asset is cached after compression, so there’s not much of a use case, I guess.
That’s correct. There is only a performance impact on the initial request. The latency for a cache miss is generally less than 300 ms (which includes compression and transit), so it’s reasonably fast regardless.