Crawler not working
-
Subject: LSCWP Crawler always stops after 3 URLs — reason
stopped_reset(no manual reset/purge)Hosting: Oderland (LiteSpeed Enterprise)
Plugin: LiteSpeed Cache for WordPress 7.6.2
WordPress: 6.8.3 SummaryThe LiteSpeed crawler never completes a run. It consistently crawls exactly 3 URLs and then stops with reason
stopped_reset. This repeats whether started by cron or manually, and even if we leave it untouched for hours (no admin actions while it runs).I understand from the docs that
stopped_resetmeans the crawler’s position was reset while running (e.g., map refresh or purge). However, we are not triggering any manual resets or purges during the run, and the behavior is 100% reproducible.We need help identifying why it is being reset and how to make the crawler complete. Steps to reproduce
- LSCache → Crawler → Cron → click Run Manually (or wait for cron).
- Status shows the run starting; it crawls 3 items (we have 3 threads enabled).
- The run stops and the top of the page shows:
“End Reason:stopped_reset”
If we leave it for 8+ hours, the same pattern repeats (3 pages → stop). What we’ve tried
- Verified sitemap works: (506 URLs listed).
- Map tab:
- Clicked Cache Map and then Use Cached Map; same result.
- Blocklist is empty.
- Cron: We replaced WP-Cron with a real system cron that runs
/usr/local/bin/php -q /home/greenbal/public_html/wp-cron.php
(Oderland’s panel). The crawler still stops at 3 URLs withstopped_reset. - Load limit: Increased crawler Load Limit from 1 to 16 (as suggested by LSCWP UI/host variable); no change.
- Let it run unattended: Kept the admin logged out and did not purge/reset/update anything for hours; the issue persists.
- General: No visible server load spikes (shown in the Crawler screen). Crawler blocklist empty.
Environment highlights (from LS Report)
SERVER_SOFTWARE = LiteSpeed(Enterprise)X-LSCACHE = on,crawler- LSCWP version: 7.6.2
- WP version: 6.8.3
- Crawler: enabled
crawler-crawl_interval = 86400crawler-load_limit = 16crawler-sitemap = https://www.greenbalance.se/sitemap_index.xml
- Object Cache: on (memcached path
/tmp/memcached) - Expected vs actual
- Expected: Crawler proceeds through the map and warms the cache.
- Actual: Every run stops after 3 URLs with
stopped_reset.
Questions / Help Requested
- Besides manual reset/purge, what specific events will trigger
stopped_reset? - Is there any condition where automatic or background purges (e.g., from other plugins) silently reset the crawler even when using a cached map?
- Which logs should we capture to pinpoint the reset source?
- Are there any known issues in 7.6.2 that can cause
stopped_resetrepeatedly?
We’re happy to provide the full Environment Report, the
litespeed_purge.logandlitespeed_crawler.logright after a failing run, or temporary admin access if required.Thanks in advance!
The page I need help with: [log in to see the link]
The topic ‘Crawler not working’ is closed to new replies.