delaware system rules
Optimization global object cache elements
Set global object cache elements to 20K elements instead of the default 10K
You can use the SysGlobalObjectCache system class to improve the performance of database access. An instance of the SysGlobalObjectCache class provides access to the system global object cache. Access to the global cache improves performance in scenarios where the same record is retrieved repeatedly. In comparison, repeated X++ SQL select statements to retrieve the same record from the database are inefficient and are a burden to the Application Object Server (AOS). A SysGlobalObjectCache object that is running in the AOS uses the same cache that is shared by all client sessions that are connected to that AOS. has access to a global cache that is shared by all client sessions. The default setting for Global Cache elements is 100000. Please consider increasing the global cache elements to 200000 elements.
Prevention of expensive whole order calculation whenever pricing calculation is triggered.
Enable "Manually calculate multi-line prices and discounts" in Commerce parameters. Manually calculate multi-line prices and discounts has not been enabled. Take action to enable this.