It is take a lot of time when I qery to server. how can I solve this problem?
What is your data source? Could you show us your query?
1 Like
I have Yggio as data base and I have 358 sensors with different tasks as tempereture. I am using Grafana to visualize the data.
I read a little bit about dashboard is slow but i did not understand a lot!
- Are you trying to render dozens (or hundreds or thousands) of time-series on a graph? This can cause the browser to lag. Try using functions like
highestMax
(in Graphite) to reduce the returned series. - Sometimes the series names can be very large. This causes larger response sizes. Try using
alias
to reduce the size of the returned series names.