creativetimofficial/argon-dashboard-asp-net

Application works so slow

muminvarici opened this issue · 1 comments

Hello,
I've started to try application today but I've an issue about runtime speed. I've injected this app to my system and I started a demo then I've identified a problem. After this, I tried unmodified version and there is same problem here also.
I've tried both on IIS and IISEpress. When I measure the network items' speed, I saw responses are so slow.
I'm using sqlite connection for a fast demo and using .net core 2 version.

ba9fe8a

These screenshots are captured from unmodified version.

After login:
image

After clicking profile:
image

I've solved this issue by disabling redis cache.
I think I missed an important point :(