定制 webscale-networks/magento-varnish-split-header 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

webscale-networks/magento-varnish-split-header

最新稳定版本:2.4.6.1

Composer 安装命令:

composer require webscale-networks/magento-varnish-split-header

包简介

Webscale sub-module responsible for split varnish X-Magento-Tags header.

README 文档

README

Sub-module responsible for split X-Magento-Tags header when varnish selected as a cache solution.

Installation

To install extension run the following in magento root directory:

composer config repositories.webscale-networks-split-header git https://github.com/webscale-networks/magento-varnish-split-header.git

To avoid issues with CI/CD and github add "no-api": true to the repo settings, so it looks like this:

"webscale-networks": {
    "type": "git",
    "url": "https://github.com/webscale-networks/magento-varnish-split-header.git",
    "no-api": true
}

Now require extension itself:

composer require webscale-networks/magento-varnish-split-header

After composer installs the package run next Magento commands:

php bin/magento module:enable Webscale_SplitHeader
php bin/magento setup:upgrade
bin/magento cache:clean

Once completed log in to the Magento admin panel and proceed to configuring the extension.

Configuration

Open a browser, log in to the Magento admin and navigate to:

Stores > Configuration > Webscale > Varnish

Enable the module by switching Enabled to Yes under Enable Split Tags and save the configuration.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-12-05