Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
- ABP Framework version: v7.0.3
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:"
本地调试MVC项目代码特别慢 Debugging MVC project code locally is particularly slow
使用suite新生成的MVC项目 A newly generated MVC project using suite
打开一个页面,需要的时间很长 It takes a long time to open a page
点击打开一个弹窗,每次需要30-60秒 It takes 30-60 seconds to open a pop-up window
我录制了视频,地址 I made a video. The address Debugging MVC project code locally is particularly slow
请问有解决调试慢的方案吗? Is there any solution to slow debugging?
2 Answer(s)
-
0
The problem is caused by Redis, you can use the local Redis server for development.
-
0
Thank you. It's settled as instructed