質問

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