From 188d4ed221998fedcc82c845ba006f0af611e27b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Mata?= Date: Fri, 23 Jan 2026 09:39:25 +0100 Subject: [PATCH] Add Skylight back MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan José Mata --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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).**