-
Notifications
You must be signed in to change notification settings - Fork 175
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
Import from other channels - Constantly getting "Failed to load search results" #3186
Comments
Retested today and this issue is still happening at both hotfixes and https://studio.learningequality.org |
Note the request is timing out due to the amount of data and our database performance in production and staging (hotfixes), so this isn't a "bug" per se but a need for optimization. |
@bjester how do you suggest we should go about optimizing this? |
One initial suggestion I had given for this was to create a separate search endpoint purely for the public channels - this might help reduce the query complexity by removing some of the permissions checking logic from these searches. However, I have not validated whether removing those aspects of the queries would resolve this issue. |
I would like to help @vkWeb on this. |
Observed behavior
I'm constantly getting a "Failed to load search results" regardless of the search term that I've entered. There's a 524 error in the console followed by other timeout errors.
Expected behavior
Fully operational Search functionality.
Steps to reproduce the issue
Additional information
Errors and logs
Failed to load resource: the server responded with a status of 524 ()
Usage Details
The text was updated successfully, but these errors were encountered: