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

More efficient strategy for inviting new admins #1263

Merged
merged 131 commits into from
Sep 2, 2020

Conversation

kitallis
Copy link
Contributor

@kitallis kitallis commented Aug 31, 2020

Story card: https://app.clubhouse.io/simpledotorg/story/1108/make-rendering-the-access-tree-and-granting-access-more-efficient

Because

Granting access was horrendously slow (esp for power users) because we were constantly firing a large volume of UserAccess queries (regardless of them being cached, see screenshot below).

efficient-grant-access

inefficient-grant-access

This addresses

Make it more efficient by only querying once and traversing the tree in memory.

grant-access-finishing-quickly

@harimohanraj89 harimohanraj89 temporarily deployed to simple-review-pr-1263 August 31, 2020 05:16 Inactive
@kitallis kitallis changed the title Make grant access more efficient More efficient strategy for inviting new admins Aug 31, 2020
@kitallis kitallis added the simple-permissions new and improved simpler permissions system for the year 2020 label Aug 31, 2020
@kitallis kitallis marked this pull request as ready for review September 2, 2020 08:29
@harimohanraj89 harimohanraj89 temporarily deployed to simple-review-pr-1263 September 2, 2020 08:38 Inactive
@kitallis kitallis temporarily deployed to simple-review-pr-1263 September 2, 2020 08:55 Inactive
@kitallis kitallis temporarily deployed to simple-review-pr-1263 September 2, 2020 08:59 Inactive
@kitallis kitallis merged commit 042fa29 into master Sep 2, 2020
@kitallis kitallis deleted the make-grant-access-more-efficient branch September 2, 2020 09:05
harimohanraj89 pushed a commit that referenced this pull request Sep 3, 2020
…1285)

The second git tag here will always fail, because we have already
created the tag as an annotated tag. This causes the script to bail out with an error:

```
[~/src/simpledotorg/simple-server (master)]> bin/release
CHANGELOG
---------
• Lower the explain threshold for New Relic to 0.25 (#1284)
• Add index to rx drugs (#1283)
• Allow Admins to Edit accesses (#1252)
• Migrate the Admin::UsersController and its actions (#1280)
• Index "twilio_sms_delivery_details.session_id" (#1277)
• Inline-ify the clashing function (#1279)
• More efficient strategy for inviting new admins (#1263)
• More efficient tree for displaying access resources (#1262)
• Permissions: flesh out roles and actions (#1208)
Creating release release-2020-09-02-1. Continue? (y/N):
y
fatal: tag 'release-2020-09-02-1' already exists
```

I'm also adding the #releases channel to the final help message.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
simple-permissions new and improved simpler permissions system for the year 2020
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants