July 2026
Added WebSocket endpoint for live BTC price and slot updates every second. Replaced REST polling with persistent WebSocket connections for faster, more reliable data.
Extended data collection to support multiple timeframes (15m, 5m, 1h) simultaneously. Added URL-driven navigation for different market views.
Implemented GZip compression and SQLite history storage for faster responses. Added connection pooling to eliminate database overhead.
Added zoom modal with full data support, interval controls, and smart downsampling for smooth performance. Implemented localStorage caching for faster chart loading.
Fixed redirect loops, improved data isolation between timeframes, resolved WebSocket connection issues, and added official-beat endpoint support.