soflyy / breakdance-bugs

Bug reports from Breakdance users.
42 stars 6 forks source link

Built-in WebP integration #818

Open DevineJasper opened 1 year ago

DevineJasper commented 1 year ago

Is your feature request related to a problem? Please describe. Getting a 100 on performance with a WP website, even with Breakdance, it's a challenge. I mostly find correct usage of images difficult. There's plenty of room for best-practices that I, as webdeveloper, can do. Luckily there are plugins, like imagify, that can help streamline the workflow.

Describe the solution you'd like A full blown integration for serving images in next-gen format. More specifically Webp. My vision is: you can upload a webp version of the image and a fallback jpg/png/... image

Describe alternatives you've considered Imagify, but it's quite expensive I will try some other plugins too, for instance https://wordpress.org/plugins/modern-images-wp/

Additional context Feel free to give feedback on this issue. Perhaps the Breakdance team has a good workflow to make sure the performance with Google Lighthouse is a score of 100!

JeusuDigital commented 1 year ago

@DevineJasper if your server has Litespeed cache you can install the plugin and then you can link it to quic.cloud and convert Wordpress images to WebP for free and set it to serve WebP versions.

DevineJasper commented 1 year ago

@JeusuDigital awesome work around, thank you for sharing!