shel/crawler
composer require shel/crawler
Allows crawling of sitemaps and node-trees
1.0.0
Readme excerpt
Shel.Crawler for Neos CMSCrawler for Neos CMS nodes and sites. It can be used to warmup the caches after a release.
InstallationRun the following command in your project
composer require shel/crawler UsageTo crawl all pages based on a single sitemap run
./flow crawler:crawlsitemap --url=http://huve.de.test/sitemap.xml --simultaneousLimit=10 --delay=0To crawl all pages based on all sitemaps listed in a robots.txt file
./flow crawler:crawlrobotstxt --url=http://huve.de.test/robots.txt --simultaneousLimit=10 --delay=0 Experimental node based crawlingThis command will try to generate all page html without using actual requests and only renders them …
Read more
The same vendor provides 27 package(s).