Actions
Feature #25551
closedPrevent auto-refreshing on inactive dashboard tabs
Difficulty:
easy
Triaged:
Yes
Pull request:
Description
Dashboard generates many queries depending on amount of widgets. When search box is used, queries get more complicated and very slow. My initial idea is to use Rails cache to cache these, this will speed things up quite lot.
EDIT: I am turning this into disabling auto refresh for inactive tabs or minimized browsers since caching turned out not to be best idea.
Updated by Lukas Zapletal over 6 years ago
- Status changed from Ready For Testing to New
- Assignee deleted (
Lukas Zapletal) - Pull request deleted (
https://github.com/theforeman/foreman/pull/6281)
Caching solution was not preferred by the community, I am leaving this to WebUI/JS team to at least prevent refreshing on inactive tab.
Updated by Lukas Zapletal over 6 years ago
- Subject changed from Dashboard with search query generates multiple slow queries to Prevent auto-refreshing on inactive dashboard tabs
- Category changed from Dashboard to Web Interface
New task: Do not refresh dashboard if a tab is on a background.
Updated by Avi Sharvit over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset ffef16d629c78eadea487a43d8da5779bb446129.
Actions