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
The ajax refreshing of the dashboards could use some optimisation. The dashboards get a bit "sluggish" after a while or if there are many dashboards open.
Implement the following:
only fire the setInterval that updates the dashboards if the dashboard has focus in the tab.
reload the dashboards every x intervals (make this an admin setting for frequency)
make the "refresh" button on the dashboard reload the page when "shift + click"
The text was updated successfully, but these errors were encountered:
The ajax refreshing of the dashboards could use some optimisation. The dashboards get a bit "sluggish" after a while or if there are many dashboards open.
Implement the following:
The text was updated successfully, but these errors were encountered: