This blog is unrelated to the one in the previous post.
Report number: YMBUDDGT
Story: There were previously several image optimization plugins, recently I decided to remove them all and use LSCache Image Optimization. After installing the plugin and testing it I understood that there were some issues (As I had it working properly in another blog). I decided to reinstall the blog, after reinstallation I tested the plugin, but It still wasn't working.
I checked logs, and it seems that it's seeking for old files that don't exist anymore(I reorganized and renamed the images a bit during the reinstall).
Few examples would be:
- /wp-content/uploads/2017/12/1.png
- /wp-content/uploads/2016/03/a1b83d0cf52a223df3664a009615caf6-300x66.png
I checked the MySQL db, and those files do not exist under any table, especially under wp_posts.
I did use the "Send request to reset fetch error count".
The errors pile up back again.
My guess would be that it;s trying to pull the 2 image groups that were requested previously, but as the images don't exist anymore its not able to replace them, and throws an error. But I have no idea why it gets 42 errors, as I think the number of images sent were far less.
Report number: YMBUDDGT
Story: There were previously several image optimization plugins, recently I decided to remove them all and use LSCache Image Optimization. After installing the plugin and testing it I understood that there were some issues (As I had it working properly in another blog). I decided to reinstall the blog, after reinstallation I tested the plugin, but It still wasn't working.
I checked logs, and it seems that it's seeking for old files that don't exist anymore(I reorganized and renamed the images a bit during the reinstall).
Few examples would be:
- /wp-content/uploads/2017/12/1.png
- /wp-content/uploads/2016/03/a1b83d0cf52a223df3664a009615caf6-300x66.png
I checked the MySQL db, and those files do not exist under any table, especially under wp_posts.
I did use the "Send request to reset fetch error count".
The errors pile up back again.
My guess would be that it;s trying to pull the 2 image groups that were requested previously, but as the images don't exist anymore its not able to replace them, and throws an error. But I have no idea why it gets 42 errors, as I think the number of images sent were far less.