elastic-dashboard
elastic-dashboard copied to clipboard
Use ValueListenableBuilder for NT widget state
Instead of using StreamBuilders which can be slow, constantly create futures and timers, and don't work well with multi-topic widgets, ValueListenableBuilders only get called when the subscription actually updates.
CPU usage has decreased by 10-15%