|
Hello!
Im very new to the Magento World and i started to build a PHP applikation to export ERP data (XML) into a Magento Shop.
My scripts works already, but very very very slow. So, i have a few questions to speed everything up!
I have a bunch of simple test articles, and, the workflow is (after building them with the xml data) for every single article:
try to update the article, if the article cannot be created (exception is thrown ..) try to create it.
So, my dilemma is, that a multicall would be better, but i have to check each article, if the article is already saved - update it, or the article is not available - create it.
My 20 test articles need about 40 seconds with a SOAP V1 connection, and over 60 seconds with a SOAP V2 connection (yes, only a different path to the V2 slows the scripting down! anybody knows why? ... (
Any help would be awesome!
Hope to hear something from you
Greetings!
Niklas
|