Question

I want to enable the asynchronous indexing, but the option is inside the Admin menu below, which is available just in developer mode.

Stores > Settings > Configuration > Advanced > Developer > Grid Settings > Asynchronous indexing

Do I need to put my store in developer mode, then change it to then return it to the production mode?

Was it helpful?

Solution

You can change it in production mode directly via terminal, then clean the cache.

bin/magento config:set dev/grid/async_indexing 1
bin/magento cache:clean
bin/magento index:reindex
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top