aligent / magento2-prerender-io

Provides automatic recaching of URLs within Prerender.io
GNU General Public License v3.0
5 stars 1 forks source link
magento2 magento2-extension magento2-module prerender

magento2-prerender-io

Provides integration between Magento 2 and Prerender.io, giving the ability for pages to be automatically recached when required.

ATTENTION

Development on this module has been moved to a more generalised fork (https://github.com/aligent/magento2-prerender), removing the hard dependency on prerender.io, and instead utilising a configurable prerender service URL.

Overview

This module provides new indexers:

These will ensure that the cached pages are kept up-to-date at all times.

Installation

To install via composer, simply run:

composer require aligent/magento2-prerender-io

Then, ensure the module is installed and the indexers are set to Schedule:

bin/magento module:enable Aligent_PrerenderIo
bin/magento setup:upgrade
bin/magento indexer:set-mode schedule prerender_io_product prerender_io_category prerender_io_category_product

Configuration

The extension can be configured via Stores -> Configuration -> System -> Prerender.io