承接 aligent/magento2-prerender 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

aligent/magento2-prerender

最新稳定版本:2.1.4

Composer 安装命令:

composer require aligent/magento2-prerender

包简介

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

README 文档

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

统计信息

  • 总下载量: 4.52k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 0
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-only
  • 更新时间: 2023-07-27