dxpr / dxpr_cms

0 stars 0 forks source link

Implement WebP image style overrides #3

Closed jjroelofs closed 4 months ago

jjroelofs commented 5 months ago

Why are we doing this work

We want to improve frontend performance of our platform, out of the box.

We did it by overriding the config files that are used for image styles inside the installation profile:

Screenshot 2024-07-05 at 15 08 17

Installation profiles can override these config files without creating a duplicate config object error, I hope we can add the same files to this folder to enable webp: https://github.com/dxpr/dxpr_cms/tree/2.x/recipes/dxpr_cms_base/config

Relevant links

Non-functional requirements

Implementation plan