Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TinyPNG

    (@tinypng)

    Hi,

    Thank you for contacting us.

    Unfortunately, bulk compression will indeed not work with existing images only stored on S3, as they no longer reside locally in your wp-content folder, which is what our plugin currently requires.

    What you could do is the following:

    – disable the Amazon S3 and Cloudfront plugin
    – copy the files on S3 to your wp-content/uploads folder
    – bulk compress the images with our plugin
    – copy the resulting images back to S3 overwriting the existing images
    – enable the Amazon S3 and Cloudfront plugin again

    I can understand that this might be quite a bit of work, but unfortunately that’s what is currently necessary to get all your existing images compressed.

    We are considering options of working with files on S3, but at the moment we can’t promise anything yet.

    Thread Starter cnesbit

    (@cnesbit)

    thanks for your response. Given that I had already uploaded several thousand images that needed compression, using TinyPNG would not have been practical anyway. I ended up downloading my s3 bucket and using the commandline software jpegoptim and pngquant to bulk compress my images.

    I still plan to use TinyPNG for future uploads since I will have a smaller number of compressions/month, so long as it can handle both JPG and PNG file types. Am I correct, that TinyPNG can handle both file types?

    Thanks!

    Plugin Author TinyPNG

    (@tinypng)

    Yes, you’re correct. Our developer API and plugin support both JPG and PNG images.

    Thread Starter cnesbit

    (@cnesbit)

    Thanks! As a sidenote, I’ve tested your TinyPNG plugin with https://www.ads-software.com/plugins/amazon-s3-and-cloudfront/ and they play nicely together. I havemy s3 plugin set to remove images from my server upon upload, and when I upload an image it gets compressed, uploaded to s3, and removed from my server.

    The only issue is that once it’s been uploaded to s3 and removed from my server, the Media page (in grid view) says that my image has been compressed 0 of 3 times when it was actually compressed 3 times and moved to s3.

    Thank you for writing this plugin, and for your help.

    Plugin Author TinyPNG

    (@tinypng)

    You’re very welcome. Thank you for the valuable feedback.

    We currently store metadata in the WordPress database for all images that are compressed with our plugin. This metadata is cross checked with the files available in the wp-content/uploads folder when you browse to the media page. Since in your case the files have already been removed from that folder, our plugin thinks that the files still need to be compressed.

    We’ll close this issue now. Please feel free to open a new one if you have any other questions or feedback.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Latest error: File does not exists’ is closed to new replies.