-
Notifications
You must be signed in to change notification settings - Fork 155
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
Query to get a form's submission encryption keys can sometimes take a long time #658
Comments
I believe it's related to the # of versions of the form! There are 14 past versions of that form. Using
in particular
when another form with a faster query only had (note: i did get llama3's help interpreting this) I'm thinking now about how to optimize the query... |
Problem description
Specific forms' submission pages can take a long time to load. This seems to be because a request to submissions/keys takes several seconds to get a response.
URL of the page
https://test.getodk.cloud/#/projects/533/forms/add_student/submissions
Steps to reproduce the problem
The link above should systematically reproduce an ~8s response time. Other submission lists like this one which seem like they should be similar are fast to load.
Screenshot
Please don't attach images of QR codes, as those provide access to the server.
Expected behavior
Submission tables load quickly
Central version shown in version.txt
Browser version
Around when did you see the problem (in UTC)?
Other notes (if any)
The text was updated successfully, but these errors were encountered: