-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase product import performance #443
Comments
The problem is related to images, I dont know if there is a solution for that... Import without images: |
Hello everyone,
I have the problem, that importing products is really slow... I need to import 40k products, which take 8 hours. Every product has 3-5 images, but every image is stored locally. Is this a usually behavior, or is it too slow? I could not find any import time values for products with images for reference...
I have tried importing the products in pieces, for example 40x1000 products, or 80x500products, but the performance remains the same. Partial indexing is deactivated, this is the part of my sript which does the import:
The import is not inside a loop. The server has 128GB of RAM available, the CPU is around 3% usage, while the import is running.
I'm using Magento 1.9.4.4 with FastSimpleImport 0.8.2.
I'm running out of ideas, i would highly appreciate any help..
Thanks in advance
The text was updated successfully, but these errors were encountered: