webp format install

dorucrisan

Verified User
Joined
Oct 23, 2021
Messages
140
Location
Bucharest / Romania
I am running serveral web shops and received advice to change image format from jpg to webp in order to be lighter. I checked and looks like webp format needs to be installed on server. Is there any option in custombuild or anywhere else to do that?
Thanks
 
Try this:
Code:
da build set_php "imagick" yes
da build "php_imagick"
da build php

Does that work for you?
 
Back
Top