• Resolved pretplaventure

    (@pretplaventure)


    Hi,

    I recently noticed that the image optimization does not work anymore. Some files appears to do not be replaced. After june 2023, no webp were created. Even if they exist in the files, they are not detected anymore.

    I clear all optimisation datas in order to create new webp files with image optimisation request. It started but stop after only one batch of 13 images. If i click again image optimisation request, it says too many requests and nothing changes.

    Could you check my case is : GAXEVQVG

Viewing 15 replies - 1 through 15 (of 31 total)
  • Thread Starter pretplaventure

    (@pretplaventure)

    Example i have found in the logs :

    03/24/24 20:44:28.576 [xxx:36988 1 6Xx] [Media] webp replacing: https://www.pretpourlaventure.com/wp-content/uploads/2024/02/logo-pret-pour-laventure-blog-outdoor-1.png
    03/24/24 20:44:28.576 [xxx:36988 1 6Xx] [Util] file not exist: /xxxxxxx/wp-content/uploads/2024/02/logo-pret-pour-laventure-blog-outdoor-1.png.webp
    03/24/24 20:44:28.576 [xxx:36988 1 6Xx] [Media] -no WebP file, bypassed
    Plugin Support qtwrk

    (@qtwrk)

    have you checked this page ?

    some images may not have the webp version though.

    Thread Starter pretplaventure

    (@pretplaventure)

    Thank you for replying.

    I already Destroy All Optimization Data but it still remains webp files previous june 2023.

    If i ask for an optimization request, it says a group of 13 images will be optimized, but there are much more again. Nothing happens after this optimization, it says

    You have too many notified images, please pull down 
    notified images first.

    Many hours later, same result.

    Plugin Support qtwrk

    (@qtwrk)

    please do me a full screenshot on your image optm summary page

    Thread Starter pretplaventure

    (@pretplaventure)

    Here are screenshots. Thank you.

    Plugin Support qtwrk

    (@qtwrk)

    it says 13 images requested, right ? and it never pulls back ?

    Thread Starter pretplaventure

    (@pretplaventure)

    Exactly, nothing more happens.

    Hours later if i ask for new optimizations images, it says

    You have too many notified images, please pull down 
    notified images first.

    Few examples of what happens in debug.log

    03/25/24 09:14:14.706 [xxxx:13932 1 bhB] [Media] webp replacing: https://www.pretpourlaventure.com/wp-content/uploads/2020/06/pose_photo_pas_aiguille-460x345.jpg
    03/25/24 09:14:14.706 [xxxx:13932 1 bhB] [Media] - replaced to: https://www.pretpourlaventure.com/wp-content/uploads/2020/06/pose_photo_pas_aiguille-460x345.jpg.webp
    03/25/24 09:14:14.706 [xxxx:13932 1 bhB] [Media] webp replacing: https://www.pretpourlaventure.com/wp-content/uploads/2020/06/pose_photo_pas_aiguille-770x578.jpg
    03/25/24 09:14:14.706 [xxxx:13932 1 bhB] [Media] - replaced to: https://www.pretpourlaventure.com/wp-content/uploads/2020/06/pose_photo_pas_aiguille-770x578.jpg.webp
    03/25/24 09:14:14.706 [xxxx:13932 1 bhB] [Media] webp replacing: https://www.pretpourlaventure.com/wp-content/uploads/2020/06/pose_photo_pas_aiguille-570x428.jpg
    03/25/24 09:14:14.707 [xxxx:13932 1 bhB] [Media] - replaced to: https://www.pretpourlaventure.com/wp-content/uploads/2020/06/pose_photo_pas_aiguille-570x428.jpg.webp
    03/25/24 09:14:14.746 [xxxx:13932 1 bhB] [Media] webp replacing: https://www.pretpourlaventure.com/wp-content/uploads/2024/02/logo-pret-pour-laventure-blog-outdoor-1.png
    03/25/24 09:14:14.746 [xxxx:13932 1 bhB] [Util] file not exist: /home/zvpm4225/public_html/wp-content/uploads/2024/02/logo-pret-pour-laventure-blog-outdoor-1.png.webp
    03/25/24 09:14:14.746 [xxxx:13932 1 bhB] [Media] -no WebP file, bypassed
    03/25/24 09:14:14.746 [xxxx:13932 1 bhB] [Media] webp replacing: https://www.pretpourlaventure.com/wp-content/uploads/2024/02/logo-pret-pour-laventure-blog-outdoor-1-300x42.png
    03/25/24 09:14:14.746 [xxxx:13932 1 bhB] [Util] file not exist: /home/zvpm4225/public_html/wp-content/uploads/2024/02/logo-pret-pour-laventure-blog-outdoor-1-300x42.png.webp
    03/25/24 09:14:14.747 [xxxx:13932 1 bhB] [Media] -no WebP file, bypassed

    The next picture supposes to bet replaced but in the media library datas optimization says nothing

    Plugin Support qtwrk

    (@qtwrk)

    does that pull button ever light up ?

    and please confirm what is your server IP ?

    I saw 2 IPs from our system , xxx.xxx.164.147 and xxx.xxx.136.222

    Thread Starter pretplaventure

    (@pretplaventure)

    My IP server is xxx.xxx.164.147.
    How can i fix the other IP server ?

    Plugin Support qtwrk

    (@qtwrk)

    please go to QUIC cloud dashboard -> this domain -> setting -> server IP, update it to correct IP

    then in plugin -> General -> server IP , set to correct IP

    then clean up unfinished data and send optm request again.

    Thread Starter pretplaventure

    (@pretplaventure)

    I am sorry, the right IP address was already set in both cases.

    But i noticed another trouble, may be there is a relation.

    I tested access to the token, it works. It seems that i have to authorize list of IPs but where ?

    What is weird, cloud nods work fine for img_opt, vpi, lqip and health.

    Thank you for your time 🙂

    Plugin Support qtwrk

    (@qtwrk)

    <?php
    
    require( './wp-load.php' );
    $args = array(
      'timeout'   => 100,
      'blocking'  => true,
      'sslverify' => false,
      // 'cookies'   => $_COOKIE,
    );
    
    $url = 'https://domain.com/wp-admin/admin-ajax.php?action=async_litespeed&nonce=123123123&litespeed_type=imgoptm_force';
    $result = wp_remote_post(esc_url_raw($url), $args);
    
    var_dump($result);

    please create a php file , at same dir as your wp-config.php , replace domain.com to your actual , open it in browser, see what it returns

    Thread Starter pretplaventure

    (@pretplaventure)

    Hi !
    You can see results : https://pretpourlaventure.com/test.php

    Thread Starter pretplaventure

    (@pretplaventure)

    Hi,

    Is there anybody ?

    You can see results of the script described atop : https://pretpourlaventure.com/test.php

    Thank you

    Plugin Support qtwrk

    (@qtwrk)

    sorry for late reply during weekend.

    please try this

    clean up unfinished data

    set auto request and auto pull to OFF

    enable debug log with include URI async_litespeed

    clean up existing log

    send request

    wait for pull button light up , and click it

    wait for 30 seconds , then check the debug log , see if you can get the pulling request log.

Viewing 15 replies - 1 through 15 (of 31 total)

The topic ‘Lite speed webp not replaced’ is closed to new replies.