Enabling and disabling the optimized large shopping cart order commands
To improve the performance of large shopping carts, you can optimize the OrderItemAdd, OrderItemUpdate, OrderItemDisplay, and OrderCalculate commands.
Procedure
- To enable the optimized code path:
- To disable the optimized code path:
- Edit the HCL Commerce configuration file.
- Update the OrderCommandOptimization element for the OrderItemBaseCmdImpl
such that its value is false:
<OrderCommandOptimization com.ibm.commerce.orderitems.commands.OrderItemBaseCmdImpl="false" />