hypershop / module-spike-performance
Magento 2 module to prevent cache flushes during peak moments
Installs: 186
Dependents: 1
Suggesters: 0
Security: 0
Stars: 12
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
README
Goal
- Enable this extension to temporarily disable any cache flush from the Magento backend or frontend. Useful for moments when large traffic amounts are expected and the performance needs to be optimal.
- If enabled, there is a cronjob that reindexes and flushes all caches at midnight around 03:00. (Optional setting)
Installation / Setup
- Install the module using the command
composer require hypershop/module-spike-performance
- After installing, run a
bin/magento setup:upgrade
to add it to the Magento module list.
Usage / Settings
- Settings can be found under
HYPRstack > Spike Performance
Addons
- Potato Crawler plugin to to crawl the webshop after the cronjob is ready: Hypershop_SpikePerformancePotatoCrawler
Common issues
- None known so far.