Opened 19 years ago
Closed 19 years ago
#2706 closed enhancement (fixed)
Update Dashboard via cron
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.1 | Priority: | normal |
Severity: | normal | Version: | 2.1 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
Loading the dashboard can be slow due to fetching of the feeds required for its display. Fetching those feeds during a cron operation should improve response times.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Feeds are cached for half a day. A new schedule for Twice Daily should fetch the feed at appropriate times.
The fetch_rss() calls in wp-admin/index.php should remain because they fetch the feed from the magpie cache and if the cron fails for some reason, it will still work.
There must be a better was to set up default crons. Please feel free to move or augment what I've got to somewhere that makes more sense.