• Resolved atesz03

    (@atesz03)


    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!

    • This topic was modified 1 year, 3 months ago by atesz03.
Viewing 4 replies - 16 through 19 (of 19 total)
Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Image WebP Replacement doesn′t work’ is closed to new replies.