Conversion to WebP
# i3 - auto_webp
sub vcl_recv {
if (req.http.host == "www.mi-dominio.es") {
set req.http.TCDN-i3-transform = "auto_webp";
}
}# i3 - auto_webp - con ajuste de calidad
sub vcl_recv {
if (req.http.host == "www.mi-dominio.es") {
set req.http.TCDN-i3-transform = "auto_webp:90%";
}
}Last updated
Was this helpful?
