-
Notifications
You must be signed in to change notification settings - Fork 53
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
Bug: /api/diff seems to be very slow #359
Comments
When visiting lastbad feeds, it shows
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Taking about 5s ~ 10s to load. In one of the case, it takes 67.9s.
Solution steps:
[ ]. mitigation: change diffing query from pre-render to post-render.
[ ]. solution: find out why diff takes so long, and fix ourside if it's in our side, or identify if there is an increase latency in the MW side and notify them
[ ]. prevention: find out a API latency measure and monitor mechanism. We should setup more fine-grained latency monitoring with rules.
The text was updated successfully, but these errors were encountered: