I'm having trouble importing a very large dataset with feeds. It's about 8mb of text in XML format. It imports impossibly slow (I started it about a month ago and it's still not finished).
However, if I run the exact same importer with the same file I upload from my computer, it runs in about two minutes.
The thing is, I need to check the stock of my products from my supplier through this file every hour. Most of the data is irrelevant other than stock info.
Are there any good alternatives to do what I'm trying to do? (Drupal Commerce)I've been thinking that if I have another module retrieve the file from my supplier every hour, then I could just point feeds to the file on my own server. However, I'm having trouble finding a module that does that file retrieve.
Any ideas?