monogo / disable-customer-log
Magento 2 module to disable customer logging for improve speed
Package info
github.com/MonogoPolska/monogo-m2-disable-customer-log
Type:magento2-module
pkg:composer/monogo/disable-customer-log
2.0.1
2020-08-10 08:05 UTC
Requires
- php: ~7.3.0||~7.4.0
- magento/magento-composer-installer: *
- magento/module-customer: ^103.0
This package is auto-updated.
Last update: 2026-02-10 20:03:36 UTC
README
Magento 2 module to disable customer logging for improve speed.
This module will work only with Magento 2.4.0 and higher
Install
Git
- Locate the /app/code directory which should be under the magento root installation.
- If the code folder is not there, create it.
- Create a folder Monogo inside the code folder.
- Change to the Monogo folder and clone the Git repository (https://github.com/MonogoPolska/monogo-m2-disable-customer-log.git) into Monogo specifying the local repository folder to be OptimizeDatabase e.g.
git clone https://github.com/MonogoPolska/monogo-m2-disable-customer-log DisableCustomerLog
Composer
composer require monogo/disable-customer-log
Magento Setup
- Run Magento commands
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
App Configuration Options
Go to Stores->Configuration->Monogo->Disable Customer Log
- Enable module Default value is 0 (No)
Default values:
enabled: 0
Affected tables:
- customer_log
- customer_visitor
TODO
- Tests