eightwire/magento2-module-primer

A cache primer extension for Magento 2

0.1.14 2019-12-22 17:10 UTC

This package is auto-updated.

Last update: 2024-04-23 02:31:15 UTC


README

Packagist Codacy Badge Packagist

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.

Recordit GIF

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