From 8e023a335855d3200bb36b140a5ccb8ea4fd1084 Mon Sep 17 00:00:00 2001 From: Igor Ludgero Miura Date: Sat, 9 Sep 2017 20:04:16 -0400 Subject: [PATCH] Create README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9c207e7 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Cache warm extension for Magento 2 (FREE). +A warm cache extension for Magento 2. +This extension adds the feature of cache warm to Magento 2. It's possible to start the cache warm process from admin inside the cache management section, by the cronjob or using a command line. + +### Install using composer: +composer require igorludgero/warmcache + +### Run the warmer from admin: +http://prntscr.com/gj8ebu + +### Cron job: +http://prntscr.com/gj8ejs + +### Cli command: +php bin/magento igorludgero:warmcache + +#### Contact me in my email: igor@igorludgero.com