-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Critical issue with image caching #51
Comments
Here's the embed link I used: |
@khromov sorry, but I cannot reproduce this on three of my test sites (localhost, digital ocean droplet and a local Lithuanian VPS). |
P.S. I see you have not the latest WordPress version. Maybe that's the problem? |
I can try to replicate with the same plugins later. The site is running 4.2.4. I noticed the extensions appear to be cut off. (".jpe") Anyway, are there any loops that could potentially trigger this behaviour? Maybe we should have some sanity checking to avoid getting into infinite loops? |
@khromov I don't believe there is a single loop in the code that runs caching. Except maybe in WordPress native functions, but those should not be a problem, too. |
I had a client come to me with a similar problem. I think what is going on is the old images are not deleting on Cron tasks. It is hosted on SiteGround if that helps. |
After updating to 0.9.1 and trying to add a content card, it went into an infinite loop and started downloading images infinitely. It created 1000 images before I managed to manually stop the web server.
Aside from that, these images were not properly hidden from the media library.
Here's an example:
I suggest retracting the 0.9.1 upgrade for now. @ideag
The text was updated successfully, but these errors were encountered: