You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[2.0.5] - 2026-06-17
Changed
Perf card now displays cache Hit Rate, Miss Rate, and Population immediately from dashboard stats, without waiting for RTT samples to arrive.
All time range data (including LastDay, LastWeek, LastMonth, LastYear) is now continuously pushed via SSE from a background server-side poller, eliminating HTTP fetch requests from the browser entirely.
All ranges now use only native Technitium API range types instead of the Custom range type. This prevents the NRE scenario entirely as the only trigger path is now completely removed.
Fixed
Live feed no longer potentially shows duplicate (past) entries when returning from a backgrounded tab - entries are de-duplicated before entering the display queue and are kept in correct arrival order.