Direct Edit Cache Invalidation Debouncer
With this release, when the direct editing feature is enabled, you can configure the frequency of processing direct editing changes on Storefront. Configuring the frequency to a higher number would reduce the cache refreshes, thereby improving performance. This applies to the direct editing of catalog items and price items.
Merchants can now improve Storefront performance by changing the cache invalidation interval. The feature is designed to improve response times on Storefront when frequent changes are made on Admin within a short interval, for example, when bulk import is running.
Steps to Enable
Merchants can set the interval using the below payload.
URI: PUT /ccadmin/v1/merchant/cloudConfiguration
Payload:
{
"directEditEventProcessingIntervalSeconds": 10
}
Make sure you set the property to a reasonable value as it controls the delay with which changes appear on Storefront.
Note: directEditEventProcessingIntervalSeconds can take a value between 0 and 60. Property is set to 0 by default which means that this feature is disabled. Such a new property is only visible when at least one of the direct edit features is enabled.