README.md
October 17, 2024 ยท View on GitHub
element119 | Admin Indexer Report
๐ Features
โ๏ธ Allow admins to reindex data, logging who did so and when
โ๏ธ Provide advice for recommended indexer configuration and improvements
โ๏ธ Health report for indexer-related cron jobs
โ๏ธ Surface indexer batch configuration information
โ๏ธ Provide educational resources for indexer configuration and performance
โ๏ธ Supports custom indexer implementations
โ๏ธ Theme agnostic
โ๏ธ Built in accordance with Magento best practises
โ๏ธ Dedicated module configuration section secured with custom admin user controls
โ๏ธ Seamless integration with Magento
โ๏ธ Built with developers and extensibility in mind to make customisations as easy as possible
โ๏ธ Installable via Composer
โณ Data visualisation
โณ Allow merchants to set indexer batch sizes via the admin
๐ Installation
Run the following command to install this module:
composer require element119/module-admin-indexer-report
php bin/magento setup:upgrade
โซ Updating
Run the following command to update this module:
composer update element119/module-admin-indexer-report
php bin/magento setup:upgrade
โ Uninstallation
Run the following command to uninstall this module:
composer remove element119/module-admin-indexer-report
php bin/magento setup:upgrade
๐ User Guide
Configuration for this module can be found in the Magento admin under Stores -> Settings -> Configuration -> Advanced -> System -> Indexer Report.
Indexer Report
The indexer information can be found below the native indexer grid in the admin under System -> Tools -> Index Management.
Enable Indexer History Log Cron
The periodic capture of indexer-related cron information can be disabled by setting this option to No. This is set to
Yes by default.