Replies: 1 comment 1 reply
-
What library are you currently using for this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Implement ZStandard library to compress data.
Media type: application/zstd
On our current API (flask), we implemented ZSTD to compress huge JSON response that were over 5MB using the default compression level (3) and resulted in some ~200Kb JSON. We use it for customers that have slow networks/low bandwidth.
As it's not native/supported by browsers, I do not think it can be used to compress html.
Links:
Beta Was this translation helpful? Give feedback.
All reactions