Valyy.
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Image Service Not Showing the Converted ImagesHello,
I’ve created the phpinfo.php. You can check live if you want, I’ll keep the file active for 2 days…

Thanks!
Forum: Plugins
In reply to: [W3 Total Cache] Image Service Not Showing the Converted ImagesHello, I checked the install section, seems like the rule for rewrite WebP was added only in litespeed.conf, I copied the code and added it after the first code (#W3TC Page Chahe core) in .htaccess.
FIxed! Everything works like a charm now!
# BEGIN W3TC WEBP <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_ACCEPT} image/webp RewriteCond %{REQUEST_FILENAME} (.+)\.(jpe?g|png|gif)$ RewriteCond %1\.webp -f RewriteCond %{QUERY_STRING} !type=original RewriteRule (.+)\.(jpe?g|png|gif)$ $1.webp [NC,T=image/webp,E=webp,L] </IfModule> <IfModule mod_headers.c> <FilesMatch "\.(jpe?g|png|gif)$"> Header append Vary Accept </FilesMatch> </IfModule> AddType image/webp .webp # END W3TC WEBPThank you very much for your support in helping me to find a solution to this problem!
Forum: Plugins
In reply to: [W3 Total Cache] Image Service Not Showing the Converted ImagesForum: Plugins
In reply to: [W3 Total Cache] Image Service Not Showing the Converted ImagesForum: Plugins
In reply to: [W3 Total Cache] Image Service Not Showing the Converted ImagesHello,
I’ve checked the compatibility, seems ok here:

For testing I turned off every other plugin but no change…
May the error comes because of this error? The scheduled event, w3tc_imageservice_cron, is late to run… Still idk yet what’s causing the event to be late…
Forum: Plugins
In reply to: [W3 Total Cache] Image Service Not Showing the Converted ImagesI saw I have this error message in Site Health:
The scheduled event, w3tc_imageservice_cron, is late to run. Your site still works, but this may indicate that scheduling posts or automated updates may not work as intended.