cancel
Showing results for 
Search instead for 
Did you mean: 

Newly created related rules response time

Newly created related rules response time

Hello all Magento friends!

 

Using Magento 2.2.5 EE here.

 

Has anyone else encountered bugs/glitches with related product rules? It seems that sometimes my rules are not taking effect however deactivating and reactivating it sometimes fixes the problem...

 

Please share your solutions regarding this matter! 

 

Thanks!!

6 REPLIES 6

Re: Newly created related rules response time

Hello @nastassja_bertrand

 

Please try with reindexing and flush cache, then it should work properly:

 

php bin/magento indexer:reindex
php bin/magento cache:flush
Manish Mittal
https://www.manishmittal.com/

Re: Newly created related rules response time

Hi @nastassja_bertrand

 

As earlier i suggest you , whenever you save the rules at the backend.

 

You required to run below commands in a sequence :

 

php bin/magento indexer:reindex
php bin/magento cache:clean
php bin/magento cache:flush

 

then check , it will effects and showcased on the frontend.

 

Hope it helps!

if issue solved,Click Kudos & Accept as Solution

Re: Newly created related rules response time

Thank you!

 

Currently looking where I must run these commands? Is it in system? Not finding it in cache or index management..

 

Best regards,

 

Nastassja

Re: Newly created related rules response time

Hi

to run the command you need to open your command line terminal , if you are working on local system then open command line terminal and go to your magento2 root directory from there you need to run this commands ..

if you are working on server then you need to use SSH terminal , logged in with your SSH terminal and go to your magento 2 root directory ..

then run commands from there ..

Hope it helps !
if issue solved,Click Kudos & Accept as Solution

Re: Newly created related rules response time

 Is this where I need to reindex? If yes is it all of them?reindex - index management magento.PNG

Re: Newly created related rules response time

Im sorry but I am not familiar with this type of manual programming Smiley Sad is this the only way?