You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,14 @@
1
1
# magento2-prerender-io
2
-
Provides integration between Magento 2 and [Prerender.io](https://prerender.io), giving the ability for product pages to be automatically recached when a product is updated.
2
+
Provides integration between Magento 2 and [Prerender.io](https://prerender.io), giving the ability for pages to be automatically recached when required.
3
3
4
4
## Overview
5
-
This module provides a new indexer, `prerender_io_product`, which will send URL recache requests to Prerender.io (in batches of up to 1000) when changes are made to products.
6
-
This will ensure that the cache product pages are kept up-to-date at all times.
5
+
This module provides new indexers:
6
+
7
+
-`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.
8
+
-`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.
9
+
-`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.
10
+
11
+
These will ensure that the cached pages are kept up-to-date at all times.
7
12
8
13
## Installation
9
14
To install via composer, simply run:
@@ -12,12 +17,12 @@ To install via composer, simply run:
12
17
composer require aligent/magento2-prerender-io
13
18
```
14
19
15
-
Then, ensure the module is installed and the index is set to `Schedule`:
20
+
Then, ensure the module is installed and the indexers are set to `Schedule`:
0 commit comments