dominicwatts/cachewarmer

Magento 2 cache warmer / link checker / siege tester

Installs: 1 894

Dependents: 1

Suggesters: 0

Security: 0

Stars: 4

Watchers: 3

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.6 2021-09-10 13:17 UTC

This package is auto-updated.

Last update: 2024-04-10 21:58:45 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.

phpcs

PHPCompatibility

PHPStan

php-cs-fixer

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