Indexer Grid Mass Reindex for Magento 2
aimanecouissi/module-indexer-grid-mass-reindex
Adds a Reindex mass action to the admin Index Management grid, letting permitted admin users reindex selected indexers directly from the grid.
Build Tests
Code Quality
Tested on Magento 2.4.9
Recent Test History
Each release is tested against the latest Magento version at that time.
Top Contributors
View LeaderboardShare This Module's Status
README
Loaded from GitHubAimaneCouissi_IndexerGridMassReindex
Adds a Reindex mass action to the Admin → System → Tools → Index Management grid. The module lets permitted Admin users reindex selected indexers directly from the indexer grid.
Installation
composer require aimanecouissi/module-indexer-grid-mass-reindex
bin/magento module:enable AimaneCouissi_IndexerGridMassReindex
bin/magento setup:upgrade
bin/magento cache:flush
Usage
Open the Admin → System → Tools → Index Management grid. The Reindex mass action appears in the mass action selector for Admin users with the Reindex index permission and runs reindexing for the selected indexers.
Uninstall
bin/magento module:disable AimaneCouissi_IndexerGridMassReindex
composer remove aimanecouissi/module-indexer-grid-mass-reindex
bin/magento setup:upgrade
bin/magento cache:flush
Changelog
See CHANGELOG for all recent changes.
License
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.