Skip to content

kriby/async-cache-warmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages