SimpleMembership Query Performance
I have created an ASP.NET MVC 4 Internet Application project. This project
uses SimpleMembership. To register an account it runs 9 queries. It seems
to be normal because this is standard code that came with the project, but
isn't 9 queries a lot for just registering an account?
I also noticed that when I use:
if (Roles.IsUserInRole("..."))
it runs 4 queries...
Is this normal and can this become a performance issue?
No comments:
Post a Comment