gfe / autorefreshcache
automates cache refresh on invalidate via cron
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Type:magento2-module
This package is auto-updated.
Last update: 2024-12-22 23:15:16 UTC
README
Magento 2 module to automatically refresh cache using cron. For many shops you want to get changes to frontend as soon as possible and you are annoyed by clicking through cache refresh.
If you like this and it helps you consider donating here https://paypal.me/frithjofdev
Install
composer require gfe/autorefreshcache:dev-master
Please run these commands in CLI
php bin/magento setup:upgrade
php bin/magento cache:flush
php bin/magento setup:di:compile
make sure cron:run is in your crontab
this is based on https://www.emiprotechnologies.com/technical_notes/magento-technical-notes-60/post/automatically-refresh-cache-using-cron-in-magento-2-484
this is just so you can easily use it as a composer module