Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle 100k plus users #60

Open
samhibberd opened this issue Jun 25, 2020 · 2 comments
Open

Handle 100k plus users #60

samhibberd opened this issue Jun 25, 2020 · 2 comments

Comments

@samhibberd
Copy link

We are running into an issue where the cp is having to handle 100k+ users being populated into a the author options dropdown. It's on sections that we don't need to enable guest entries for, but do need to allow the createEntries permission for the users group.

Not sure what the best way to handle:

  • Could there be a setting to only show users which have permission to access the cp?
  • Or an event to allow us to modify the authors query so we can tweak that?
  • Or only load the author list when guest entries are enabled for a specific section?

Thanks,
Sam

@timkelty
Copy link

timkelty commented Jul 7, 2020

Duplicate: #25

@samhibberd I ended up making the change via project.yaml.

@angrybrad
Copy link
Member

Another option would be to use the native selectize input to display, say, the first 100 options, and make the rest searchable.

Workaround in the meantime (as Tim points out) is you could edit project config directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants