dominicwatts / cachewarmer
Magento 2 cache warmer / link checker / siege tester
Installs: 2 379
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.1.3
- magento/framework: *
- magento/module-cms: *
- symfony/stopwatch: ^5.3
This package is auto-updated.
Last update: 2024-11-10 23:08:53 UTC
README
Magento 2 cache warmer / link checker / siege tester.
This is lightweight cache warmer, link checker or siege tester. With option for verbose console and / or logging to file. Scans store URL, products, categories and CMS pages. Configuration for User agent.
Install instructions
composer require dominicwatts/cachewarmer
php bin/magento setup:upgrade
php bin/magento setup:di:compile
Usage instructions
xigen:cachewarmer:runner [-s|--store STORE] [--] <warm> [<log>]
Run on default store ID 1
xigen:cachewarmer:runner warm
Run on default store ID 1 with verbose output [-v|--verbose VERBOSE]
xigen:cachewarmer:runner warm -v
Run on default store ID 1 logging to cachewarmer.log
xigen:cachewarmer:runner warm log
Run on store ID 3 logging to cachewarmer.log
xigen:cachewarmer:runner warm log -s 3