Backend gzipping fetching #539
Unanswered
cyrilchapon
asked this question in
Q&A
Replies: 1 comment
-
For me it just works to compress proxy requests. Just put the compression middleware before your proxies and it will determine whether to compress just by their mime types as seen here: https://github.com/expressjs/compression#filter |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In here we've accomplished on-the-fly-compression-at-proxy-level with a basic
Aggressively optimizing, we now would like to gzip build-time and be able to grab already gzipped files at proxy level, serving them to client
build
serve
Anyone with similar experience ?
Beta Was this translation helpful? Give feedback.
All reactions