Open Closed

Debugging MVC project code locally is particularly slow #4822


User avatar
0
cicna created

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

https://www.bilibili.com/video/BV1Es4y1S7QL/?share_source=copy_web&vd_source=7d5f09ee38e26b20241cf48e752f00b0

请问有解决调试慢的方案吗? Is there any solution to slow debugging?


2 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    The problem is caused by Redis, you can use the local Redis server for development.

  • User Avatar
    0
    cicna created

    Thank you. It's settled as instructed

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11