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 WebSphere Commerce configuration file.
- Update the OrderCommandOptimization element for the OrderItemBaseCmdImpl
such that its value is false:
<OrderCommandOptimization com.ibm.commerce.orderitems.commands.OrderItemBaseCmdImpl="false" />
- Propagate the changes to the WebSphere Commerce configuration file.
- Restart the WebSphere Commerce instance.