Open Closed

Website performance slow #5550


User avatar
0
bkrm.dev01 created
  • ABP Framework version: v7.2.2
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:Browse the website and noticed half of the request from client take a lot of time to response. (even trigger same API)

Architecture 1 VM window server for IIS (Angular, Auth, Gateway, Microservices) 1 VM window server for SQL Server 1 VM RedHat server for Redis and RabbitMQ


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Please set log level of your application to Debug and share this request full logs. Thanks

    liming.ma@volosoft.com

    .MinimumLevel.Debug()

    Log.Logger = new LoggerConfiguration()
            .MinimumLevel.Debug()
            .WriteTo.Async(c => c.File("Logs/logs.txt"))
            .WriteTo.Async(c => c.Console())
            .CreateLogger();
    
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11