Lag in performance - while loading cart and wishlist in nopcommerce

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
1 year ago
Hi,

There was a severe lag in our nopcommerce application which is hosted on Azure App services.
We faced issues in loading the cart and wishlist which takes a lot of time to load. Attaching screenshots of the network tab on dev console of browser.
Do you know why this performance lag occurs? Is it due to higher number of users and products?

PS - Performance is fine on IIS.

Similarly there was a flycartwheel which caused the same lag.
1 year ago
Are you using the same database / server for the comparison?
1 year ago
New York wrote:
Are you using the same database / server for the comparison?


Yes
1 year ago
I recommend that you enable the mini profiler to troubleshoot the issue.
If it is a SQL performance problem, then you'll need to identify and analyze the slow-running queries.  (Sometimes, just creating an additional index can help)
1 year ago
New York wrote:
I recommend that you enable the mini profiler to troubleshoot the issue.
If it is a SQL performance problem, then you'll need to identify and analyze the slow-running queries.  (Sometimes, just creating an additional index can help)


Thanks.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.