localgovdrupal / localgov

Installation profile for the LocalGov Drupal distribution.
GNU General Public License v2.0
78 stars 18 forks source link

Image optimisation #681

Open willguv opened 4 months ago

willguv commented 4 months ago

Following on from the Community meet on Sustainable Web Design, could we explore:

rupertj commented 4 months ago

We've already set up imageapi_optimize along with imageapi_optimize_gd on H&F. I'd be happy to contrib back a setup based on that.

millnut commented 4 months ago

An alternative to this could be using the Drupal core image styles functionality and each of the image styles that are currently used adding a "Convert" step and choosing "WEBP"

andybroomfield commented 2 months ago

BHCC has image_optimize and image_optimize_binaries installed. Acquia provices jpegtran and pngcrush preinstalled.

To use them web hosts would need to have those binaries installed, we should also look to provide them in ddev / lando setup.