Nopcommerce 4.30 long request time

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 years ago
Hi, i try to debug using mini profiler and find out that time to handle the request takes quite long time, the fastest around 3 seconds on average around 5 seconds, see more detail here : https://prnt.sc/wlnh2h
Anyone know how to resolve this?
I need to improve the request time at least below 1 second, Thanks.
3 years ago
Nalysa wrote:
Hi, i try to debug using mini profiler and find out that time to handle the request takes quite long time, the fastest around 3 seconds on average around 5 seconds, see more detail here : https://prnt.sc/wlnh2h
Anyone know how to resolve this?
I need to improve the request time at least below 1 second, Thanks.


In case anyone wonder how to fix this issue, I just found that my database missing some cache setting value, check on All Settings and make sure at least this 3 cache settings exist and have correct value :
cachesettings.bundledfilescachetime
cachesettings.defaultcachetime
cachesettings.shorttermcachetime
check this image for more detail : https://prnt.sc/y3nr32

Cheers,
3 years ago
Have you checked sql time log into mini profiler to view  sql taking time or code taking time.

If sql taking time then you have to optimize this and code taking time then you have to optimise code for faster result
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.