문제

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