• Resolved classies

    (@classies)


    Following on from the previous thread concerning .webp images, I’m now having problems with optimising ANY images via Litespeed.
    I’m in the ‘Image Optimisation’ section, where it says ‘send optimisation request’ and occasionally but not always, there’s an option to ‘pull’ images.
    I’m either getting a ‘Message from LiteSpeed image server: Notified images not pulled yet.’ error, or on clicking the ‘Send Optimisation Request’ I’m getting a ‘Failed to post via WordPress: “Previous requests that optimized but not pulled: 16” error.
    I’m going to make a quick suggestion here:
    This Litespeed cache system shows some excellent speeds but to configure anything within it is a nightmare – I’ve never camped out in a support forum so much.
    I’ve already mentioned that there is something terribly wrong with the CSS and JS minifying too, and that together with the image optimisation – which only works when the next cronjob activates, means that you need to wait for WordPress to perform the image optimisations rather than doing it yourself and seeing immediate results.
    So to the suggestion:
    Would it be possible to take WP cron out of the loop and be able to see immediate results?

Viewing 5 replies - 1 through 5 (of 5 total)
  • There is some issues as I can see on several installations that I have on Pro Medium server at https://www.proisp.no , they inform that there seems to be an issue with the LiteSpeed image server.
    I get “The scheduled event, litespeed_img_placeholder_trigger”. A quick workaround is to “Destroy unfinished data” and send new optmimization request if it’s urgent.

    BTW; They have a Slack-group you should check into.

    • This reply was modified 4 years, 9 months ago by Simon.
    Thread Starter classies

    (@classies)

    Hi @simonskaar
    If it were not for the excellent speeds it achieves, and the fact that my host recommends them and dumps litespeed cache on all of their new websites, I’d be long gone by now.
    Just woke up and found that all my images have now been optimised which is totally unrealistic actually – it’s like waiting for the plumber to arrive.

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    Apologize for the inconvenience you have experienced, we are always actively working on improvement.

    if you want to have quicker and faster pull , you can disable WP-cron , and create up your own cron with wget or curl command e.g.

    wget -q -O - https://your-domain.com/wp-cron.php?doing_wp_cron

    this way you can have a faster cron job be triggered instead of waiting for WP itself to perform cronjob.

    I will also talk with our developers to seek the possibility to make it more immediate.

    Best regards,

    Thread Starter classies

    (@classies)

    Not meaning to sound dubious here, but optimising images should not be done via cronjobs in the first place, whether they be from WordPress or a real cronjob.
    As I said earlier, it seems to be working now, so I’ll wait until I need to reset the settings back to default and then re-enter my own settings before I come back to complain about it.

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    Well, in most of cases, PHP has run time limits , like 30 seconds or something , in particular for the “resources-limited-shared-hosting” .

    so the cron job is probably the most suitable and reasonable way to progressively pulling back image to avoid hitting max_execution time limits.

    Best regards,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘ANY Images’ is closed to new replies.