• Resolved itism64

    (@itism64)


    Hi Mateusz,

    First rely impressed about your documentation about your plugin and support you do here.

    Using Litespeed cache with webp for years but changing hosting (cloudways) and really want to use WebP. After installing i got on both website different errors (strange as they are with same settings)

    Could not fix it myself so contacted support and they “fixed it” but strange enough the error the error was still there. The only different was i could generate the webp. Checking the website i did not see any webp file in the source.

    The i saw in faq page they way to check if webp is served. And it works serving webp images but still have the “error”

    Your server uses the cache for HTTP requests. The rules from .htaccess file or from Nginx configuration are not executed every time when the image is loaded, but the last redirect from cache is performed. With each request to image, your server should execute the rules from .htaccess file or from Nginx configuration. Now it only does this the first time and then uses cache. This means that if your server redirected image to WebP format the first time, it does so on every request. It should check the rules from .htaccess file or from Nginx configuration each time during request to image and redirect only when the conditions are met.

    Reading the error i got feeling that images should not be cached because if first time is webp cached it will serve this image for each request?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘My complement (but still have error)’ is closed to new replies.