yireo-magento1 / Yireo_Webp

Magento module that implements Google WebP in your frontend. This extension requires the "cwebp" binary to be installed on the server, and uses PHP exec() to access this binary. For details on installing "cwebp", refer to the Google WebP project.
Open Software License 3.0
42 stars 19 forks source link

Feature Request: Configuration to enable/disable module #8

Closed duckchip closed 4 years ago

duckchip commented 4 years ago

Hi there!

Would it be possible to add a configuration option to enable/disable this module? We use this module in combination with other optimisation techniques and the option to enable or disable integration of WEBP images would be handy :)

Thx in advance!

Tristan

jissereitsma commented 4 years ago

Isn't the "Disable Modules Output" feature of the Magento core already good enough? https://github.com/yireo/Yireo_Webp/blob/master/source/app/code/community/Yireo/Webp/Helper/Data.php#L132

duckchip commented 4 years ago

Gonna close this issue since it is meant for the M2 module, my bad