• Welcome to KonaKart Community Forum. Please login or sign up.
 

getOrdersPerCustomer method very slow

Started by giacomokk, November 28, 2017, 03:34:43 pm

Previous topic - Next topic

giacomokk

Hi, i'm trying to get all orders for the logged in customer using kk web services in this way:

KKWSEngIf eng = new KKWSEngIfServiceLocator().getKKWebServiceEng();
eng.getOrdersPerCustomer(<params>);

it works, but i see that is very slow for acquiring a list of 50 orders, it takes about ten seconds!

I'm using konakart 8.5.0.0.

Can you help me?

Thanks.

Giacomo




julie

I would analyze whats taking up the time. i.e. Database, code or transmission of results.

giacomokk


julie

Not really. As I said you need to do some work to see where the time is being spent. I'd start by seeing how long the DB is taking to return the data.