Asynchronous cache warmer for Magento 2
run command:
$ php warm.php "http://magento.dev/sitemap.xml"
If you want to limit count of simultaneous requests, you can use second optional parameter:
$ php warm.php "http://magento.dev/sitemap.xml" 10 \\ requests will be split into chunks with 10 elements each