Image optimization using with S3-Uploads

#1
Has anyone successfully used image optimization feature with WordPress plug-ins such as S3-Uploads?
We tried it on one of our websites but it seems to be not working:
  • No errors during send optimization request
  • No errors during image pull
  • Litespeed optimization column on media manager shows optimization percentage on pulled images
  • WebP files are created on S3 bucket
Problems found:
  • On posts/pages: image files are still served as .jpg not .webp
  • Checking optimized images on media manager, media URL and permalink is still .jpg
 

Unique_Eric

Administrator
Staff member
#2
Hi @aypeezero ,

It won't work, some logic/code need to be added when image push/pull from S3-Uploads plugin. Please contact the plugin author, if they need, our developers are more than happy to help.

Best,
Eric
 
#3
@Unique_Eric Thanks for the reply! Can you share what logic needs to be added?

I'll create an issue on the plugin's GitHub repo and share the info you'll provide. If it's an easy fix, I may be able to code it myself. I just need an idea on how image optimization works on LSCache.

Cheers!

AP
 
Top