You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To optimize the middleware pipeline and minimize repository calls, add a new SiteMiddleware first in the pipeline that checks for the requested site & stores its id in HttpContext.Items. This way the other middleware don't have to try to resolve the hostname.
The text was updated successfully, but these errors were encountered:
To optimize the middleware pipeline and minimize repository calls, add a new
SiteMiddleware
first in the pipeline that checks for the requested site & stores its id inHttpContext.Items
. This way the other middleware don't have to try to resolve the hostname.The text was updated successfully, but these errors were encountered: