Base solution for your next web application
Open Closed

Improve startup performance #10956


User avatar
0
kansoftware created

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? 8.1
  • What is your product type (Angular or MVC)? mvc
  • What is product framework type (.net framework or .net core)? .net core

how we can implement as mentioned below with aspnetzero to improve startup performance https://www.fusonic.net/developers/2014/07/09/3-steps-for-fast-entity-framework-6-1-code-first-startup-performance/


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

    Hi @kansoftware

    Are you having this problem when the app is running for the first time ? You can first check the logs to determine which part is taking longer time. Then, we may suggest a solution.

    If this is only for the first time, you can configure your app as always running on IIS (other tools have a similar configuration), so your app will not need to restart during its lifetime.