-
Notifications
You must be signed in to change notification settings - Fork 0
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
Theme: Performance #15
Comments
Take a look at data we're collecting (e.g. honeycomb) |
|
Need to do deep query audit so we're not reliant on caching entirely, reusing queries where we can, etc. Could do this by configuring sentry to alert us on query times and then do a load test to identify bad queries. Define specific query metrics that drive our work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
The app looks and functions great, but there are some performance gaps we can improve to give users, and our selves, more confidence in its ability to scale to support large knowledge applications. To accomplish this, we'll improve data-fetching and display, and implement load testing.
Core Goals
High-Level Projects
Note: I'm pretty out of my depth here, so this is my best attempt based on our prior discussions.
Technical implementation notes
The text was updated successfully, but these errors were encountered: