eightwire / magento2-module-primer
A cache primer extension for Magento 2
Installs: 15 794
Dependents: 0
Suggesters: 0
Security: 0
Stars: 19
Watchers: 4
Forks: 7
Open Issues: 5
Type:magento2-module
Requires
- guzzlehttp/guzzle: ^6.0
README
Magento 2 Cache Primer
A full page cache priming tool for Magento 2
Requests to whitelisted actions are logged to a history table with a higher priority given to pages that are viewed most frequently. A console and cron task is provided to initiate the crawler and prime pages in the queue from highest to lowest priority. Supports multiple store views and X-Magento-Vary cookies.
Usage
php bin/magento primer:crawler:run # Run crawler task
php bin/magento primer:flush # Flush urls to force a recrawl
Provided by 8 Wire Digital