Umbraco V8 installation with more than 25 000 members and public profile pages for each member

93 Views Asked by At

I am currently scoping a project that needs to be reworked so Umbraco V8 is part of it. This projects already has 18 000 members and 5 000 more are for sure on their way.

My primary concerns are:

  • Is Umbraco capable of handling this amount of members without taking a hit on the performance when loading information from the members property?
  • Should I add my own tables to help the performance?
  • Having 25,000+ member nodes how much will it slow the manegment of the members via the Umbraco interface. However what if I just use my own manegment tool for this level of members?
1

There are 1 best solutions below

0
Dhanesh Kumar MJ On

Theoretically, it should work, since it uses the ASP.NET membership provider, which runs on an SQL server, so you're only limited to SQL Server specs, so later if you facing any issues then scale up the specs.

If you have a large number of members, then try to fetch from MembersIndex instead of using the MemberService.