Plugins that retain original (revert feature) are not what I need. I need a plugin specifically that reduces server space consumption by compressing images as I have a large Woo store that is nearing limits of space. Current images have excellent compression potential. TinyJPG reduced the existing images in Media Library by 80%.
Is there something like that which can compress the images on site (local is not feasible as there are 70GB of images) and reduce space by either compressing the original or removing the original after creating and linking compressed copy? Thanks.
[ad_2]
Imagify, Optimole, EWWW, reSmush.it
[deleted]
Try offloading the media and removing it from your server
Mediacloud.press works well
pretty sure WP-Optimize can do this
>TinyJPG reduced the existing images in Media Library by 80%.
Images can only be compressed so far. If you’ve already compressed them, then you cannot do it again to get more savings. The math doesn’t work that way.
Also, next time, compress your images properly before you upload them in the first place. Then you won’t run into this problem again.
If you have ssh access to host, best option would be ImageMagic command “compress” or “convert”