-
Notifications
You must be signed in to change notification settings - Fork 1
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
Investigate and optimize all backend API routes - Reg2 #827
Comments
placeholder card that should probably be split up. cc @dleard |
Re: Refinement discussion - This one is more like an epic. Once we have individual tickets identified, this one will be gone. |
This will be refined. @andrea-williams |
7 tasks
This was referenced Apr 11, 2024
Flagging that we'll need a similar ticket for Reporting. |
2 tasks
Do in parallel with #2539 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Investigate and optimize API endpoints in Reg2. (You can use optimization techniques in the
optimization.md
file).Add critical ones below:
"/v2/operations/{uuid:operation_id}/registration/operation",
(register_edit_operation_information
)Spreadsheet with profiling results:
Endpoint profiling.ods
Not included are:
@router.put("/user-operators/{uuid:user_operator_id}"
, (I couldn't find this being used anywhere)@router.get("/users/{user_id}",
(also not used)@router.get("/user-operators/current/is-current-user-approved-admin",
(used in the middleware and I was having trouble getting silk to pick it up)I broke this into three tickets that cover the slowest of the endpoints:
The text was updated successfully, but these errors were encountered: