I am importing about 10.000 products and updating their data with import custom script on regular basic. I use Magento object to save product data. The problem is that for each product save the process is slower. On 1000 products save it becomes really slow. When I clear cache, everything is ok again.
I have now couple of questions to understand the thing:
- Does anybody have any idea why is that?
- Should I disable "Collections Data" cache, or maybe any other type of cache as well?
- Or is there any way to tell Magento not to cache collection data on product save?
- If not, will disabling Collections Data cache slow the page a lot?
Thank you