Base solution for your next web application
Open Closed

Load features, permissions, and localization(.xml) on demand #10554


User avatar
0
SRTMDEV created
  • What is your product version?
    • 8.*.*
  • What is your product type (Angular or MVC)?
    • Angular 9
  • What is product framework type (.net framework or .net core)?
    • .net core 3.*.*

Hello,

We are looking for a solution where we need on demanding loading items of the permission, features, and module vise loading of the localization file(.xml).

Currently, How its work in your frameworks. It's loads the item before login and after login. For that reason, it takes much time to load login page. we have 10,000+ localization resource, 1000+ permission, and 100+ features.

Thanks, SG


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

    Hi @SRTMDEV

    Currently it is not possible and I'm not sure how to do this actually. But, these resources are loaded only once. Maybe you can initiate a fake request after deploying your app to production, so the resources will be loaded before the first user visits teh website.