Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 365 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 365 Bytes

async-cache-warmer

Asynchronous cache warmer for Magento 2

Basic Usage:

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