We’ve recently upgraded to Grafana v12.0.1 (80658a73c5)
I’m viewing a dashboard with a panel that repeats for each selected value in a multi-select variable that can result in many panels.
Prior to upgrading, the panels on this dashboard loaded lazily, i.e. a query was only issued for a panel when it came into the browser viewport.
However, the browsers network console shows, queries for all panels being issued on load.
Has anything changed such that I need to enable lazy loading?
Many thanks.
Thank you infofcc3, however my dashboard is still loading all panels including those not visible.
Did you enable Preload panels
in the dashboard settings?
When enabled all panels will start loading as soon as the dashboard has been loaded.
1 Like
Thankyou for pointing that out @jangaraj , but the dashboard is loading all panels regardless of the value of preload setting.
Thank you @infofcc3, I tried setting it to true and it loaded all panels. Then I set it to false, closed the browser came back, and still it loaded all panels.