We have a performance problem with the orderproperties on the basket.
var basket = TransactionLibrary.GetBasket().PurchaseOrder;
basket["isLoggedIn"] = "true";
basket["isvolunteer"] = "true";
The first line where we set the orderproperty "isLoggedIn" takes about 500 ms while the next only takes about 1- 5 ms. How can we make the first faster?
Performance on order property
Hi Anne,
We are currently looking into this issue, and it should be fixed in an upcoming release.
/ Lars
Any info on this issue?
Change log for 5.2.0.14030 (Umbraco)
NEW: The orders are no longer displayed as nodes in the tree in the uCommerce shell by default.
NEW: Price group target in Marketing Foundation.
NEW: Better performance of Basket API, when retrieving properties on a basket.
FIX: Added a new BooleanConverter, to handle the situation where an empty string is returned for a boolean property.
FIX: Better check for web context when asking for current username.
FIX: Reload of umbraco tree nodes when moving a category.
FIX: Adding new order line now updates the view.
FIX: Display of Shipping Method and Media page for products would not frame the controls properly.
FIX: Generate voucher dialog did not always respect the back office language.
FIX: Adding a new order manually could add a deleted shipping method or language.
Source
is working on a reply...