项目作者: kriby

项目描述 :
Asynchronous cache warmer for Magento 2
高级语言: PHP
项目地址: git://github.com/kriby/async-cache-warmer.git
创建时间: 2017-11-12T19:30:42Z
项目社区:https://github.com/kriby/async-cache-warmer

开源协议:

下载


async-cache-warmer

Asynchronous cache warmer for Magento 2

Basic Usage:

run command:

  1. $ php warm.php "http://magento.dev/sitemap.xml"

If you want to limit count of simultaneous requests, you can use second optional parameter:

  1. $ php warm.php "http://magento.dev/sitemap.xml" 10 \\ requests will be split into chunks with 10 elements each