Bar charts only need to request one historical value because they can only show one spectrum at a time. #7781
Labels
performance
impacts or improves performance
severity:critical
type:enhancement
verified
Tested or intentionally closed
Milestone
Summary
Our bar chart view issues an historical request on load in order to populate the chart with the latest data. Because of the nature of bar charts, we only show data for the latest timestamp, so there is no value in retrieving anything older.
We should add "size=1" to our default request options in BarGraphView.vue.
This is tickling a Yamcs bug which is causing major performance issues, so I am assigning it a higher priority than I normally would for what is otherwise an optimization.
The text was updated successfully, but these errors were encountered: