imi/magento2-cache-debug 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

imi/magento2-cache-debug

最新稳定版本:v1.0.0

Composer 安装命令:

composer require imi/magento2-cache-debug

包简介

A Magento 2 module that lets you add full page cache debug headers in production mode.

README 文档

README

This module lets you enable full page cache debug headers in production mode.

Prerequesites

This module requires PHP 8.1 and at least Magento 2.4.4.

Installation

Via Composer (recommended)

  1. Require the package:
composer require imi/magento2-cache-debug
  1. Enable the module:
bin/magento module:enable IMI_CacheDebug
bin/magento setup:upgrade
  1. Enable it the configuration:
    1. Via CLI:
    bin/magento config:set system/full_page_cache/production_logging_enabled 1 
    1. Or in the adminpanel under Stores > Settings > Configuration > Advanced > System > Full Page Cache > Enable Logging in Production
  2. Flush config cache:
bin/magento cache:flush config

Manual Download

Download this repository and extract it under app/code/IMI/CacheDebug, then follow steps 2.- 4. of the installation via composer.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: AGPL-3.0-or-later
  • 更新时间: 2022-09-22