syamilmj / Aqua-Resizer

Resize WordPress images on the fly
502 stars 208 forks source link

Question: aqua_resizer doesn't seems working with AWS CDN #89

Open adarshkhatri opened 7 years ago

adarshkhatri commented 7 years ago

I use AWS CDN in my wordpress and I am using third party theme which developer says they are using aqua_resizer.

Problem is it doesn't show up thumb images.

Any general idea you could give me to track it down?

example link: http://www.merophoto.com.au/home-with-all-post-images/

The third image is the one coming from AWS. When you click in to it, you will see the image which is loading from AWS. Only thumb has the problem.

I am not sure if it is AWS or Wordpress or Aqua resizer issue.

Please help

adambreen commented 7 years ago

The problem is that Aqua Resizer does not update the Wordpress MySQL table, wp_posts_meta (or wp_n_posts_meta in MU). Thus, S3 upload plugins have no way of knowing that the new file generated by Aqua exists. It would be nice to have the option in Aqua of following standard Wordpress practice, or at least to have it update the wp_posts_meta table for the image (attachment) in question.