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

fix VolunteersController#edit N+1 issues #5894

Open
Tracked by #5889
elasticspoon opened this issue Jul 6, 2024 · 12 comments
Open
Tracked by #5889

fix VolunteersController#edit N+1 issues #5894

elasticspoon opened this issue Jul 6, 2024 · 12 comments
Assignees

Comments

@elasticspoon
Copy link
Collaborator

elasticspoon commented Jul 6, 2024

What type(s) of user does this feature affect?

  • supervisors
  • admins
  • volunteers

Description

This controller action has issues with N+1 queries (method call makes an additional method call for each item it finds.)

You can see these in our scout: https://scoutapm.com/shares/5ebf4b86-2f24-46d1-94da-129efef60c43

Go through all the methods to ensure all the needed data is preloaded in the first query and no additional calls to the database need to be made.

N+1 Resources

How to access the QA site

Login Details:
Link to QA site

Login Emails:

password for all users: 12345678

Questions? Join Slack!

We highly recommend that you join us in slack #casa channel to ask questions quickly. And discord for office hours (currently Tuesday 5-7pm Pacific), stakeholder news, and upcoming new issues.

@Naraveni
Copy link
Contributor

hey, can I work on this

@elasticspoon
Copy link
Collaborator Author

Go for it

Copy link

github-actions bot commented Aug 2, 2024

This issue has been inactive for 262 hours (10.92 days) and will be unassigned after 98 more hours (4.08 days). If you have questions, please

If you are still working on this, comment here to tell the bot to give you more time

Copy link

github-actions bot commented Aug 7, 2024

This issue has been inactive for 382 hours (15.92 days) and is past the limit of 360 hours (15.00 days) so is being unassigned.You’ve just been unassigned from this ticket due to inactivity – but feel free to pick it back up (or a new one!) in the future! Thank you again for your contribution to this project.

@ElisaRmz
Copy link
Collaborator

ElisaRmz commented Sep 4, 2024

Hi! Could I work on this?
@elasticspoon

@elasticspoon
Copy link
Collaborator Author

@ElisaRmz absolutely. lemme know if you have any issue with the scout link

@ElisaRmz ElisaRmz self-assigned this Sep 6, 2024
@ElisaRmz
Copy link
Collaborator

ElisaRmz commented Sep 6, 2024

@elasticspoon, I can't access to the link of the Description:
https://scoutapm.com/shares/5ebf4b86-2f24-46d1-94da-129efef60c43

@elasticspoon
Copy link
Collaborator Author

@ElisaRmz
Copy link
Collaborator

ElisaRmz commented Sep 7, 2024

It works, thanks!

Copy link

This issue has been inactive for 245 hours (10.21 days) and will be unassigned after 115 more hours (4.79 days). If you have questions, please

If you are still working on this, comment here to tell the bot to give you more time

@ElisaRmz
Copy link
Collaborator

Working on it

@ElisaRmz
Copy link
Collaborator

@elasticspoon, I can't access this link https://scoutapm.com/shares/7590bdb4-042d-438b-b330-bf20ea1874e1,
Does it work only for some time?

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

No branches or pull requests

3 participants