-
Notifications
You must be signed in to change notification settings - Fork 53
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
First import of 20K products in 17mins, second import takes about 1 hour. #73
Comments
Hi @EnigmaWebdesign Please also attach additional data like magmi profile, as requested in the issue template. |
Hi tmotyl, My apolgies. I created this ticket when things got wicked in the office. Many thanks, Steve |
I have checked with the hosting provider where the site is hosted. We are currently importing the CSV file (+/- 100MB) with option to create new products and update excisting ones. This is what they saw in the logs: It does this constantly with every product. Question is, why are all product url's rewritten. |
It's indeed strange to see so many url rewrite delete going on when doing a "simple" update ;) |
Ok, I solved this one myself. Cheers, Steve |
// Provide a general summary of the issue in the Title above
Preconditions
// Provide a more detailed information about you Magento, Apache2/nginx, PHP & MySQL version
// Provide example CSV file to help us reproduce your issue
We're using Magento 2.2.7 on Apache2, PHP 7.1 & Mysql 5.7.29.
Steps to reproduce
// Provide a list of steps to reproduce this bug, include which plugins you use
![screencapture-magmi](https://user-images.githubusercontent.com/10866029/76246957-01bf5700-623f-11ea-98ab-2d01bc5d8f43.png)
// You can attach your magmi profile files stored in directory "{your Magento dir}/magmi/conf/{your profile name directory}
We have a fresh database, we take the CSV and import about 20K products. In 17 mins all data is imported.
Actual result
// Tell us what happens instead - screenshot, logs etc.
The second time we import the same CSV file it takes about 1 to 1,5 hours to finish (sometimes it stuck at 97% or 99%).
Why is the import, running for a second time, taking so long to import?
Cheers,
Steve
The text was updated successfully, but these errors were encountered: