Image Optimizer Suddenly not Working Anymore
-
The image optimizer did not optimize my latest image upload since yesterday. What is wrong? Settings are auto.
-
Hi,
Do you see any error message?
Please try “clean up unifished data” , “update status” and then try once of manual optimization.
Best regards,
What is it manual optimize? How do i make it?
i have destroyed all optimization and start over still not auto optimized. Theres no error message, i got to know it when im running gtmetrix test and it need image optimization on my latest image
WBRGOPHU
Failed to communicate with LiteSpeed image server: Too many errors when tring to fetch image source files from your previous request.
This message after i click “Send Optimization Request:
Hi,
I am seeing some error from image server.
Have you tried with “clean up unfinished data” ?
Also I can’t access your site , are you having some sort of regional or country blocking ?
Best regards,
Have the same issue hera and the answer by qtwrk (@qtwrk) help me out to see the script is running back again.
But i have some questions here
Its posible to run this via cron so we can have in a cpanel a cron instrucion that so the trick so we can manage to do te request download the files and make it all work like a charm
Please help us out here.
Some other issues for this plugin in my site have a lot of questions
best regards
You cannot access maybe because the woocommerce i set to sell in my country only. Let me change it for while.
How can i make the ‘image server’ up and running again?
Hi,
@alexisvalera , something like WP CLI ? but by design LSCWP will use wp-cron to automatically optimize the images.
@dummyrafiq Please whitelist image server IPs
Best regards,
-
This reply was modified 7 years, 3 months ago by
qtwrk.
i have send the list to my hosting support. Hope they can do something
……..or object cache initialization in /home/valuepre/public_html/wp-content/object-cache.php
This is latest error i got
i have your whitelist IPs in .httaccess & remote mySQL. Still the same problem.
Hi,
the issue is coming from rewrite rule
you have a rule
RewriteCond %{HTTP_REFERER} !^http://website.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://website.com$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.website.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.website.com$ [NC] RewriteCond %{HTTP_REFERER} !^https://website.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^https://website.com$ [NC] RewriteCond %{HTTP_REFERER} !^https://www.website.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^https://www.website.com$ [NC] RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]at bottom of your rules , I think it’s hot-link protection , but when image server fetches the images doesn’t have “referer” so it’s hitting 403.
Best regards,
i deleted that entry, now its working fine. Is it OK to delete this?
-
This reply was modified 7 years, 3 months ago by
dummyrafiq.
-
This reply was modified 7 years, 3 months ago by
The topic ‘Image Optimizer Suddenly not Working Anymore’ is closed to new replies.