2017 © Pedro Peláez
 

magento2-module magento2-backend-reindexer

Magento 2 module to add reindexing to the Admin Panel

image

yireo/magento2-backend-reindexer

Magento 2 module to add reindexing to the Admin Panel

  • Tuesday, February 13, 2018
  • by yireo
  • Repository
  • 1 Watchers
  • 6 Stars
  • 3,211 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 13 % Grown

The README.md

Yireo BackendReindexer

Magento 2 by default has no way to reindex from within the Magento Admin Panel. This module adds a massaction to reindex from the backend anyway., (*1)

!!! WARNING !!!

From a technical point of view, there is a really good reason that Magento 2 offers no way to reindex indexes using the Magento backend: Using the Magento Admin Panel from this task may lead to timeouts, memory issues, and because of this, potential data inconsistancy (corrupt data). Make sure to know what you're doing before using this module., (*2)

The advice is to index through the CLI task and/or through cronjob. However, this module might still prove useful to small shops, testing environments with no developer present, etcetera., (*3)

Installation

Install this module within Magento 2 using composer:, (*4)

composer require yireo/magento2-backend-reindexer

After this, enable the module as usual:, (*5)

bin/magento module:enable Yireo_BackendReindexer
bin/magento setup:upgrade
bin/magento cache:clean

Technical architecture

  • This module adds a massaction through XML layout.
  • It also adds a Plugin to check for the right ACL rules.

The Versions

13/02 2018

dev-master

9999999-dev https://github.com/yireo/magento2-backend-reindexer

Magento 2 module to add reindexing to the Admin Panel

  Sources   Download

OSL-3.0 OSL-3

The Requires

  • php >=7.0.0
  • magento/framework ^100.1|^101.0|^102.0

 

The Development Requires

by Jisse Reitsma (Yireo)

composer-installer magento

09/11 2017

0.0.3

0.0.3.0 https://github.com/yireo/magento2-backend-reindexer

Magento 2 module to add reindexing to the Admin Panel

  Sources   Download

OSL-3

The Requires

  • magento/framework ^100.1|^101.0|^102.0
  • php >=7.0.0

 

The Development Requires

by Jisse Reitsma (Yireo)

composer-installer magento

03/06 2017

0.0.1

0.0.1.0 https://github.com/yireo/magento2-backend-reindexer

Magento 2 module to add reindexing to the Admin Panel

  Sources   Download

OSL-3

The Requires

  • magento/framework 100.*
  • php >=7.0.0

 

The Development Requires

by Jisse Reitsma (Yireo)

composer-installer magento