• Resolved susurro

    (@susurro)


    Hi QUIC.cloud support team,

    I’m experiencing an issue with the image optimization feature in LiteSpeed Cache on my WordPress site.

    Here’s what I’ve done:

    1. I re-linked my domain to QUIC.cloud after previously removing it.
    2. The QUIC.cloud integration now shows as enabled, and 278 image groups were detected.
    3. I successfully clicked the “Send Optimization Request” button.
    4. However, even after waiting more than 10 minutes, no images have been pulled and the statistics panel (Images Pulled / Last Request / Total Reduction) remains blank.
    5. I’ve also tried re-detecting images and re-sending the request — still no change.

    Everything appears properly configured on both the QUIC.cloud dashboard and the LiteSpeed plugin side. Is there currently a known issue or delay on the image optimization service queue?

    Please let me know if anything further is required from my end.

    Thanks a lot for your support!
    Issac

    The page I need help with: [log in to see the link]

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

    (@qtwrk)

    please provide the report number

    you can get it in toolbox -> report -> click “send to LiteSpeed”

    Thread Starter susurro

    (@susurro)

    Last Report Number: VTOAYRKH

    Last Report Date: 05/15/2025 11:50:25

    Thank you!

    Plugin Support qtwrk

    (@qtwrk)

    please create a php file , name it like test.php , put it at same dir as your wp-config.php

    with code:

    <?php

    require( './wp-load.php' );
    $args = array(
    'timeout' => 100,
    'blocking' => true,
    'sslverify' => false,
    // 'cookies' => $_COOKIE,
    );

    $url = 'https://' . $_SERVER['HTTP_HOST'] . '/wp-admin/admin-ajax.php?action=async_litespeed&nonce=123123123&litespeed_type=imgoptm_force';
    $result = wp_remote_post(esc_url_raw($url), $args);

    echo '<pre>';
    var_dump($result);
    echo '</pre>';

    then open it in browser like https://your_domain.com/test.php and see what it returns

    Plugin Support litetim

    (@litetim)

    @susurro did you changes something(server or settings) before relinking?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Image Optimization Request Not Processing After Re-Linking Domain’ is closed to new replies.