We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to #1227 .
#1428 introduced new db queries that end up being very slow in production.
POST /api/feedbacks took over 5 seconds in this example.
POST /api/feedbacks
Since the UI doesn't have a loading indicator, this is too slow
PUT /api/feedbacks took 100 ms. Investigate why POST is slow.
PUT /api/feedbacks
The text was updated successfully, but these errors were encountered:
fix: Unnecessary slow db query in updateSummaryOnFeedback (#1463)
ac783e6
Seems to be fixed with release made around 12.50
Sorry, something went wrong.
Veikkosuhonen
No branches or pull requests
Related to #1227 .
#1428 introduced new db queries that end up being very slow in production.
POST /api/feedbacks
took over 5 seconds in this example.Since the UI doesn't have a loading indicator, this is too slow
PUT /api/feedbacks
took 100 ms. Investigate why POST is slow.The text was updated successfully, but these errors were encountered: