Ticket #292 (closed defect: fixed)
Move essentials of magpie's cache into the database
| Reported by: | sdcosta | Owned by: | sdcosta |
|---|---|---|---|
| Priority: | normal | Milestone: | Gregarius 0.5.5 |
| Component: | BUGS | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Moving Magpie's cache into the database
* The best way of implementing this would probably be to subclass RSS_cache and make it work with the database. * If a feed returns a 304 not modified, we do not need to see if there are new items (as we currently do) * All the feed content is already in the database. We store an md5sum in the database and magpie's cache becomes redundant. We only need to save the Etags and the last accessed times. #137
Change History
Note: See
TracTickets for help on using
tickets.
