aligent/magento2-prerender

Prerender service integration for Magento 2, providing recaching for product URLs

Installs: 265

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 4

Type:magento2-module


README

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

Overview

This module provides new indexers:

  • prerender_product, which will send URL recache requests for products to Prerender service (in batches of up to 1000) when changes are made to products.
  • prerender_category, which will send URL recache requests for categories to Prerender service (in batches of up to 1000) when changes are made to categories.
  • prerender_category_product, which will send URL recache requests for categories to Prerender service (in batches of up to 1000) when changes are made to products.

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

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

bin/magento module:enable Aligent_Prerender
bin/magento setup:upgrade
bin/magento indexer:set-mode schedule prerender_product prerender_category prerender_category_product

Configuration

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