You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most slow endpoints that are used frequently are now fairly fast. Getting a list of people we follow, who is following us and which people can give us points can take upwards of 1 second. This could worsen as the number of users and load on the server increases. Also, it one of the endpoints that is used frequently.
To Reproduce
Steps to reproduce the behavior:
Launch mobile app
Go to Network tab
Expected Behavior
The endpoint should have a reasonable performance <500ms even when the amount of data increases, especially as it is used very frequently within the mobile app.
Cc: @vladislav-kir @sethdaily
Hi @adamcogan ,
Describe the Bug
Most slow endpoints that are used frequently are now fairly fast. Getting a list of people we follow, who is following us and which people can give us points can take upwards of 1 second. This could worsen as the number of users and load on the server increases. Also, it one of the endpoints that is used frequently.
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
The endpoint should have a reasonable performance <500ms even when the amount of data increases, especially as it is used very frequently within the mobile app.
Tasks
Acceptance Criteria
More Information
Thanks!
The text was updated successfully, but these errors were encountered: