-
Notifications
You must be signed in to change notification settings - Fork 241
Change from jpg to more efficient webp thumbnails #558
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
Conversation
|
I spent some time with this: Interistingly: To my understanding png won because that does not contain any metadata which can be quite big So I think switching to webp only helped because |
|
I totally missed on my previous comment that I'm calling output: So changing thumbnails to webp sound good to me |
|
@bpatrik |
|
Metadata is not needed for the thumbnails. I already removed that after merging this PR. |
|
This is a fantastic change and contributes to a performance boost that's frankly staggering to see in action -- thank you 👍 I've just added a compatibility note as an issue in #603 as it's broken an old client of ours. Not a huge problem. |
…ope of slightly nicer thumbnail quality #558
No description provided.