monogo/disable-customer-log

Magento 2 module to disable customer logging for improve speed

2.0.1 2020-08-10 08:05 UTC

This package is auto-updated.

Last update: 2024-05-10 16:13:41 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