9.3.2.3 Release Notes

Release Date: May 12, 2020


Enhancements


[ZPD-10327] - Performance: Data From ERP Connector On Webstore

Shopper Experience

 

Earlier, all the information from the ERP Connector used to get fetched from the database and then used to get displayed on the web-store.

To improve the performance of the web store, caching is implemented for information fetched through ERP so that if the required data is available in the cache, the web store will fetch the data from there instead of the database. This has improved the performance and the page loading time of the web store.

Important: It is essential to clear the API cache when changes are made in ERP configurations from the Znode admin application.

 

[ZPD-10324] - Performance : Permanent URL redirections

Shopper Experience


Earlier, all the information from the GetUrlRedirectList method (UrlRedirect controller) used to get fetched from the database and then used to get displayed on the web-store.

To improve the performance of the web store, caching is implemented for information fetched through the GetUrlRedirectList method, so that if the required information is available in the cache, the web store will fetch the permanent URL redirections from there instead of the database. This has improved the performance and the page loading time of the web store.

Important: It is essential to clear the API cache when any changes are made in 301 URL Redirects from the Znode admin application.

 

[ZPD-10325] - Performance: Search

Shopper Experience

 

All the catalog related information searched on the web-store uses the GetSEOUrlDetails method. 

Earlier, all the information from the GetSEOUrlDetails method (Search controller) used to get fetched from the database and then used to get displayed on the web-store.

To improve the performance of the web store, caching is implemented for information fetched through the GetSEOUrlDetails method, so that if the required information is available in the cache, the web store will fetch the data from there instead of the database. This has improved the performance and the page loading time of the web store.

Important: It is essential to clear the API cache when any changes are made in the SEO Friendly URL of products and categories from the Znode admin application.

 

[ZPD-10326] - Performance: Store Experience Data

Shopper Experience

 

Earlier, all the information from the GetDisplaySetting method (Portal controller) used to get fetched from the database and then used to get displayed on the web-store.

To improve the performance of the web store, caching is implemented for information fetched through the GetDisplaySetting method, so that if the required information is available in the cache, the web store will fetch the store experience information from there instead of the database. This has improved the performance and the page loading time of the web store.

Important: It is essential to clear the API cache when any changes are made in the Store Experience of products and categories from the Znode admin application.

 

[ZPD-10328] - Performance: Catalog Data

Shopper Experience

 

All the calls initiated to fetch CatalogId were made for the database.

To improve the performance of the web store, caching is implemented for such scenarios, so that if the required information is available in the cache, the web store will fetch the information from there instead of the database. 

Important: It is essential to clear the API cache when any changes are made in the store URLs or when the store assignments of users are changed.

 

[ZPD-10331] - Performance: SEO Details From Web Store Cache

Shopper Experience

 

Earlier, to get the SEO information, the web-store used to initiate a call to check whether the required information is available in the API cache.

To improve the performance of the web store, the information will now be checked in the web store cache, so that the unnecessary call initiated to API can be eliminated.

Important: It is essential to clear the API cache when any changes are made in the SEO Friendly URL of products and categories from the Znode admin application.

 


[ZPD-10329] - Performance: Domain Information From Cache

Shopper Experience

Earlier, authorized domains for users in business frameworks were checked directly from the database.

To improve the performance of the web store, the information will now be cached so that if the required information is available in the cache, the web store will fetch the information from there instead of the database. 

Important: It is essential to clear the API cache when any changes are made in the store URLs or when the store assignments of users are changed.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.