monogo / disable-customer-log
Magento 2 module to disable customer logging for improve speed
Installs: 4 332
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 1
Type:magento2-module
Requires
- php: ~7.3.0||~7.4.0
- magento/magento-composer-installer: *
- magento/module-customer: ^103.0
This package is auto-updated.
Last update: 2024-11-10 17:09:15 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