sraisl
August 3, 2021, 10:48am
1
We are using a self hosted Sentry 21.2.0 at our company and are not sure if we shouldn’t expect better API performance by our setup.
Some simple requests and their execution time
GET https://sentry.wrwks.at/api/0/organizations/sentry/ → 0,5s
GET https://sentry.wrwks.at/api/0/projects/sentry/ / → 10s
GET https://sentry.wrwks.at/api/0/projects/sentry/ /issues/ → 2 to 4s
We’ve been hoping to see single digit ms or at least double digit ms response times. Are the slower measured response times from above to be expected?
Depends on your available resources, your data volume in Sentry, and possibly bugs in our code. Here’s a recent deep dive on some performance issues that might be related to what you’re seeing, or at least give you some ideas for how to debug further:
When login works, it takes sometimes 2 minutes. Why is it downloading so much, just to log in?
[Screen Shot 2021-07-06 at 5.02.06 PM]
Here is a failed attempt.
It times out on the gateway.
[Screen Shot 2021-07-06 at 5.05.43 PM]
Why in the world am I downloading over 500MB just to log into the server? Anytime I click a link from outside, it tries to do this as well. Help!
system
Closed
November 2, 2021, 5:28pm
3
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.