Base solution for your next web application
Open Closed

GetAll and GetScript taking time in loading #10174


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

On each page load we have observed GetAll and GetScripts which is taking time in loading scripts.

How we can fix this.

Regards, Harshit


1 Answer(s)
  • User Avatar
    0
    musa.demir created

    Hi @kansoftware We implemented a caching mechanism for that, see: https://github.com/aspnetzero/aspnet-zero-core/pull/3744 It will be implemented in next release.