creativetimofficial / argon-dashboard-asp-net

Start your development with a Bootstrap 4 Admin Dashboard built for ASP.NET Core framework, the newest go-to technology from Microsoft for top companies.
https://www.creative-tim.com/product/argon-dashboard-asp-net
MIT License
213 stars 344 forks source link

Application works so slow #9

Closed muminvarici closed 4 years ago

muminvarici commented 4 years ago

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.

https://github.com/creativetimofficial/argon-dashboard-asp-net/commit/ba9fe8a8a665d393a7c0958386b505bd6a599b79

These screenshots are captured from unmodified version.

After login: image

After clicking profile: image

muminvarici commented 4 years ago

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