Thread Starter
Saxman
(@konjfuchie)
update
I deactivated/reactivated plugin and Image Optimization seem to be working fine.
Page Optimization & LQIP still no luck. I don’t use CDN.
Report number: QEDCOONF
Report date: 12/10/2024 16:03:41
Regards
Plugin Support
qtwrk
(@qtwrk)
please try clean up the existing queue , let queue rebuild , and see how it goes
Thread Starter
Saxman
(@konjfuchie)
I cleaned everything, flushed cash at server level
How to check for if Cache and Page Optimization really work or not?
Image Optimization works fine but Webp images are not served in Firefox, but this might be Firefox problem
https://ww.wp.xz.cn/support/topic/webp-not-served-on-firefox/
thank you
Do you need to change Server ip? https://docs.litespeedtech.com/lscache/lscwp/general/#server-ip
When you said “are not served” what do you mean?
Thread Starter
Saxman
(@konjfuchie)
IP changed IP
When page is loaded in FF, I checked the image URL and it is URL of optimized jpg or png, but not webp image, in Chrome and Edge URL is pointed to webp version for the same image.
Plugin Support
qtwrk
(@qtwrk)
yes, this is known issue , the firefox changed its accept header value in the main request, makes plugin failed to detect webp supportability , it will be fixed in future version
for the time being , please try add this at top of your .htaccess as temp workaround
RewriteCond %{HTTP_USER_AGENT} Firefox/([0-9]+)
RewriteCond %1 >=65
RewriteRule .* - [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+webp]