Should my chunks be gzipped? #14214
-
I've been taking a look at the files created by the Is this expected behaviour? I thought gzipping was enabled by default? |
Beta Was this translation helpful? Give feedback.
Answered by
timneutkens
Jun 16, 2020
Replies: 1 comment 3 replies
-
gzip is handled at serve time with |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
alexfoxy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gzip is handled at serve time with
next start
. If you host on Vercel it automatically supports brotli and gzip at the edge (https://vercel.com/edge-network)