Magento 2 Slow Product Saving – How to Fix Slow Product Saving Issue

configurable-productmagento2varnish

For several days my backend takes minutes for saving and generating products.

I have this message in my logs :

[2019-05-13 08:25:06] main.CRITICAL: Read timed out after 10 seconds {"method":"POST","url":"http://XXX/admin/catalog/product/save/type/simple/store/0/set/4/key/3f8d5c232e1008b42d7776c86bae57cbc8d6da89081040a13e0e01b667a45deb/back/edit","invalidateInfo":{"server":"[object] (Zend\\Uri\\Uri: http://localhost:6082/)","tagsPattern":"((^|,)cat_p_1168(,|$))"}} []

I'm on magento 2.2.5

PS : I'm using varnish cache.

I have this error after a few minutes :

Error 503 Backend fetch failed

Backend fetch failed Guru Meditation:

XID: 1742759

Varnish cache server

Anone facing the same issue ?

Best Answer

Change indexing settings to Update on schedule and do indexing by ssh menually.

Related Topic