cancel
Showing results for 
Search instead for 
Did you mean: 

Why product edit/save is very slow in magento admin?

Why product edit/save is very slow in magento admin?

When I edit/save a product from admin side, its taking more than 1 minute. Basically this site is multi store setup and its having around 200 stores. Total products are around 30000 only, so why this kind of slow? But rest of the pages are working in normal speed. The only issue with product edit page. 

 

Can any one please help me?

 

Thanks,

Sundar

3 REPLIES 3

Re: Why product edit/save is very slow in magento admin?

Probably some events or indexes.

For example, do you use Catalog Prices Rules ?

Have you tried to save when indexes are not updating automatically on save ?

 

Have you tried to save after disabling catalog_product_save_[before|after] observers ? (don't do that on production : ) If you see it is very fast after doing that, re-enable them one by one to see which one is slow...

Re: Why product edit/save is very slow in magento admin?

Hi webcooking

 

We are not using Catalog Price Rules and the reindexes are in manual save mode.

 

But I tried to save the product using external programatically ($product->save() method). This way is much faster than admin product save.

 

 

Thanks,

Sundar

Re: Why product edit/save is very slow in magento admin?

I am having the same issue....

 

Sundar, how do you do it programatically ($product->save() method)?