Need help for install Litemage Crawler for Magento 2

#3
I´ve followed all the steps for the installation and is currently active, but there is no increase in the cached pages, the vast majority of pages respond with a: x-litespeed-cache: miss
 

Pong

Administrator
Staff member
#4
Please double check if the page URLs are in https://yourmain.com/sitemap.xml ?
 
Last edited by a moderator:

Pong

Administrator
Staff member
#6
what exact command did you run? Can you give an example URL which doesn't warm up?
seem you site map url should be https://www.salelsol.eu/sitemap_001.xml
sh M2-crawler.sh https://www.salelsol.eu/sitemap_001.xml
 
Last edited by a moderator:

Unique_Eric

Administrator
Staff member
#8
Hi Toni,
I found out why your sitemap fail to crawl, because your sitemap has no line change. Not sure if it being minified by some optimize function?
Could you tell us how your get this sitemap? and try not optimize this sitemap see if it works.
Best,
Eric
 
#9
- Hi Eric, many tanks for your help. Sitemap is created by an Mageworx app named: SEO Suite Ultimate Extension for Magento 2 what includes XML Sitemap.
- I'm investigating what the problem may be.
Best Regards
Toni :)
 

Unique_Eric

Administrator
Staff member
#12
Checked, it's working.
./M2-crawler.sh [URL]https://www.salelsol.eu/sitemap.xml
Prepare to crawl [URL]https://www.salelsol.eu/sitemap.xml XML file
There are 313 urls in this site map
Starting to run First view on desktop agent...
https://www.salelsol.eu/acerca-salelsol.html -> Caching
https://www.salelsol.eu/bolsademicrofibra.html -> Caching
https://www.salelsol.eu/catalog/category/view/id/1796 -> Caching
https://www.salelsol.eu/catalog/product/view/id/5845 -> No Need To Cache
https://www.salelsol.eu/catalog/product/view/id/6116 -> No Need To Cache
https://www.salelsol.eu/catalog/product/view/id/6117 -> No Need To Cache
https://www.salelsol.eu/catalog/product/view/id/6125 -> No Need To Cache
https://www.salelsol.eu/catalog/product/view/id/6136 -> No Need To Cache
https://www.salelsol.eu/compras-seguras.html -> Caching
https://www.salelsol.eu/d1-coal.html -> Caching
https://www.salelsol.eu/d1-dense.html -> Caching
https://www.salelsol.eu/d1-focus.html -> Caching

You can try it and add it to cronjob

Best,
Eric
 
Last edited by a moderator:
Top