• Resolved dummyrafiq

    (@dummyrafiq)


    The image optimizer did not optimize my latest image upload since yesterday. What is wrong? Settings are auto.

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    Do you see any error message?

    Please try “clean up unifished data” , “update status” and then try once of manual optimization.

    Best regards,

    Thread Starter dummyrafiq

    (@dummyrafiq)

    What is it manual optimize? How do i make it?

    Thread Starter dummyrafiq

    (@dummyrafiq)

    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

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    Could you please provide the report number ?

    Best regards,

    Thread Starter dummyrafiq

    (@dummyrafiq)

    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:

    Plugin Support qtwrk

    (@qtwrk)

    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,

    alexisvalera

    (@alexisvalera)

    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

    Thread Starter dummyrafiq

    (@dummyrafiq)

    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?

    Plugin Support qtwrk

    (@qtwrk)

    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 6 years ago by qtwrk.
    Thread Starter dummyrafiq

    (@dummyrafiq)

    i have send the list to my hosting support. Hope they can do something

    Thread Starter dummyrafiq

    (@dummyrafiq)

    ……..or object cache initialization in /home/valuepre/public_html/wp-content/object-cache.php

    This is latest error i got

    Thread Starter dummyrafiq

    (@dummyrafiq)

    i have your whitelist IPs in .httaccess & remote mySQL. Still the same problem.

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    the issue is coming from rewrite rule

    you have a rule

    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]
    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,

    Thread Starter dummyrafiq

    (@dummyrafiq)

    i deleted that entry, now its working fine. Is it OK to delete this?

    • This reply was modified 6 years ago by dummyrafiq.
Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Image Optimizer Suddenly not Working Anymore’ is closed to new replies.