Download the PHP package aligent/magento2-prerender-io without Composer
On this page you can find all versions of the php package aligent/magento2-prerender-io. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aligent/magento2-prerender-io
More information about aligent/magento2-prerender-io
Files in aligent/magento2-prerender-io
Package magento2-prerender-io
Short Description Prerender.io integration for Magento 2, providing recaching for product URLs
License GPL-3.0-only
Informations about the package magento2-prerender-io
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:
prerender_io_product
, which will send URL recache requests for products to Prerender.io (in batches of up to 1000) when changes are made to products.prerender_io_category
, which will send URL recache requests for categories to Prerender.io (in batches of up to 1000) when changes are made to categories.prerender_io_category_product
, which will send URL recache requests for categories to Prerender.io (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:
Then, ensure the module is installed and the indexers are set to Schedule
:
Configuration
The extension can be configured via Stores -> Configuration -> System -> Prerender.io
All versions of magento2-prerender-io with dependencies
magento/framework Version *
magento/module-store Version *
magento/module-catalog Version *
magento/module-configurable-product Version *
magento/module-url-rewrite Version *