pim krook
pim krook

Reputation: 33

Indexing issue shopware 6

Question,

the website create with shopware keeps indexing all pages but with over 30/35k items it slows down the page and admin, is it possible to only do this in the weekend?

enter image description here

this is currently done automaticly but i need this to be done on a set time/date

Please help me on this.

regards,

Upvotes: 1

Views: 821

Answers (1)

fschmtt
fschmtt

Reputation: 36

It is highly recommended to disable the Admin Worker in production environments. The Admin Worker is enabled by default and runs automatically when a user is logged in to the Administration.

Especially with lots and lots of entities, like products, categories etc., the Admin Worker is hitting its limits and a dedicated service (e.g. RabbitMQ) should be used instead.

Please refer to the documentation:

Upvotes: 2

Related Questions