Open Closed

ABP site after deployed to IIS is running very slow #4659


User avatar
0
isteer created

Hello Team,

OUR ABP CONFIGURATION:

ABP Framework version: v7.0.0 UI type: MVC DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): Tiered MVC Exception message and stack trace

We have deployed our ABP application on IIS server, we have tiered MVC application so we hosted all ports:

Auth server (port - 44349) : hosted on https://authserver.stage.careermaps.co.uk/ on IIS

Swagger (port- 44324) : hosted on https://host.stage.careermaps.co.uk/

Web-App (port 44389) : hosted on https://web.stage.careermaps.co.uk/

Issue:

  1. Our main web application https://web.stage.careermaps.co.uk/ is running very slow. Can you guide us where we can do some optimization we are currently using redis server cloud. redis-18994.c282.east-us-mz.azure.cloud.redislabs.com:18994

To test you can use default admin credentials.

  1. Sometime fetching data list and opening modal popups are very slow and no loader shows on the page if anything going in background or not.

Can you please assist us on this?

Thanks


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

    hi

    Please set minimum level to Debug, clear the logs of all apps then reproduce and share the logs. liming.ma@volosoft.com

    
    .MinimumLevel.Debug()
    
    

    remove these lines

    
    #if DEBUG
                .MinimumLevel.Debug()
    #else
                .MinimumLevel.Information()
    #endif
                .MinimumLevel.Override("Microsoft", LogEventLevel.Information)
                .MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)```
    
  • User Avatar
    0
    isteer created

    Hello,

    Not understand quite, need to remove these lines completely from program.cs files and redeploy and then share logs with you right?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    yes, clear the exists logs after deploy.

  • User Avatar
    0
    isteer created

    Shared logs over email

  • User Avatar
    0
    isteer created

    Any updates?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Im checking.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    There is no obvious problem in the log. After testing, it is only slow to open for the first time, and then it will be normal.

  • User Avatar
    0
    isteer created

    Thanks, Can you suggest some options that can be turned off for production, or any optimization techniques?

    Otherwise I will close this ticket.

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