diff --git a/README.md b/README.md index 25f7a19a7..f7580195a 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,14 @@ To stay compliant and avoid trademark issues: - Be sure to include the original [AGPLv3 license](https://github.com/maybe-finance/maybe/blob/main/LICENSE) and clearly state in your README that your fork is based on Maybe Finance but is **not affiliated with or endorsed by** Maybe Finance Inc. - "Maybe" is a trademark of Maybe Finance Inc. and therefore, use of it is NOT allowed in forked repositories (or the logo) +## Performance Issues + +With data-heavy apps, inevitably, there are performance issues. We've set up a public dashboard showing the problematic requests seen on the demo site, along with the stacktraces to help debug them. + +https://www.skylight.io/app/applications/s6PEZSKwcklL/recent/6h/endpoints + +Any contributions that help improve performance are very much welcome. + ## Local Development Setup **If you are trying to _self-host_ the app, [read this guide to get started](docs/hosting/docker.md).**