-
Notifications
You must be signed in to change notification settings - Fork 47
Dashboard SSE performance and reliability improvements #30
Copy link
Copy link
Closed as not planned
Labels
dashboardWeb dashboard (port 3847)Web dashboard (port 3847)performancePerformance optimizationPerformance optimization
Description
Summary
Improve the web dashboard (port 3847) initial load performance and SSE connection reliability.
Current Issues
- Initial page load can be slow due to inline HTML generation
- SSE connections may drop without automatic reconnection
- No compression for dashboard assets
Proposed Improvements
- Cache compiled dashboard HTML
- Add SSE heartbeat and auto-reconnect
- Gzip response compression
- Lazy-load non-critical dashboard sections
Status
Partially addressed in PR #22 (feat(dashboard): optimize initial load performance).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dashboardWeb dashboard (port 3847)Web dashboard (port 3847)performancePerformance optimizationPerformance optimization