Base solution for your next web application
Open Closed

loadtime #9870


User avatar
0
visility created

Prerequisites

Hello Aspnetzero.

We use version: v8.9.1.0

We have resently deployd our production version hosted on Azure. There is not any external activity yet. The problem is that it seems like the app is unloading - so that after some time it takes about 8-10 seconds to load, and after longer inactivity, it takes 30 seconds to get the login screen.

In Azure the "Always On" is enabled.

We use this plan: 100 total ACU 1.75 GB memory A-Series compute equivalent

Is this to small for the framework to operate or what could be the reason?

Thank you, Thøger


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @visility

    Do you use jQuery or Angular version ? If "Always On" is enabled, this might be related to loading of the resources. Is it possible to setup a cache for resources on Azure ? If so, you can try that one.

    Another thing might be the database connection. Could you get the application logs and take a look at it to see which step takes a long time to execute ?

    Thanks,

  • User Avatar
    0
    visility created

    hi We use JQuery. I think the problem was that we needed more RAM. I upgraded to double RAM and double payment :-) - and now its working. Thanks, Thøger