Plugin Support
qtwrk
(@qtwrk)
unfortunately it’s not “selectable” 🙁
damn, really? In my case it doesn’t make sense to optimise the sized images since the savings are often around 1 to 3kb. All the extra files creates a problem in my hosting (despite me being on decent A2 hosting), due to the amount of files. How are others managing this?
So it only makes sense to optimise the originals. I’ve now deleted all optimisation files to fix server errors
-
This reply was modified 1 year, 10 months ago by
hudsontek.
Plugin Support
qtwrk
(@qtwrk)
it should scan all the images that exists in database and send for optm that including the original size , and various sizes generated by wordpress
after optimization it will be like :
something.jpg
something.bk.jpg
something.jpg.webp
something-100x100.jpg
something-100x100.bk.jpg
something-100x100.jpg.webp
something-300x300.jpg
something-300x300.bk.jpg
something-300x300.jpg.webp
...etc
this will take more disk space due to webp files and backup files
so people would remove the original backup , that will only create the webp files that takes additional disk space.