Skip to content

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

License

Notifications You must be signed in to change notification settings

iMi-digital/magento2-cache-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMI_CacheDebug

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages