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

Rename webp messaging to "next-gen image formats" #3557

Closed
paulirish opened this issue Oct 14, 2017 · 3 comments · Fixed by #3985
Closed

Rename webp messaging to "next-gen image formats" #3557

paulirish opened this issue Oct 14, 2017 · 3 comments · Fixed by #3985
Labels

Comments

@paulirish
Copy link
Member

On the recent reddit thread some users were flummoxed by the recommendation to adopt and serve webp: https://www.reddit.com/r/webdev/comments/75w7t0/so_exactly_what_do_i_do_google_put_my_css_in_js/doatllq/

Indeed, it is only supported by 1 rendering engine. And unfortunately it's fairly difficult to pull off.

Given the difficulty and the reduced impact, we should consider removing the audit from the default. WDYT?

@benschwarz
Copy link
Contributor

Wellllll, there's also HEIC, Jpeg2000 and other options. The fact is that because adoption sucks, one of these can't be recommended individually atm. I'd opt to change it to be "use a modern image format like WebP, HEIC, Jpeg2000, etc… or, where possible use a transcoding CDN that is clever enough to do client hints.

The point of the audit is to point out that there are alternatives that will improve performance or user experience. Recommending superior image formats is definitely worth doing.

@wardpeet
Copy link
Collaborator

I really like this audit as well as this gives a performance boost when running a lot of images as news websites do. We see image decode time, download time and such drop when using webp

I would try to put more options in the audit like @benschwarz is stating as this might be a bit hard to do.

@patrickhulce
Copy link
Collaborator

I like @benschwarz's approach and believe we had aspirations to do that at one point (at least I did :) ). At the very least, changing the copy to say "adopt next-gen image format" or something seems reasonable

@patrickhulce patrickhulce changed the title Remove webp recommendation Rename webp messaging to "next-gen image formats" Nov 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants