• Resolved MohamedMaher

    (@mohamedmaher)


    hi

    I noticed that crawlers are not working and page optimization is not working,

    0%USAGE

    0?of 1000

    CCSS:?0?UCSS:?0?VPI:?0

    Remaining Daily Quota:?83 / 83

    ==================

    crawler is stopped working tried manual and reset still not working.

    Current sitemap crawl started at: 12/22/2023 04:43:01

    The next complete sitemap crawl will start at: 12/26/2023 01:43:43

    Last complete run time for all crawlers: 32442 seconds

    Run time for previous crawler: 12055 seconds

    Current crawler started at: 12/22/2023 10:22:48

    Current server load: 0.99

    Last interval: 12/22/2023 13:42:53

    Ended reason: end

    Last crawled: 59 item(s)

    =================

    3. created report

    Report number: SFIQAOBO

    Report date: 04/29/2024 17:23:30

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

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

    (@qtwrk)

    Current server load:?0.99

    your server load limit is 1 , if you have load like this, it’s very easily to hit the limit , please raise it to a higher value, and then set crawler interval to , for example , 61 seconds, then manual start it , see how it goes.

    Thread Starter MohamedMaher

    (@mohamedmaher)

    i didn’t limit it , it was left on default value , now i raised the limit to 100 , crwaling still not working, freezing to the date above, but i noticed that my rankmath sitemap is not accepted for some reason. it’s on:

    myDomainName/sitemap_index.xml

    i keep getting this when i try to crawl it

    No valid sitemap parsed for crawler.

    is checked the validation of sitemap by some tools and it’s fine

    i hope there isn’t a bug or something

    • This reply was modified 10 months ago by MohamedMaher. Reason: more info
    Plugin Support qtwrk

    (@qtwrk)

    <?php
    require( './wp-load.php' );
    
    $response = wp_remote_get( 'https://www.ruoaa.com/sitemap_index.xml' );
    
    echo '<pre>';
    var_dump($response);
    echo '</pre>';

    please create a php file with above code , put it at same dir as your wp-config.php , open it in browser , see what it returns.

    Thread Starter MohamedMaher

    (@mohamedmaher)

    I already tested that, for some reason it only return 404 error with some data

    array(6) { [“headers”]=> object(WpOrg\Requests\Utility\CaseInsensitiveDictionary)#4465 (1) { [“data”:protected]=> array(7) { [“content-type”]=> string(9) “text/html” [“cache-control”]=> string(28) “private, no-cache, max-age=0” [“pragma”]=> string(8) “no-cache” [“date”]=> string(29) “Thu, 02 May 2024 18:10:18 GMT” [“server”]=> string(9) “LiteSpeed” [“content-encoding”]=> string(4) “gzip” [“vary”]=> string(15) “Accept-Encoding” } } [“body”]=> string(1249) “

    by the way i use cloudflare , could that be the problem, i use the ip suggested by litespeed which is the real server ip not the cloudflare one .

    Plugin Support qtwrk

    (@qtwrk)

    hm , that’s the issue

    https://www.ruoaa.com/wp-admin/admin-ajax.php it should not return 404 , it works on browser but 404 on PHP , and the body ?[“body”]=> string(1249) “ should not be that big

    Thread Starter MohamedMaher

    (@mohamedmaher)

    It seems that the issue was caused by a security plugin i disabled it and crawler now works fine grabbing sitemap, yet /wp-admin/admin-ajax.php is still showing 0 and 400 error in console, not sure if this affect litespeed ?

    Plugin Support qtwrk

    (@qtwrk)

    0 and 400 is okay , that is expected result

    Thread Starter MohamedMaher

    (@mohamedmaher)

    Thank you, i really appreciate your help

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘crawler, Page optimization not working’ is closed to new replies.