When i save a product which is linked to more than 1000 model names, its saving times takes more than 100 sec. Hereby the server of the hoster aborts the task because its maximum execution time is 99 sec. Because it is a shared server they cannot increase the execution time.
Has somebody met this problem before and more important can tell a solution for this?
This is a well familiar Magento bug. The fix though is pretty easy. Just google around and you’ll find it. Saving products should take less then 2 seconds, even with a db containing 50.000 products.
You might be right, last time I came across this was 1.5.x where Magento process all price index which is true if you have lots of products it becomes a major performance penalty {there are couple bug report with suggestions like disengage the price index or something}.