Feature #25637
closedDisable default auto-reload of the dashboard
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1650641
Description of problem:
The Satellite dashboard will auto-reload by default. I'm not aware of any users that monitor the dashboard in a way that's helped by auto-reload, and the reload can use a lot of system resources if the widgets are doing intense SQL.
I've even seen cases where the auto-reload has taken the Satellite down. This can happen if a user has a large number of systems, and a widget runs SQL that takes longer than 60 seconds to run. This can result in a "stacking" effect where more queries are coming in than can be cleared, and the Satellite will eventually become unresponsive.
It would be better if auto-reload was either disabled by default or removed entirely. This would provide a better experience for users with lots of systems, since they would not need to disable the auto-reload to regain some performance headroom on the Satellite.
Version-Release number of selected component (if applicable): 6.4.1
Expected behavior: dashboard page does not auto-reload if user's browser is on the dashboard page
Actual behavior: dashboard page auto-reloads
Updated by The Foreman Bot almost 6 years ago
- Status changed from New to Ready For Testing
- Assignee set to Tomer Brisker
- Pull request https://github.com/theforeman/foreman/pull/6311 added
Updated by Tomer Brisker almost 6 years ago
- Related to Feature #1881: Auto refresh added
Updated by Tomer Brisker almost 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset d4a0b9eea4be796a4877ef50c84c87159cd0818b.
Updated by Ewoud Kohl van Wijngaarden almost 6 years ago
- Subject changed from disable auto-reload of the dashboard to Disable default auto-reload of the dashboard
Updated by Lukas Zapletal almost 6 years ago
- Related to Feature #25551: Prevent auto-refreshing on inactive dashboard tabs added