magesuite / theme-creativeshop

Open Software License 3.0
38 stars 24 forks source link

ThemeHelpers: Enable WebP support #101

Closed tim-breitenstein-it closed 2 years ago

tim-breitenstein-it commented 2 years ago

Enabling this feature will append .webp extension to all image urls to achieve better image compression while maintaining good quality. This setting requires special web server configuration. Enabling it without such configuration might break images rendering.

Is there any documentation on configuring the web server to support webp images?

See https://github.com/magesuite/theme-helpers/issues/2

drabikowy commented 2 years ago

Hello! this webp support was totally unreliable. Our MageOps team developed image optimziation in the infratructure instead. https://github.com/mageops/ansible-infrastructure/

We will remove webp related configuration soon.

Best regards