You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run product import for a family that has large amount of products and images
Expected result
Import goes OK and finishes in few minutes as expected and it has done for a long time
Actual result
Import takes insanely long time, hours. This must be related to the "Add localisable and scopable image attribute import" which I had to revert to old version to actually be able to use 103.4.1.
The text was updated successfully, but these errors were encountered:
I believe it's because of the synchronous nature of the image downloads.
For every image for every product it will need to download one image, then go on to the next.
So imagine you've got ~10 images per product and have around 8k product in your import.
It will have to download 80,000 images.
Let's say this takes ~100ms per image, it will take ~2 hours to import them all.
Environment and configuration
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: