Module LizardMedia_AdminIndexer adds possibility to reindex indexes from admin, using separte processes in background.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Magento 2.2
- PHP 7.1
Simply run
composer require lizardmedia/module-admin-reindexer
Download a ZIP version of the module and unpack it into your project into
app/code/LizardMedia/AdminIndexer
Run this command
bin/magento module:enable LizardMedia_AdminIndexer
bin/magento setup:upgrade
- reindex chosen indexes from indexes grids as mass actions
Indexing is performed in background, using reactPHP child process component
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details
- add possibility to track indexing progress
- add integration tests