LiteSpeed Cache Crawler Not Working
-
Hello,
I am experiencing an issue where the LiteSpeed Cache crawler is not functioning on my OpenLiteSpeed server, and I would appreciate your assistance.
Problem Description: When I attempt to start the crawler in the LiteSpeed Cache plugin (WordPress), it fails with an
async_litespeed_handler nonce mismatcherror. The LiteSpeed Cache debug log indicates that when theadmin-ajax.phpcall (e.g., forlitespeed_type=crawler_force) is processed internally to initiate crawling, the user role is not correctly identified, showing the message:[Router] get_role: \n role id: failed, guest. This suggests that the Nonce, originally generated with administrator privileges, is being treated as a request from a guest user during this background AJAX process, leading to the verification failure.Crucially, the LiteSpeed Cache’s own crawler log (e.g., in
wp-content/debug.logor any separate crawler-specific log file) has never shown any record of activity. This implies the crawler isn’t even reaching the stage of starting its actual tasks.Site Information and Reproduction:
- Site Link:
https://going-anywhere.com/ - Steps to Reproduce the Problem:
- Log in to the WordPress admin dashboard.
- Navigate to LiteSpeed Cache > Crawler.
- Click the ‘Manually run’ button or any similar button to start the crawler.
- The crawler does not start, or shortly after, the Nonce mismatch and “role: guest” error can be observed in the LiteSpeed Cache debug log.
Environment Details:
- Web Server: Recently migrated from Apache to OpenLiteSpeed
- WordPress Version: 6.8.1
- LiteSpeed Cache Plugin Version: 7.1
- PHP Version: 8.3
- Hosting: GCP VM
- CDN: Using QUIC.cloud integration via Cloudflare (Cloudflare was temporarily disabled for testing, but the issue persisted)
Reference Number (LiteSpeed Report Number / Support Ticket):
XLFIFPKI
Key Log Message Summary (from LiteSpeed Cache debug log when attempting to start crawler):
- A request to start the crawler is made from the user’s IP (e.g.,
...&litespeed_type=start). - The LiteSpeed Cache plugin then generates an internal asynchronous call to
admin-ajax.php(e.g.,...&litespeed_type=crawler_force) with a new Nonce. - This
admin-ajax.phpcall is executed by the server (IP observed as34.122.107.61in logs). - Error Occurs:
async_litespeed_handler nonce mismatch - Immediately before/after the error:
[Router] get_role: \n role id: failed, guest
Troubleshooting Steps Already Performed:
- Temporarily disabled Cloudflare (the issue continued).
- Verified WordPress loopback requests are functioning correctly (via the Site Health tool).
- Deleted and reinstalled the LiteSpeed Cache plugin.
- Confirmed that the WordPress Address (URL) and Site Address (URL) are identical.
- Other AJAX-dependent functions in the WordPress admin area (such as image uploads and post publishing) appear to be working correctly.
- We have discussed and reviewed adjusting PHP process-related settings within OpenLiteSpeed’s External App configuration (e.g.,
Max Idle Time,Initial Request Timeout). (If you have made specific changes to these settings, please detail them here, e.g., “Max Idle Time was increased to 300 seconds, and OpenLiteSpeed was gracefully restarted.”)
Any advice to help resolve this issue would be greatly appreciated.
The debug log below is from when the button to manually run the crawler was clicked.
05/13/25 05:24:46.026 [220.70.238.94:43368 1 OOh] [Core] CHK html bypass: miss footer const
05/13/25 05:24:46.026 [220.70.238.94:43368 1 OOh] ๐ต not cacheable before ctrl finalize
05/13/25 05:24:46.026 [220.70.238.94:43368 1 OOh] [Router] get_role: administrator
05/13/25 05:24:46.026 [220.70.238.94:43368 1 OOh] ๐ฑ role in vary_group [group] 99
05/13/25 05:24:46.026 [220.70.238.94:43368 1 OOh] ๐ฑ show_admin_bar_front: true
05/13/25 05:24:46.026 [220.70.238.94:43368 1 OOh] ๐ฑ admin bar : true
05/13/25 05:24:46.026 [220.70.238.94:43368 1 OOh] ๐ฑ no custimzed vary
05/13/25 05:24:46.026 [220.70.238.94:43368 1 OOh] ๐ต โ forced no cache [reason] DONOTCACHEPAGE const
05/13/25 05:24:46.027 [220.70.238.94:43368 1 OOh] ๐ฐ X-LiteSpeed-Cache-Control: no-cache
05/13/25 05:24:46.027 [220.70.238.94:43368 1 OOh] ๐ฐ Cache-Control: no-cache, no-store, must-revalidate, max-age=0
05/13/25 05:24:46.027 [220.70.238.94:43368 1 OOh] ๐ฑ uid: 2
05/13/25 05:24:46.027 [220.70.238.94:43368 1 OOh] ๐ฑ role in vary_group [group] 99
05/13/25 05:24:46.027 [220.70.238.94:43368 1 OOh] ๐ฑ show_admin_bar_front: true
05/13/25 05:24:46.027 [220.70.238.94:43368 1 OOh] ๐ฑ admin bar : true
05/13/25 05:24:46.027 [220.70.238.94:43368 1 OOh] [footer comment]
05/13/25 05:24:46.027 [220.70.238.94:43368 1 OOh] [Core] CHK html bypass: miss footer const
05/13/25 05:24:46.027 [220.70.238.94:43368 1 OOh] [Core] run hook litespeed_buffer_finalize
05/13/25 05:24:46.027 [220.70.238.94:43368 1 OOh] Response headers --- array (
0 => 'X-Redirect-By: WordPress',
1 => 'Location: https://going-anywhere.com/wp-admin/admin.php?page=litespeed-toolbox',
2 => 'X-LiteSpeed-Cache-Control: no-cache',
3 => 'Cache-Control: no-cache, no-store, must-revalidate, max-age=0',
)
05/13/25 05:24:46.027 [220.70.238.94:43368 1 OOh] End response
--------------------------------------------------Duration: 219.05 ms------------------------------
05/13/25 05:24:46.267 [220.70.238.94:43368 1 i9W] ๐ ------GET HTTP/1.1 (HTTPS) /wp-admin/admin.php
05/13/25 05:24:46.267 [220.70.238.94:43368 1 i9W] Query String: page=litespeed-toolbox
05/13/25 05:24:46.267 [220.70.238.94:43368 1 i9W] HTTP_REFERER: https://going-anywhere.com/wp-admin/admin.php?page=liโฆ
05/13/25 05:24:46.267 [220.70.238.94:43368 1 i9W] User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKitโฆ
05/13/25 05:24:46.267 [220.70.238.94:43368 1 i9W] Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7
05/13/25 05:24:46.267 [220.70.238.94:43368 1 i9W] Accept Encoding: br,gzip
05/13/25 05:24:46.267 [220.70.238.94:43368 1 i9W] Cookie _lscache_vary: admin_bar:1;guest_mode:1;logged-in:1;role:99
05/13/25 05:24:46.267 [220.70.238.94:43368 1 i9W] X-LSCACHE: true
05/13/25 05:24:46.267 [220.70.238.94:43368 1 i9W] LSCACHE_VARY_VALUE: +webp
05/13/25 05:24:46.318 [220.70.238.94:43368 1 i9W] ๐ฎ No cache due to Admin page
05/13/25 05:24:46.346 [220.70.238.94:43368 1 i9W] ๐ต X Cache_control -> private ( logged in user )
05/13/25 05:24:46.346 [220.70.238.94:43368 1 i9W] [Media] init
05/13/25 05:24:46.502 [220.70.238.94:43368 1 i9W] [LQIP] init
05/13/25 05:24:46.502 [220.70.238.94:43368 1 i9W] [CDN] init
05/13/25 05:24:46.502 [220.70.238.94:43368 1 i9W] [Router] CDN bypassed: is not ajax call
05/13/25 05:24:46.502 [220.70.238.94:43368 1 i9W] [Router] CDN bypassed: ajax call from admin
05/13/25 05:24:46.502 [220.70.238.94:43368 1 i9W] โฐ Init
05/13/25 05:24:46.502 [220.70.238.94:43368 1 i9W] [Router] LSCWP_CTRL bypassed empty
05/13/25 05:24:46.826 [220.70.238.94:43368 1 i9W] [Core] CHK html bypass: miss footer const
05/13/25 05:24:46.826 [220.70.238.94:43368 1 i9W] ๐ต not cacheable before ctrl finalize
05/13/25 05:24:46.827 [220.70.238.94:43368 1 i9W] [Router] get_role: administrator
05/13/25 05:24:46.827 [220.70.238.94:43368 1 i9W] ๐ฑ role in vary_group [group] 99
05/13/25 05:24:46.827 [220.70.238.94:43368 1 i9W] ๐ฑ show_admin_bar_front: true
05/13/25 05:24:46.827 [220.70.238.94:43368 1 i9W] ๐ฑ admin bar : true
05/13/25 05:24:46.827 [220.70.238.94:43368 1 i9W] ๐ฑ no custimzed vary
05/13/25 05:24:46.827 [220.70.238.94:43368 1 i9W] ๐ต โ forced no cache [reason] DONOTCACHEPAGE const
05/13/25 05:24:46.827 [220.70.238.94:43368 1 i9W] ๐ฐ X-LiteSpeed-Cache-Control: no-cache
05/13/25 05:24:46.827 [220.70.238.94:43368 1 i9W] ๐ฐ Cache-Control: no-cache, no-store, must-revalidate, max-age=0
05/13/25 05:24:46.827 [220.70.238.94:43368 1 i9W] ๐ฑ uid: 2
05/13/25 05:24:46.827 [220.70.238.94:43368 1 i9W] ๐ฑ role in vary_group [group] 99
05/13/25 05:24:46.827 [220.70.238.94:43368 1 i9W] ๐ฑ show_admin_bar_front: true
05/13/25 05:24:46.827 [220.70.238.94:43368 1 i9W] ๐ฑ admin bar : true
05/13/25 05:24:46.827 [220.70.238.94:43368 1 i9W] [footer comment]
05/13/25 05:24:46.828 [220.70.238.94:43368 1 i9W] [Core] CHK html bypass: miss footer const
05/13/25 05:24:46.828 [220.70.238.94:43368 1 i9W] [Core] run hook litespeed_buffer_finalize
05/13/25 05:24:46.828 [220.70.238.94:43368 1 i9W] Response headers --- array (
0 => 'Expires: Wed, 11 Jan 1984 05:00:00 GMT',
1 => 'Referrer-Policy: strict-origin-when-cross-origin',
2 => 'X-Frame-Options: SAMEORIGIN',
3 => 'Content-Type: text/html; charset=UTF-8',
4 => 'X-LiteSpeed-Cache-Control: no-cache',
5 => 'Cache-Control: no-cache, no-store, must-revalidate, max-age=0',
)
05/13/25 05:24:46.828 [220.70.238.94:43368 1 i9W] End response
--------------------------------------------------Duration: 562.05 ms------------------------------
05/13/25 05:24:48.690 [220.70.238.94:43368 1 Nmu] ๐ ------GET HTTP/1.1 (HTTPS) /wp-admin/admin.php
05/13/25 05:24:48.690 [220.70.238.94:43368 1 Nmu] Query String: page=litespeed-crawler
05/13/25 05:24:48.690 [220.70.238.94:43368 1 Nmu] HTTP_REFERER: https://going-anywhere.com/wp-admin/admin.php?page=liโฆ
05/13/25 05:24:48.690 [220.70.238.94:43368 1 Nmu] User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKitโฆ
05/13/25 05:24:48.690 [220.70.238.94:43368 1 Nmu] Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7
05/13/25 05:24:48.690 [220.70.238.94:43368 1 Nmu] Accept Encoding: br,gzip
05/13/25 05:24:48.690 [220.70.238.94:43368 1 Nmu] Cookie _lscache_vary: admin_bar:1;guest_mode:1;logged-in:1;role:99
05/13/25 05:24:48.690 [220.70.238.94:43368 1 Nmu] X-LSCACHE: true
05/13/25 05:24:48.690 [220.70.238.94:43368 1 Nmu] LSCACHE_VARY_VALUE: +webp
05/13/25 05:24:48.746 [220.70.238.94:43368 1 Nmu] ๐ฎ No cache due to Admin page
05/13/25 05:24:48.776 [220.70.238.94:43368 1 Nmu] ๐ต X Cache_control -> private ( logged in user )
05/13/25 05:24:48.776 [220.70.238.94:43368 1 Nmu] [Media] init
05/13/25 05:24:48.923 [220.70.238.94:43368 1 Nmu] [LQIP] init
05/13/25 05:24:48.923 [220.70.238.94:43368 1 Nmu] [CDN] init
05/13/25 05:24:48.923 [220.70.238.94:43368 1 Nmu] [Router] CDN bypassed: is not ajax call
05/13/25 05:24:48.923 [220.70.238.94:43368 1 Nmu] [Router] CDN bypassed: ajax call from admin
05/13/25 05:24:48.923 [220.70.238.94:43368 1 Nmu] โฐ Init
05/13/25 05:24:48.923 [220.70.238.94:43368 1 Nmu] [Router] LSCWP_CTRL bypassed empty
05/13/25 05:24:49.250 [220.70.238.94:43368 1 Nmu] ๐ธ๏ธ Init w/ CPU cores=2
05/13/25 05:24:49.256 [220.70.238.94:43368 1 Nmu] ๐ธ๏ธ Server load: 0.2
05/13/25 05:24:49.265 [220.70.238.94:43368 1 Nmu] [Router] no type => LiteSpeed\Router::verify_type()@524 => LiteSpeed\Crawler_Map->count_map()@357 => LiteSpeed\Crawler_Map->list_map(30)@306
05/13/25 05:24:49.266 [220.70.238.94:43368 1 Nmu] [Router] no type => LiteSpeed\Router::verify_type()@524 => LiteSpeed\Crawler_Map->list_map(30)@310 =>
/var/www/html/wp-content/plugins/litespeed-cache/tpl/crawler/entry.tpl.php@11
05/13/25 05:24:49.268 [220.70.238.94:43368 1 Nmu] [Router] no type => LiteSpeed\Router::verify_type()@524 => LiteSpeed\Crawler_Map->count_map()@357 =>
/var/www/html/wp-content/plugins/litespeed-cache/tpl/crawler/entry.tpl.php@12
05/13/25 05:24:49.286 [220.70.238.94:43368 1 Nmu] [Core] CHK html bypass: miss footer const
05/13/25 05:24:49.286 [220.70.238.94:43368 1 Nmu] ๐ต not cacheable before ctrl finalize
05/13/25 05:24:49.286 [220.70.238.94:43368 1 Nmu] [Router] get_role: administrator
05/13/25 05:24:49.286 [220.70.238.94:43368 1 Nmu] ๐ฑ role in vary_group [group] 99
05/13/25 05:24:49.286 [220.70.238.94:43368 1 Nmu] ๐ฑ show_admin_bar_front: true
05/13/25 05:24:49.286 [220.70.238.94:43368 1 Nmu] ๐ฑ admin bar : true
05/13/25 05:24:49.286 [220.70.238.94:43368 1 Nmu] ๐ฑ no custimzed vary
05/13/25 05:24:49.287 [220.70.238.94:43368 1 Nmu] ๐ต โ forced no cache [reason] DONOTCACHEPAGE const
05/13/25 05:24:49.287 [220.70.238.94:43368 1 Nmu] ๐ฐ X-LiteSpeed-Cache-Control: no-cache
05/13/25 05:24:49.287 [220.70.238.94:43368 1 Nmu] ๐ฐ Cache-Control: no-cache, no-store, must-revalidate, max-age=0
05/13/25 05:24:49.287 [220.70.238.94:43368 1 Nmu] ๐ฑ uid: 2
05/13/25 05:24:49.287 [220.70.238.94:43368 1 Nmu] ๐ฑ role in vary_group [group] 99
05/13/25 05:24:49.287 [220.70.238.94:43368 1 Nmu] ๐ฑ show_admin_bar_front: true
05/13/25 05:24:49.287 [220.70.238.94:43368 1 Nmu] ๐ฑ admin bar : true
05/13/25 05:24:49.287 [220.70.238.94:43368 1 Nmu] [footer comment]
05/13/25 05:24:49.287 [220.70.238.94:43368 1 Nmu] [Core] CHK html bypass: miss footer const
05/13/25 05:24:49.287 [220.70.238.94:43368 1 Nmu] [Core] run hook litespeed_buffer_finalize
05/13/25 05:24:49.287 [220.70.238.94:43368 1 Nmu] Response headers --- array (
0 => 'Expires: Wed, 11 Jan 1984 05:00:00 GMT',
1 => 'Referrer-Policy: strict-origin-when-cross-origin',
2 => 'X-Frame-Options: SAMEORIGIN',
3 => 'Content-Type: text/html; charset=UTF-8',
4 => 'X-LiteSpeed-Cache-Control: no-cache',
5 => 'Cache-Control: no-cache, no-store, must-revalidate, max-age=0',
)
05/13/25 05:24:49.287 [220.70.238.94:43368 1 Nmu] End response
--------------------------------------------------Duration: 597.72 ms------------------------------
05/13/25 05:24:51.113 [220.70.238.94:53380 1 NUZ] ๐ ------GET HTTP/1.1 (HTTPS) /wp-admin/admin.php
05/13/25 05:24:51.113 [220.70.238.94:53380 1 NUZ] Query String: page=litespeed-crawler&_=1747113889103
05/13/25 05:24:51.113 [220.70.238.94:53380 1 NUZ] HTTP_REFERER: https://going-anywhere.com/wp-admin/admin.php?page=liโฆ
05/13/25 05:24:51.113 [220.70.238.94:53380 1 NUZ] User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKitโฆ
05/13/25 05:24:51.113 [220.70.238.94:53380 1 NUZ] Accept: application/json, text/javascript, /; q=0.01
05/13/25 05:24:51.113 [220.70.238.94:53380 1 NUZ] Accept Encoding: br,gzip
05/13/25 05:24:51.113 [220.70.238.94:53380 1 NUZ] Cookie _lscache_vary: admin_bar:1;guest_mode:1;logged-in:1;role:99
05/13/25 05:24:51.113 [220.70.238.94:53380 1 NUZ] X-LSCACHE: true
05/13/25 05:24:51.167 [220.70.238.94:53392 1 hRL] ๐ ------GET HTTP/1.1 (HTTPS) /wp-admin/admin.php
05/13/25 05:24:51.167 [220.70.238.94:53392 1 hRL] Query String: page=litespeed-crawler&LSCWP_CTRL=crawler&LSCWP_NONCE=cc5e8ac096&litespeed_type=start
05/13/25 05:24:51.167 [220.70.238.94:53392 1 hRL] HTTP_REFERER: https://going-anywhere.com/wp-admin/admin.php?page=liโฆ
05/13/25 05:24:51.167 [220.70.238.94:53392 1 hRL] User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKitโฆ
05/13/25 05:24:51.167 [220.70.238.94:53392 1 hRL] Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7
05/13/25 05:24:51.167 [220.70.238.94:53392 1 hRL] Accept Encoding: br,gzip
05/13/25 05:24:51.167 [220.70.238.94:53392 1 hRL] Cookie _lscache_vary: admin_bar:1;guest_mode:1;logged-in:1;role:99
05/13/25 05:24:51.167 [220.70.238.94:53392 1 hRL] X-LSCACHE: true
05/13/25 05:24:51.167 [220.70.238.94:53392 1 hRL] LSCACHE_VARY_VALUE: +webp
05/13/25 05:24:51.181 [220.70.238.94:53380 1 NUZ] ๐ฎ No cache due to Admin page
05/13/25 05:24:51.235 [220.70.238.94:53380 1 NUZ] ๐ต X Cache_control -> private ( logged in user )
05/13/25 05:24:51.235 [220.70.238.94:53380 1 NUZ] [Media] init
05/13/25 05:24:51.241 [220.70.238.94:53392 1 hRL] ๐ฎ No cache due to Admin page
05/13/25 05:24:51.279 [220.70.238.94:53392 1 hRL] ๐ต X Cache_control -> private ( logged in user )
05/13/25 05:24:51.279 [220.70.238.94:53392 1 hRL] [Media] init
05/13/25 05:24:51.374 [220.70.238.94:53380 1 NUZ] [LQIP] init
05/13/25 05:24:51.375 [220.70.238.94:53380 1 NUZ] [CDN] init
05/13/25 05:24:51.375 [220.70.238.94:53380 1 NUZ] [Router] CDN bypassed: is not ajax call
05/13/25 05:24:51.375 [220.70.238.94:53380 1 NUZ] [Router] CDN bypassed: ajax call from admin
05/13/25 05:24:51.375 [220.70.238.94:53380 1 NUZ] โฐ Init
05/13/25 05:24:51.376 [220.70.238.94:53380 1 NUZ] [Router] LSCWP_CTRL bypassed empty
05/13/25 05:24:51.428 [220.70.238.94:53392 1 hRL] [LQIP] init
05/13/25 05:24:51.428 [220.70.238.94:53392 1 hRL] [CDN] init
05/13/25 05:24:51.428 [220.70.238.94:53392 1 hRL] [Router] CDN bypassed: is not ajax call
05/13/25 05:24:51.428 [220.70.238.94:53392 1 hRL] [Router] CDN bypassed: ajax call from admin
05/13/25 05:24:51.428 [220.70.238.94:53392 1 hRL] โฐ Init
05/13/25 05:24:51.429 [220.70.238.94:53392 1 hRL] [Router] LSCWP_CTRL: crawler
05/13/25 05:24:51.429 [220.70.238.94:53392 1 hRL] [Router] LSCWP_CTRL verified: 'crawler'
05/13/25 05:24:51.478 [220.70.238.94:53392 1 hRL] ๐ธ๏ธ Init w/ CPU cores=2
05/13/25 05:24:51.478 [220.70.238.94:53392 1 hRL] [Router] parsed type: start => LiteSpeed\Router::verify_type()@528 => LiteSpeed\Crawler->handler()@1444 => LiteSpeed\Router->handler(crawler)@817
05/13/25 05:24:51.482 [220.70.238.94:53392 1 hRL] โฐ async call to https://going-anywhere.com/wp-admin/admin-ajax.php?action=async_litespeed&nonce=7zs9Al80gjAjohdNtdma4vPhFGXjzEGM&litespeed_type=crawler_force
05/13/25 05:24:51.608 [34.122.107.61:46830 1 Y7V] ๐ ------POST HTTP/1.1 (HTTPS) /wp-admin/admin-ajax.php
05/13/25 05:24:51.608 [34.122.107.61:46830 1 Y7V] Query String: action=async_litespeed&nonce=7zs9Al80gjAjohdNtdma4vPhFGXjzEGM&litespeed_type=crawler_force
05/13/25 05:24:51.608 [34.122.107.61:46830 1 Y7V] User Agent: WordPress/6.8.1; https://going-anywhere.com
05/13/25 05:24:51.608 [34.122.107.61:46830 1 Y7V] Accept: /
05/13/25 05:24:51.608 [34.122.107.61:46830 1 Y7V] Accept Encoding: br,gzip
05/13/25 05:24:51.608 [34.122.107.61:46830 1 Y7V] X-LSCACHE: true
05/13/25 05:24:51.740 [220.70.238.94:53380 1 NUZ] ๐ธ๏ธ Init w/ CPU cores=2
05/13/25 05:24:51.748 [220.70.238.94:53380 1 NUZ] ๐ธ๏ธ Server load: 0.18
05/13/25 05:24:51.755 [34.122.107.61:46830 1 Y7V] [Media] init
05/13/25 05:24:51.760 [220.70.238.94:53380 1 NUZ] [Router] no type => LiteSpeed\Router::verify_type()@524 => LiteSpeed\Crawler_Map->count_map()@357 => LiteSpeed\Crawler_Map->list_map(30)@306
05/13/25 05:24:51.762 [220.70.238.94:53380 1 NUZ] [Router] no type => LiteSpeed\Router::verify_type()@524 => LiteSpeed\Crawler_Map->list_map(30)@310 =>
/var/www/html/wp-content/plugins/litespeed-cache/tpl/crawler/entry.tpl.php@11
05/13/25 05:24:51.766 [220.70.238.94:53380 1 NUZ] [Router] no type => LiteSpeed\Router::verify_type()@524 => LiteSpeed\Crawler_Map->count_map()@357 =>
/var/www/html/wp-content/plugins/litespeed-cache/tpl/crawler/entry.tpl.php@12
05/13/25 05:24:51.789 [220.70.238.94:53380 1 NUZ] [Core] CHK html bypass: miss footer const
05/13/25 05:24:51.789 [220.70.238.94:53380 1 NUZ] ๐ต not cacheable before ctrl finalize
05/13/25 05:24:51.789 [220.70.238.94:53380 1 NUZ] [Router] get_role: administrator
05/13/25 05:24:51.789 [220.70.238.94:53380 1 NUZ] ๐ฑ role in vary_group [group] 99
05/13/25 05:24:51.789 [220.70.238.94:53380 1 NUZ] ๐ฑ show_admin_bar_front: true
05/13/25 05:24:51.789 [220.70.238.94:53380 1 NUZ] ๐ฑ admin bar : true
05/13/25 05:24:51.789 [220.70.238.94:53380 1 NUZ] ๐ฑ no custimzed vary
05/13/25 05:24:51.790 [220.70.238.94:53380 1 NUZ] ๐ต โ forced no cache [reason] DONOTCACHEPAGE const
05/13/25 05:24:51.790 [220.70.238.94:53380 1 NUZ] ๐ฐ X-LiteSpeed-Cache-Control: no-cache
05/13/25 05:24:51.790 [220.70.238.94:53380 1 NUZ] ๐ฐ Cache-Control: no-cache, no-store, must-revalidate, max-age=0
05/13/25 05:24:51.790 [220.70.238.94:53380 1 NUZ] ๐ฑ uid: 2
05/13/25 05:24:51.790 [220.70.238.94:53380 1 NUZ] ๐ฑ role in vary_group [group] 99
05/13/25 05:24:51.790 [220.70.238.94:53380 1 NUZ] ๐ฑ show_admin_bar_front: true
05/13/25 05:24:51.790 [220.70.238.94:53380 1 NUZ] ๐ฑ admin bar : true
05/13/25 05:24:51.790 [220.70.238.94:53380 1 NUZ] [footer comment]
05/13/25 05:24:51.790 [220.70.238.94:53380 1 NUZ] [Core] CHK html bypass: miss footer const
05/13/25 05:24:51.790 [220.70.238.94:53380 1 NUZ] [Core] run hook litespeed_buffer_finalize
05/13/25 05:24:51.790 [220.70.238.94:53380 1 NUZ] Response headers --- array (
0 => 'Expires: Wed, 11 Jan 1984 05:00:00 GMT',
1 => 'Referrer-Policy: strict-origin-when-cross-origin',
2 => 'X-Frame-Options: SAMEORIGIN',
3 => 'Content-Type: text/html; charset=UTF-8',
4 => 'X-LiteSpeed-Cache-Control: no-cache',
5 => 'Cache-Control: no-cache, no-store, must-revalidate, max-age=0',
)
05/13/25 05:24:51.790 [220.70.238.94:53380 1 NUZ] End response
--------------------------------------------------Duration: 677.98 ms------------------------------
05/13/25 05:24:51.886 [34.122.107.61:46830 1 Y7V] [LQIP] init
05/13/25 05:24:51.886 [34.122.107.61:46830 1 Y7V] [CDN] init
05/13/25 05:24:51.886 [34.122.107.61:46830 1 Y7V] โฐ Init
05/13/25 05:24:51.887 [34.122.107.61:46830 1 Y7V] [Router] LSCWP_CTRL bypassed empty
05/13/25 05:24:52.103 [34.122.107.61:46830 1 Y7V] โฐ async_litespeed_handler nonce mismatch
05/13/25 05:24:52.103 [34.122.107.61:46830 1 Y7V] [Core] CHK html bypass: miss footer const
05/13/25 05:24:52.104 [34.122.107.61:46830 1 Y7V] ๐ต not cacheable before ctrl finalize
05/13/25 05:24:52.104 [34.122.107.61:46830 1 Y7V] [Router] get_role:
05/13/25 05:24:52.104 [34.122.107.61:46830 1 Y7V] ๐ฑ role id: failed, guest
05/13/25 05:24:52.104 [34.122.107.61:46830 1 Y7V] [Router] get_role:
05/13/25 05:24:52.104 [34.122.107.61:46830 1 Y7V] ๐ฑ can_change_vary bypassed due to ajax call
05/13/25 05:24:52.104 [34.122.107.61:46830 1 Y7V] ๐ฑ no custimzed vary
05/13/25 05:24:52.104 [34.122.107.61:46830 1 Y7V] ๐ฐ X-LiteSpeed-Cache-Control: no-cache
05/13/25 05:24:52.104 [34.122.107.61:46830 1 Y7V] ๐ฐ Cache-Control: no-cache, no-store, must-revalidate, max-age=0
05/13/25 05:24:52.104 [34.122.107.61:46830 1 Y7V] [Router] get_role:
05/13/25 05:24:52.104 [34.122.107.61:46830 1 Y7V] ๐ฑ role id: failed, guest
05/13/25 05:24:52.104 [34.122.107.61:46830 1 Y7V] [Router] get_role:
05/13/25 05:24:52.104 [34.122.107.61:46830 1 Y7V] [footer comment]
05/13/25 05:24:52.104 [34.122.107.61:46830 1 Y7V] [Core] CHK html bypass: miss footer const
05/13/25 05:24:52.104 [34.122.107.61:46830 1 Y7V] [Core] run hook litespeed_buffer_finalize
05/13/25 05:24:52.104 [34.122.107.61:46830 1 Y7V] [Core] Silence Comment due to REST/AJAX
05/13/25 05:24:52.104 [34.122.107.61:46830 1 Y7V] Response headers --- array (
0 => 'Content-Type: text/html; charset=UTF-8',
1 => 'X-Robots-Tag: noindex',
2 => 'X-Content-Type-Options: nosniff',
3 => 'Referrer-Policy: strict-origin-when-cross-origin',
4 => 'X-Frame-Options: SAMEORIGIN',
5 => 'Expires: Wed, 11 Jan 1984 05:00:00 GMT',
6 => 'X-LiteSpeed-Cache-Control: no-cache',
7 => 'Cache-Control: no-cache, no-store, must-revalidate, max-age=0',
)
05/13/25 05:24:52.104 [34.122.107.61:46830 1 Y7V] End response
--------------------------------------------------Duration: 497.83 ms------------------------------
05/13/25 05:24:52.141 [220.70.238.94:53392 1 hRL] [Core] CHK html bypass: miss footer const
05/13/25 05:24:52.141 [220.70.238.94:53392 1 hRL] ๐ต not cacheable before ctrl finalize
05/13/25 05:24:52.142 [220.70.238.94:53392 1 hRL] [Router] get_role: administrator
05/13/25 05:24:52.142 [220.70.238.94:53392 1 hRL] ๐ฑ role in vary_group [group] 99
05/13/25 05:24:52.142 [220.70.238.94:53392 1 hRL] ๐ฑ show_admin_bar_front: true
05/13/25 05:24:52.142 [220.70.238.94:53392 1 hRL] ๐ฑ admin bar : true
05/13/25 05:24:52.142 [220.70.238.94:53392 1 hRL] ๐ฑ no custimzed vary
05/13/25 05:24:52.142 [220.70.238.94:53392 1 hRL] ๐ต โ forced no cache [reason] DONOTCACHEPAGE const
05/13/25 05:24:52.142 [220.70.238.94:53392 1 hRL] ๐ฐ X-LiteSpeed-Cache-Control: no-cache
05/13/25 05:24:52.142 [220.70.238.94:53392 1 hRL] ๐ฐ Cache-Control: no-cache, no-store, must-revalidate, max-age=0
05/13/25 05:24:52.142 [220.70.238.94:53392 1 hRL] ๐ฑ uid: 2
05/13/25 05:24:52.142 [220.70.238.94:53392 1 hRL] ๐ฑ role in vary_group [group] 99
05/13/25 05:24:52.142 [220.70.238.94:53392 1 hRL] ๐ฑ show_admin_bar_front: true
05/13/25 05:24:52.142 [220.70.238.94:53392 1 hRL] ๐ฑ admin bar : true
05/13/25 05:24:52.142 [220.70.238.94:53392 1 hRL] [footer comment]
05/13/25 05:24:52.142 [220.70.238.94:53392 1 hRL] [Core] CHK html bypass: miss footer const
05/13/25 05:24:52.142 [220.70.238.94:53392 1 hRL] [Core] run hook litespeed_buffer_finalize
05/13/25 05:24:52.142 [220.70.238.94:53392 1 hRL] Response headers --- array (
0 => 'X-Redirect-By: WordPress',
1 => 'Location: https://going-anywhere.com/wp-admin/admin.php?page=litespeed-crawler',
2 => 'X-LiteSpeed-Cache-Control: no-cache',
3 => 'Cache-Control: no-cache, no-store, must-revalidate, max-age=0',
)
05/13/25 05:24:52.142 [220.70.238.94:53392 1 hRL] End response
--------------------------------------------------Duration: 976.77 ms------------------------------
05/13/25 05:24:52.404 [220.70.238.94:53392 1 5F7] ๐ ------GET HTTP/1.1 (HTTPS) /wp-admin/admin.php
05/13/25 05:24:52.404 [220.70.238.94:53392 1 5F7] Query String: page=litespeed-crawler
05/13/25 05:24:52.404 [220.70.238.94:53392 1 5F7] HTTP_REFERER: https://going-anywhere.com/wp-admin/admin.php?page=liโฆ
05/13/25 05:24:52.404 [220.70.238.94:53392 1 5F7] User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKitโฆ
05/13/25 05:24:52.404 [220.70.238.94:53392 1 5F7] Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7
05/13/25 05:24:52.404 [220.70.238.94:53392 1 5F7] Accept Encoding: br,gzip
05/13/25 05:24:52.404 [220.70.238.94:53392 1 5F7] Cookie _lscache_vary: admin_bar:1;guest_mode:1;logged-in:1;role:99
05/13/25 05:24:52.404 [220.70.238.94:53392 1 5F7] X-LSCACHE: true
05/13/25 05:24:52.404 [220.70.238.94:53392 1 5F7] LSCACHE_VARY_VALUE: +webp
05/13/25 05:24:52.459 [220.70.238.94:53392 1 5F7] ๐ฎ No cache due to Admin page
05/13/25 05:24:52.489 [220.70.238.94:53392 1 5F7] ๐ต X Cache_control -> private ( logged in user )
05/13/25 05:24:52.490 [220.70.238.94:53392 1 5F7] [Media] init
05/13/25 05:24:52.638 [220.70.238.94:53392 1 5F7] [LQIP] init
05/13/25 05:24:52.638 [220.70.238.94:53392 1 5F7] [CDN] init
05/13/25 05:24:52.638 [220.70.238.94:53392 1 5F7] [Router] CDN bypassed: is not ajax call
05/13/25 05:24:52.638 [220.70.238.94:53392 1 5F7] [Router] CDN bypassed: ajax call from admin
05/13/25 05:24:52.638 [220.70.238.94:53392 1 5F7] โฐ Init
05/13/25 05:24:52.639 [220.70.238.94:53392 1 5F7] [Router] LSCWP_CTRL bypassed empty
05/13/25 05:24:52.967 [220.70.238.94:53392 1 5F7] ๐ธ๏ธ Init w/ CPU cores=2
05/13/25 05:24:52.973 [220.70.238.94:53392 1 5F7] ๐ธ๏ธ Server load: 0.18
05/13/25 05:24:52.982 [220.70.238.94:53392 1 5F7] [Router] no type => LiteSpeed\Router::verify_type()@524 => LiteSpeed\Crawler_Map->count_map()@357 => LiteSpeed\Crawler_Map->list_map(30)@306
05/13/25 05:24:52.997 [220.70.238.94:53392 1 5F7] [Router] no type => LiteSpeed\Router::verify_type()@524 => LiteSpeed\Crawler_Map->list_map(30)@310 =>
/var/www/html/wp-content/plugins/litespeed-cache/tpl/crawler/entry.tpl.php@11
05/13/25 05:24:53.000 [220.70.238.94:53392 1 5F7] [Router] no type => LiteSpeed\Router::verify_type()@524 => LiteSpeed\Crawler_Map->count_map()@357 =>
/var/www/html/wp-content/plugins/litespeed-cache/tpl/crawler/entry.tpl.php@12
05/13/25 05:24:53.022 [220.70.238.94:53392 1 5F7] [Core] CHK html bypass: miss footer const
05/13/25 05:24:53.022 [220.70.238.94:53392 1 5F7] ๐ต not cacheable before ctrl finalize
05/13/25 05:24:53.022 [220.70.238.94:53392 1 5F7] [Router] get_role: administrator
05/13/25 05:24:53.022 [220.70.238.94:53392 1 5F7] ๐ฑ role in vary_group [group] 99
05/13/25 05:24:53.022 [220.70.238.94:53392 1 5F7] ๐ฑ show_admin_bar_front: true
05/13/25 05:24:53.022 [220.70.238.94:53392 1 5F7] ๐ฑ admin bar : true
05/13/25 05:24:53.022 [220.70.238.94:53392 1 5F7] ๐ฑ no custimzed vary
05/13/25 05:24:53.022 [220.70.238.94:53392 1 5F7] ๐ต โ forced no cache [reason] DONOTCACHEPAGE const
05/13/25 05:24:53.022 [220.70.238.94:53392 1 5F7] ๐ฐ X-LiteSpeed-Cache-Control: no-cache
05/13/25 05:24:53.022 [220.70.238.94:53392 1 5F7] ๐ฐ Cache-Control: no-cache, no-store, must-revalidate, max-age=0
05/13/25 05:24:53.022 [220.70.238.94:53392 1 5F7] ๐ฑ uid: 2
05/13/25 05:24:53.022 [220.70.238.94:53392 1 5F7] ๐ฑ role in vary_group [group] 99
05/13/25 05:24:53.022 [220.70.238.94:53392 1 5F7] ๐ฑ show_admin_bar_front: true
05/13/25 05:24:53.022 [220.70.238.94:53392 1 5F7] ๐ฑ admin bar : true
05/13/25 05:24:53.022 [220.70.238.94:53392 1 5F7] [footer comment]
05/13/25 05:24:53.022 [220.70.238.94:53392 1 5F7] [Core] CHK html bypass: miss footer const
05/13/25 05:24:53.022 [220.70.238.94:53392 1 5F7] [Core] run hook litespeed_buffer_finalize
05/13/25 05:24:53.023 [220.70.238.94:53392 1 5F7] Response headers --- array (
0 => 'Expires: Wed, 11 Jan 1984 05:00:00 GMT',
1 => 'Referrer-Policy: strict-origin-when-cross-origin',
2 => 'X-Frame-Options: SAMEORIGIN',
3 => 'Content-Type: text/html; charset=UTF-8',
4 => 'X-LiteSpeed-Cache-Control: no-cache',
5 => 'Cache-Control: no-cache, no-store, must-revalidate, max-age=0',
)
05/13/25 05:24:53.023 [220.70.238.94:53392 1 5F7] End response
--------------------------------------------------Duration: 619.39 ms------------------------------
05/13/25 05:24:53.898 [220.70.238.94:53392 1 Hd1] ๐ ------GET HTTP/1.1 (HTTPS) /wp-admin/admin.php
05/13/25 05:24:53.898 [220.70.238.94:53392 1 Hd1] Query String: page=litespeed-toolbox
05/13/25 05:24:53.898 [220.70.238.94:53392 1 Hd1] HTTP_REFERER: https://going-anywhere.com/wp-admin/admin.php?page=liโฆ
05/13/25 05:24:53.898 [220.70.238.94:53392 1 Hd1] User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKitโฆ
05/13/25 05:24:53.898 [220.70.238.94:53392 1 Hd1] Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7
05/13/25 05:24:53.898 [220.70.238.94:53392 1 Hd1] Accept Encoding: br,gzip
05/13/25 05:24:53.898 [220.70.238.94:53392 1 Hd1] Cookie _lscache_vary: admin_bar:1;guest_mode:1;logged-in:1;role:99
05/13/25 05:24:53.898 [220.70.238.94:53392 1 Hd1] X-LSCACHE: true
05/13/25 05:24:53.898 [220.70.238.94:53392 1 Hd1] LSCACHE_VARY_VALUE: +webp
05/13/25 05:24:53.948 [220.70.238.94:53392 1 Hd1] ๐ฎ No cache due to Admin page
05/13/25 05:24:53.976 [220.70.238.94:53392 1 Hd1] ๐ต X Cache_control -> private ( logged in user )
05/13/25 05:24:53.976 [220.70.238.94:53392 1 Hd1] [Media] init
05/13/25 05:24:54.098 [220.70.238.94:53392 1 Hd1] [LQIP] init
05/13/25 05:24:54.098 [220.70.238.94:53392 1 Hd1] [CDN] init
05/13/25 05:24:54.098 [220.70.238.94:53392 1 Hd1] [Router] CDN bypassed: is not ajax call
05/13/25 05:24:54.098 [220.70.238.94:53392 1 Hd1] [Router] CDN bypassed: ajax call from admin
05/13/25 05:24:54.098 [220.70.238.94:53392 1 Hd1] โฐ Init
05/13/25 05:24:54.099 [220.70.238.94:53392 1 Hd1] [Router] LSCWP_CTRL bypassed empty - Site Link:
The topic ‘LiteSpeed Cache Crawler Not Working’ is closed to new replies.