I’m currently stuck at my magento shop and I can’t find a solution. I want to import almost 600.000 products. The process of it is really slow. The more product are in the system, the slower the import of new products works. I also can’t open some category pages. Its simply not loading.
Any idea what could be the problem?
3
Answers
If your indexes are set to auto-update you should switch them to manual mode before importing. this is a common reason for decreasing performance (and db locks)
after import you could switch back to
You should look into https://github.com/avstudnitz/AvS_FastSimpleImport
This one is based on Mage_ImportExport_Model_Import_Entity_Product and is therefore much faster, than instantiating new product model on each iteration
For Faster import, you can use Magmi : http://wiki.magmi.org/index.php?title=Main_Page
once you upload products through, reindex through system > Index Management….