Base solution for your next web application
Open Closed

aspnet zero template response is very slow on azure. #6224


User avatar
0
chekairi created

Hi,

Please suggest me about to speed up the application which we have built-up on ABP libraries (version 3.9.0). I have deployed ABP template on azure server, but it's response is very very slow on every page.

please use the following credential to check my issue. https://testingaspnetzero.azurewebsites.net/Account/Login tenant: default user: admin pwd: Test@1234

we are using following azure plan App Service Plan: Standard: 1 Small Database Configure: Basic

i am waiting your valuable feedback.

Thanks & Regards


5 Answer(s)
  • User Avatar
    1
    exlnt created

    Check the YourAppName.Web.Mvc.runtimeconfig.json file and ensure the "GC" setting is false. Example below. "System.GC.Server": false

    This was the issue for my app after my deployment to my windows hosting server. I dont use Azure though.

  • User Avatar
    0
    chekairi created

    thanks for your support.

    mentioned setting is based on .Net-Core and we are using .Net Framework 4.6 in our application. Please let me know if you have knowledge about it.

    Thanks again.

  • User Avatar
    1
    alper created
    Support Team

    hi,

    I've checked your website and it responses in a reasonable time.

  • User Avatar
    0
    chekairi created

    thanks @alper for your time.

    but, i want to reduce more than an half time like 1-3 seconds. currently it's take time to load average 4-6 seconds.

    have you any idea about it?

    Best Regards,

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @chekairi

    I also visited your website and it is quite fast :). You can check each loaded asset using Google Chrome's network tab and see which one is taking a longer time and you can try to decrease it's size if you can.

    But, when I look at your page, everything seems well optimized. You can try to use a smaller profile picture and there are files which can't be loaded from server when you logged-in. You can try to fix them.