• Resolved Tanzi Bee

    (@tanzi01)


    My question is exactly the same as this one however the fixed bit seems to have been done offline.

    My images aren’t being converted to WebP and they can’t be pulled, it’s stuck on 1%

    I tried clearing all image optimisation data

    refreshed domain key

    destroyed all optimised data

    ?Clean Up Unfinished Data: 8 images

    Report number: MJPRRUSX

    Report date: 04/17/2024 14:47:16

    The cache is working on pages etc, it’s just the images. I have no other image plugins.

    Thank you

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

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

    (@qtwrk)

    please do me a full screenshot on image optm summary page

    and create a php file , 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://webhoney.digital/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);

    and open it in browser, see what it returns.

    Thread Starter Tanzi Bee

    (@tanzi01)

    thank you. What do I name the .php file?

    Plugin Support qtwrk

    (@qtwrk)

    anything, like test.php for example

    Thread Starter Tanzi Bee

    (@tanzi01)

    I put in https://webhoney.digital/test.php (I’m not sure if that’s exactly what you want) at the top of the page it says

    array(6) { [“headers”]=> object(WpOrg\Requests\Utility\CaseInsensitiveDictionary)#3136 (1) { [“data”:protected]=> array(12) { [“x-dns-prefetch-control”]=> string(2) “on” [“content-type”]=> string(24) “text/html; charset=UTF-8” [“x-pingback”]=> string(35) “https://webhoney.digital/xmlrpc.php&#8221; [“x-litespeed-cache-control”]=> string(21) “public,max-age=604800” [“x-litespeed-tag”]=> string(161) “87b_HTTP.200,87b_front,87b_URL./,87b_F,87b_Po.317,87b_PGS,87b_guest,87b_,87b_MIN.e0cb253433cfdd2beb622938fdcba0e2.css,87b_MIN.833f901024c3d35243bf220b1fd479ba.js” [“etag”]=> string(20) “”6281-1713514482;gz”” [“x-litespeed-cache”]=> string(4) “miss” [“content-encoding”]=> string(4) “gzip” [“vary”]=> string(26) “Accept-Encoding,User-Agent” [“date”]=> string(29) “Fri, 19 Apr 2024 08:14:42 GMT” [“server”]=> string(9) “LiteSpeed” [“alt-svc”]=> string(167) “h3=”:443″; ma=2592000, h3-29=”:443″; ma=2592000, h3-Q050=”:443″; ma=2592000, h3-Q046=”:443″; ma=2592000, h3-Q043=”:443″; ma=2592000, quic=”:443″; ma=2592000; v=”43,46″” } } [“body”]=> string(775072) “

    Attached is the summary page

    Plugin Support qtwrk

    (@qtwrk)

    did you remove it that test.php ?

    Thread Starter Tanzi Bee

    (@tanzi01)

    It’s back now ??

    Plugin Support qtwrk

    (@qtwrk)

    still 404 on me

    Thread Starter Tanzi Bee

    (@tanzi01)

    Is this the right place?

    Thread Starter Tanzi Bee

    (@tanzi01)

    This is what comes up for me

    Plugin Support qtwrk

    (@qtwrk)

    yes, that’s the issue , it should come out like this , as my screenshot

    something must have blocked or redirect your request

    Thread Starter Tanzi Bee

    (@tanzi01)

    Do I need to stop the cache?

    Plugin Support qtwrk

    (@qtwrk)

    no , it’s not from cache ,

    did you put the URL correctly ? just to confirm

    $url = 'https://webhoney.digital/wp-admin/admin-ajax.php?action=async_litespeed&nonce=123123123&litespeed_type=imgoptm_force';
    Thread Starter Tanzi Bee

    (@tanzi01)

    this is exactly what’s in the file

    <?php
    
    require( './wp-load.php' );
    $args = array(
    'timeout' => 100,
    'blocking' => true,
    'sslverify' => false,
    // 'cookies' => $_COOKIE,
    );
    
    $url = 'https://webhoney.digital/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);
    Plugin Support qtwrk

    (@qtwrk)

    
    https://webhoney.digital/wp-admin/admin-ajax.php?action=async_litespeed&nonce=123123123&litespeed_type=imgoptm_force

    what do you see if you open this in browser ?

    it gets redirect, that’s the issue , you need to stop this redirection

    Thread Starter Tanzi Bee

    (@tanzi01)

    No webpage comes up just exactly this

    0

Viewing 15 replies - 1 through 15 (of 35 total)
  • The topic ‘Images not being optimised’ is closed to new replies.