nosilver4u / ewww-image-optimizer

Speed up your website and improve your visitors' experience by automatically compressing and resizing images and PDFs. Boost SEO and improve sales.
https://ewww.io
GNU General Public License v3.0
111 stars 26 forks source link

handle images from Amazon images #93

Closed nosilver4u closed 5 years ago

nosilver4u commented 5 years ago

Not to be confused with anything like S3 or Cloudfront, but apparently some folks are using images from https://images-na.ssl-images-amazon.com/ like https://images-na.ssl-images-amazon.com/images/I/xyz.jpg Don't know which plugin does that, but I highly suspect there is no local image to copy, and they have no control over such images. So, we first ought to handle such images in the media library, indicating they are an Amazon-hosted image, and do not need optimizing. In the bulk tool, we can just skip them altogether, which we probably already do, but we could possibly be more efficient about it.

nosilver4u commented 5 years ago

Here's the plugin: https://wordpress.org/plugins/woocommerce-amazon-affiliates-light-version/ Could be others, but that will be a good test plugin.