Live data from Hacker News

WebP – A new image format for the Web

developers.google.com

1–10 of 60 posts

Re: WebP – A new image format for the Web

#3

Things to consider: WebP browser support is currently terrible ( http://caniuse.com/webp ), and it seems the solution to make WebP images display in non-supported browsers is through the help of a rather large JS file ( http://webpjs.appspot.com/ ).

This will improve with time, every new technology starts like this and if it's better than the current technology, it sticks.

Re: WebP – A new image format for the Web

#5

Things to consider: WebP browser support is currently terrible ( http://caniuse.com/webp ), and it seems the solution to make WebP images display in non-supported browsers is through the help of a rather large JS file ( http://webpjs.appspot.com/ ).

This will improve with time, every new technology starts like this and if it's better than the current technology, it sticks.

If it's sufficiently better than the current technology to overcome the switching costs, it sticks.

Re: WebP – A new image format for the Web

#9

Things to consider: WebP browser support is currently terrible ( http://caniuse.com/webp ), and it seems the solution to make WebP images display in non-supported browsers is through the help of a rather large JS file ( http://webpjs.appspot.com/ ).

Actually it is Google Pagespeed where the magic happens. You serve jpg, gif, png, pcx^H^H^H and then your nginx/Apache converts them to webp for you, on the fly, cached. If the person requesting your page runs chrome they get webp.

So that means everyone else gets a slow image format? Yes, but you have saved bandwidth and your pages have loaded quickly for ~50% of your users.

I don't think webp is really a source image format, more something that is browser and Pagespeed specific. Try it, you will be impressed.

Post reply on HN