Faster Task Search (Dec 2021) #822
adarshmadrecha
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
We optimised the database, and the impact is clearly visible in our API performance monitoring. The most impact is on the Task Search as it's the most used API.
Details
We use Firebase Performance (a Google service) to get real time insights from your users' point of view.
The above screenshot is from the Firebase Performance Dashboard.
The number "268" represents the response time of the task search. It means the response of the task search is received in 1/4th of a second (1000 Milliseconds in a Second). It's calculated using 50% median.
Beta Was this translation helpful? Give feedback.
All reactions