Opened 2 years ago
Last modified 2 years ago
#1375 new enhancement
Dashboard cache refreshing
Reported by: | aavilesd | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | v2.9 |
Component: | General | Version: | 1.1 |
Keywords: | Cc: |
Description
Currently, the only way to refresh the dashboard linked_events cache is to wait until the cache TTL expires. By default, this is set to 10 minutes in Server Administration.
The refresh button that appears for admins in the dashboard does not refresh the cache, but instead it only forces the regeneration of Redis linked_events object.
It would be desirable to mark the linked_events cache as dirty whenever any of its values is changed, ensuring instant update of the Dashboard.
Note: See
TracTickets for help on using
tickets.
Please note that regeneration of redis linked_events is also needed for the Dashboard to display recent changes. This should also be triggered automatically after any change to make the Dashboard responsive.