diff options
Diffstat (limited to 'ideas.md')
| -rw-r--r-- | ideas.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |