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

[Backend] Don't serve images from UserContent #58

Closed
nic547 opened this issue May 21, 2021 · 0 comments
Closed

[Backend] Don't serve images from UserContent #58

nic547 opened this issue May 21, 2021 · 0 comments
Assignees
Labels
type:enhancement New feature or request

Comments

@nic547
Copy link
Owner

nic547 commented May 21, 2021

Currently images placed in /userContent will both be used for generating other sizes and formats and for serving to clients. I would prefer if that wasn't the case.

The requirements of the two usages are quite opposed to each other. As the "golden copy", the image should be high-quality, with little or no compression, so that I can use different formats or compression ratios at a latter date.
For serving the images to clients, I want maximum compression to reduce load times.

Therefore I don't want the image from userContent served to Clients.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant