Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider using brotli or zstd over gzip for HTTP request compression #111

Open
2 of 11 tasks
philipphofmann opened this issue Nov 5, 2024 · 0 comments
Open
2 of 11 tasks

Comments

@philipphofmann
Copy link
Member

philipphofmann commented Nov 5, 2024

If your SDK is using gzip to compress HTTP requests, consider switching to brotli or zstd if possible. These compression algorithms are more efficient and slightly faster, which has a positive impact on the compression of our SDKs and Relay. According to @BYK, Relay supports gzip, brotli, and zstd.

If your SDK already uses brotli or zstd, you can mark it as done in the task list below.
If your SDK can't use brotli or zsdt, you can mark it as done with a short note in the task list below.
If your SDK doesn't work and you can switch it, please create an issue and link it to the task list below.

Tasks

  1. Platform: Cocoa
  2. Platform: Android Platform: Java enhancement
  3. Platform: Dart
  4. Platform: React-Native
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs Discussion
Development

No branches or pull requests

4 participants