• Resolved chromasiv

    (@chromasiv)


    I’ve enabled LS Cache and turned on the Crawler. The crawler status never updates showing that it hit any of the sitemap pages. When I run the cron job, it doesn’t throw any errors but the show crawler status just always has “start watching …. ” and nothing happens.

    Last Report Number: TKZVBZCL

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

    (@qtwrk)

    please do me a full screenshot on crawler summary page

    Thread Starter chromasiv

    (@chromasiv)

    Is this the summary page you are looking for?

    Plugin Support qtwrk

    (@qtwrk)

    yes, the summary page, please do me a full screenshot of it

    Thread Starter chromasiv

    (@chromasiv)

    Sorry I’m having issues with it uploading the image. Working on it now.

    Plugin Support qtwrk

    (@qtwrk)

    the simplest way is that you can just upload to your own wp , then share the link

    Thread Starter chromasiv

    (@chromasiv)

    Is the screen you are looking for?

    Plugin Support qtwrk

    (@qtwrk)

    yes, now please go to “map” click refresh map , see what it says

    Thread Starter chromasiv

    (@chromasiv)

    Sitemap created successfully: 64 items

    Crawler status still shows blank though.

    • This reply was modified 7 months, 1 week ago by chromasiv.
    Plugin Support qtwrk

    (@qtwrk)

    ok, now go to summary page, click manual run , wait for 2 minutes, click manual run again , wait for 2 minutes, see if anything changes, like any number shows up in that “grey/green/blue/red” area

    Thread Starter chromasiv

    (@chromasiv)

    Nothing changed. Still all blank in the status section.

    Plugin Support qtwrk

    (@qtwrk)

    okay , please go to toolbox -> debug setting -> set debug log to ON

    set debug level to advance , add async_litespeed and litespeed_type=start into debug include URI ( these are 2 lines of content , one per each line)

    go to toolbox -> log view -> clean up existing log if any

    now go to crawler page again , manually run it , wait for 2 minutes , go back to log view again , copy paste and share the log via https://pastebin.ubuntu.com/

    Thread Starter chromasiv

    (@chromasiv)

    Plugin Support qtwrk

    (@qtwrk)

    <?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>';

    create a php file, name it like test.php with above code, put it at same directory as your wp-config.php , then open it browser, see what it returns

    Thread Starter chromasiv

    (@chromasiv)

    Seems like I have a deny on accessing this stuff. Looking at how to get it to run.

    Thread Starter chromasiv

    (@chromasiv)

    So when I ran it it just gave a 0.

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

The topic ‘LiteSpeed Cache Crawler’ is closed to new replies.