Home > other >  Cache Identityserver user
Cache Identityserver user

Time:08-29

when I use TestUser in dunde.identityserver the performance is excellent, which is normal, but when I use ApplicationUser and read the information from SQL server, the performance decreases a lot. Is there any way for caching the Applicationuser?

CodePudding user response:

There are several built-in options and third-party caching options for IdentityServer.

Some starting points are:

  • Related