Developer forum

Forum » Development » Performance on order list

Performance on order list

Anders Ebdrup
Anders Ebdrup
Reply

Hi Dynamicweb,

 

We experience very poor performance on the Customer Center Order List as to much logic seems to be done by the api and not the database which in the end causes why too many database calls when have many orders on a customer.

 

  1. All orders for a customer are loaded from the database even though paging is setup and this is done one by one instead of bundle the queries
  2. All orderlines for each order (even though paging is set up) are loaded from the database
    1. And we have no orderline loops on the list template
  3. All orderlines are loaded twice from the data
  4. Even the products are loaded seems to be loaded one by one for each orderline and again without accessing the orderline loop

 

Best regards, Anders


Replies

 
Anders Ebdrup
Anders Ebdrup
Reply

Hi DW,

 

Are you planning to have a look at this?

 

Best regards, Anders

 
Mikkel Belchuke
Mikkel Belchuke
Reply

+1

 

You must be logged in to post in the forum