nicolas wrote: Hi,
Using the server cronjob won't change anything.
The cron only triggers the process and the process is already done by your server.
If you want to import the product data without the images data, just change the column with the name "images" to something else like for example "images_not_imported" and the column will be ignored.
That way, you can see if the issue comes from the images or not.
I guess I could improve the upload speed setting only the image reading and not a copy. Right?
Do you now a simple way to quick upload the images? Consider for each csv row, I have 3 external image path (in three single column) and about ten thousand row.
If I will be to do that, then I could import just csv text.