Performance Boosts & Leaderboard Refinements
Published on 2026-01-21 00:12:05
Key Updates
⚡ Trading Dashboard Performance
We have deployed a major refactor to how the dashboard handles data:
- WebSocket Optimization:
OpenOrdersandPositionsnow rely primarily on WebSocket updates instead of frequent polling, significantly reducing network load and improving responsiveness. - Smart Polling: Adjusted polling intervals for non-realtime panels and optimized chart background updates to respect tab visibility.
🤖 AI Engine Efficiency
- Latency Reduction: The engine now intelligently skips batch execution phases for
HOLDdecisions, speeding up the decision loop. - Better Metrics: Added detailed execution timing metrics to the AI Debug UI for better transparency.
- Safety: Improved global unit count refreshing during execution to ensure safety constraints are always up-to-date.
🏆 Leaderboard & Snapshots
- Passive Sync: The leaderboard now automatically syncs on a passive 5-minute schedule, removing the need for manual refreshes.
- Smarter Imports: When importing snapshots, the system now strictly prioritizes your current preferences (or defaults) over potentially outdated settings from older snapshots.
- Timezones: Snapshot timestamps now correctly reflect your local timezone.
🛠️ General Fixes
- News Visibility: Fixed an issue where draft articles were not visible to administrators.
- System Stability: Patched historical database migrations to be idempotent and non-destructive.