dweeves / magmi-git

Magmi GitHub
364 stars 306 forks source link

Optimize Magmi #580

Open Mastafis opened 5 years ago

Mastafis commented 5 years ago

Hi,

i have an issue with the magmi import. It spends a lot of time to import csv file with 16000 products (about 30 minutes). Is there a way to optimize this process??

dweeves commented 5 years ago

If you have remote image urls , the time is not taken by magmi itself but by the downloading time to get the images. Also, make sure to use at least once the magmi optimizer plugin that creates extra index in the db to speed up import. once done, no need to use it anymore. Also, depending on number of columns to import, the time may vary.

Le ven. 15 mars 2019 à 16:14, Mastafis notifications@github.com a écrit :

Hi,

i have an issue with the magmi import. It spends a lot of time to import csv file with 16000 products (about 30 minutes). Is there a way to optimize this process??

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dweeves/magmi-git/issues/580, or mute the thread https://github.com/notifications/unsubscribe-auth/AB3Vq0hLrlOaKsGWT75bT7rxr6ufQOzKks5vW7i6gaJpZM4b2sKC .

Mastafis commented 5 years ago

Thanks for the reply dweeves, very useful!!