aboutsummaryrefslogtreecommitdiff
path: root/ideas.md
diff options
context:
space:
mode:
Diffstat (limited to 'ideas.md')
-rw-r--r--ideas.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/ideas.md b/ideas.md
index d2f3dcf..4408857 100644
--- a/ideas.md
+++ b/ideas.md
@@ -40,6 +40,11 @@
- Response time graphs/charts
- Uptime trends and analytics
+### Performance Optimizations
+- **Response buffering**: Render template to buffer first, then write atomically (prevents broken pipe errors)
+- **Page caching**: Cache rendered status page for a few seconds to reduce database load
+- **Reduce tick count**: Make tick count configurable per deployment or auto-adjust based on load
+
### Notifications & Alerts
- Webhook support for status changes
- Email notifications