• Resolved JohnS0N

    (@johns0n)


    Images are optimized and upon manually checking, the webp versions exist, .htaccess rules are in place, but the webp images are not being delivered:

    ### marker WEBP start ###
    RewriteCond %{HTTP_ACCEPT} "image/webp" [or]
    RewriteCond %{HTTP_USER_AGENT} "Page Speed"
    RewriteRule .* - [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+webp]
    ### marker WEBP end ###

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    I see large portion of images are being delivered as webp

    View post on imgur.com

    also saw 5 or 6 of them aren’t , because they were not using standard HTML img src code , but more like embed into CSS background, and currently LSCWP can not replace image URL in CSS code.

    Best regards,

    Thread Starter JohnS0N

    (@johns0n)

    Thank you for this. I think I fixed this by removing some functionality. Could you be so kind and just recheck this on your end?

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    Yes, now I see pretty much all images are webp

    Best regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WebP is not delivered’ is closed to new replies.