qtwrk
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] miss after crawler full scanif you finish a small sitemap , then immediately check it , does it give you cache hit ?
at least this will narrow down or indicate, if crawler itself is working or not
Forum: Plugins
In reply to: [LiteSpeed Cache] Favicon not showing on Google after litespeed installedI don’t see anything out of ordinary for instance
did you give it enough time ? the google search result page may not be realtime and will take certain amount of time to re-crawl and update
Forum: Plugins
In reply to: [LiteSpeed Cache] Server Cron job for Crawler CLI Issuesyou mean in wp-admin -> LiteSpeed Cache -> crawler -> general setting -> crawler ON/OFF ?
this option is controlling the crawler cron job set or unset
the WP CLI
enable
is actually about activate or deactivate the crawlers , as my screenshotI can see the name is confusing , I just suggested dev to update or re-think about it
but if you do
wp litespeed-crawler run
as manual trigger, it will work if you set aforementioned option to OFF[litespeedtest@cp public_html]$ while true; do wp litespeed-crawler run ; sleep 61; done
Success: Start crawling. Current crawler #1 [position] 35 [total] 16223
Success: Start crawling. Current crawler #1 [position] 111 [total] 16223
Success: Start crawling. Current crawler #1 [position] 185 [total] 16223
Success: Start crawling. Current crawler #1 [position] 257 [total] 16223
Success: Start crawling. Current crawler #1 [position] 332 [total] 16223
Success: Start crawling. Current crawler #1 [position] 409 [total] 16223
Success: Start crawling. Current crawler #1 [position] 485 [total] 16223
Success: Start crawling. Current crawler #1 [position] 561 [total] 16223
Success: Start crawling. Current crawler #1 [position] 639 [total] 16223
Success: Start crawling. Current crawler #1 [position] 714 [total] 16223
Success: Start crawling. Current crawler #1 [position] 790 [total] 16223
Success: Start crawling. Current crawler #1 [position] 866 [total] 16223
Success: Start crawling. Current crawler #1 [position] 941 [total] 16223I have cralwer inteval set to 61, and it just works for me.
unless you explicitly reset it via CLI or GUI, then only other case is purge all , which will also lead to reset
Forum: Plugins
In reply to: [LiteSpeed Cache] No valid sitemap parsedplease try log out this count, see what it gives, I assume it to be 0 or something
if that so , backtrace alone the way up , for example , log out what is the value of
$this->_urls
around line 460
Forum: Plugins
In reply to: [LiteSpeed Cache] New CSS styles not working on staging websiteeither one that showing CSS not updated
Forum: Plugins
In reply to: [LiteSpeed Cache] Delaying javascript not working properlyplease provide the report number , you can get it in toolbox -> report -> click “send to LiteSpeed”
Forum: Plugins
In reply to: [LiteSpeed Cache] 100% CPU every couple days with LS Plugin enabledthanks, please let me know how it goes
Forum: Plugins
In reply to: [LiteSpeed Cache] Dropdown menu issueno , that’s the lazyload placeholder image when you enable lazyload , it will always come with that if you enable lazyload.
you can try disbale
load async css
Forum: Plugins
In reply to: [LiteSpeed Cache] Exclude Background Imageswe don’t lazyload background image at all
Forum: Plugins
In reply to: [LiteSpeed Cache] New CSS styles not working on staging websiteplease provide the report number
you can get it in toolbox -> report -> click “send to LiteSpeed”
Forum: Plugins
In reply to: [LiteSpeed Cache] anchor links not working from exteral pageplease provide the report number
you can get it in toolbox -> report -> click “send to LiteSpeed”
Forum: Plugins
In reply to: [LiteSpeed Cache] Warningplease provide the report number , you can get it in toolbox -> report -> click “send to LiteSpeed”
Forum: Plugins
In reply to: [LiteSpeed Cache] Favicon not showing on Google after litespeed installedyour domain seems doing infinite redirection loop , please check
Forum: Plugins
In reply to: [LiteSpeed Cache] Dropdown menu issueeh ? but is this working status ? or not working ? and which one you turned off to make it work ?
Forum: Plugins
In reply to: [LiteSpeed Cache] 100% CPU every couple days with LS Plugin enabledas test, please try this
edit file
/wp-content/plugins/litespeed-cache/src/img-optm.cls.php
at line 892 , you will see$imgs_per_req = 1
add a line before this line with contentreturn 1;
see how it goes when pulling images