Conversation
supportThe warm cache plugin seems to work when I load the url in my browser it shows pages being crawled and keeps updating from the last crawl. However in the admin interface of wordpress it always shows no pages crawled. I’m using PHP 7.3 on LiteSpeed Server (Banahosting). I sent a ticket to banahost to How to create the WGET CronJobs the answer was this: https://i.gyazo.com/5b9fabdcef852417385259853e242f5e.png I create a CronJob https://i.gyazo.com/1626ab68951999e9cf0995bbd6f532a0.png And the plugin panel show this https://i.gyazo.com/20a7a840e5995ba672dfe2f40e7f3fa2.png Your site has not been crawled by the plugin. Please Help. The page I need help with: [ log in to see the link]
does your access log show that the XML file is requested ?
What is the Acces Log of the XML ? Where can I find it ? I’m sorry but I can’t fully understand your question.
relay my question to your webhosting company, they will know
This is the Access log ? https://i.gyazo.com/c44b9668e7e828b3705c686fa69cbc07.png https://dir-matrimonio.com.co/?warm_cache=TBqtZQhGl
no it is not, please ask your host where the log is
This cron seems to work for my LiteSpeed server wget -q -O - http://example.com/?warm_cache=xxxx >/dev/null 2>&1
Still I need to see the access logs
I got a similar problem… When I call the url from the commandline I get the following in the log (please note I removed the security key and partial IP’s. wordxpression.nl 77.167.xxx.xxx – – [03/Nov/2019:19:03:10 +0000] “GET /favicon.ico HTTP/1.1” 200 – “ https://wordxpression.nl/?warm_cache=xxxxxxxxx” ; “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36” wordxpression.nl 185.151.xxx.xxx – – [03/Nov/2019:19:03:04 +0000] “GET /sitemap_index.xml HTTP/1.1” 200 470 “ https://wordxpression.nl/sitemap_index.xml” ; “WordPress/5.2.4; https://wordxpression.nl” ; The IP starting with 185.151. is the server… , the other my local workstation… So it looks like the XML file is accessed, but not parsed…
are you all using apache? Or Nginx/litespeed?
and php-xml is installed? https://www.php.net/manual/en/simplexml.installation.php
does your access log show that the XML file is requested ?
What is the Acces Log of the XML ? Where can I find it ? I’m sorry but I can’t fully understand your question.
relay my question to your webhosting company, they will know
This is the Access log ? https://i.gyazo.com/c44b9668e7e828b3705c686fa69cbc07.png https://dir-matrimonio.com.co/?warm_cache=TBqtZQhGl
no it is not, please ask your host where the log is
This cron seems to work for my LiteSpeed server wget -q -O - http://example.com/?warm_cache=xxxx >/dev/null 2>&1
Still I need to see the access logs
I got a similar problem… When I call the url from the commandline I get the following in the log (please note I removed the security key and partial IP’s. wordxpression.nl 77.167.xxx.xxx – – [03/Nov/2019:19:03:10 +0000] “GET /favicon.ico HTTP/1.1” 200 – “ https://wordxpression.nl/?warm_cache=xxxxxxxxx” ; “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36” wordxpression.nl 185.151.xxx.xxx – – [03/Nov/2019:19:03:04 +0000] “GET /sitemap_index.xml HTTP/1.1” 200 470 “ https://wordxpression.nl/sitemap_index.xml” ; “WordPress/5.2.4; https://wordxpression.nl” ; The IP starting with 185.151. is the server… , the other my local workstation… So it looks like the XML file is accessed, but not parsed…
are you all using apache? Or Nginx/litespeed?
and php-xml is installed? https://www.php.net/manual/en/simplexml.installation.php