سؤال

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?

هل كانت مفيدة؟

المحلول

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
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى magento.stackexchange
scroll top