Image WebP Replacement doesn′t work
-
Hello,
I created a webp-version of all my images using the QUIC.cloud and the Image WebP Replacement toggle is turned on. But if I check my pages with google chrome inspect funtion, I only see jpeg-files. So the replacement doesn’t seem to have any effect. See screenshot here.
In the debug report I can see the following:
### marker WEBP start ###
RewriteCond %{HTTP_ACCEPT} “image/webp”
RewriteRule .* – [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+webp]
RewriteCond %{HTTP_USER_AGENT} iPhone.Version/(\d{2}).Safari
RewriteCond %1 >13
RewriteRule .* – [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+webp]
### marker WEBP end ###Do you have an idea what can be the problem?
Thank you in advance for the help!
- The topic ‘Image WebP Replacement doesn′t work’ is closed to new replies.