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

[Server] Compress images in response #97

Open
PatrickUbelhor opened this issue Mar 9, 2024 · 0 comments
Open

[Server] Compress images in response #97

PatrickUbelhor opened this issue Mar 9, 2024 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@PatrickUbelhor
Copy link
Member

Currently, it takes a while to load images on slower network connections, because the images are large (~10+MB), and the API response is completely uncompressed.

  • Add gzip compression to the image response endpoint.
  • Also check if the "upload image" request is compressing the image, and add compression there if not.
@PatrickUbelhor PatrickUbelhor added the feature New feature or request label Mar 9, 2024
@PatrickUbelhor PatrickUbelhor self-assigned this Mar 9, 2024
@PatrickUbelhor PatrickUbelhor added this to the Midwest 2024 milestone Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant