#11866 closed defect (bug) (fixed)
Convert the taxonomy children cache into a transient
Reported by: | ryan | Owned by: | ryan |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Cache API | Keywords: | |
Focuses: | Cc: |
Description
category_children and all $taxonomy_children caches are currently options. Since this information is derived from other information persisted in the DB, it does not need to be stored in options in environments where an object cache is available. They can be converted to transients.
Change History (8)
#1
@
15 years ago
- Summary changed from Convert the taxnomy children cache into a transient to Convert the taxonomy children cache into a transient
#3
@
15 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
shouldn't the upgrader have a few lines to clean this up?
Note: See
TracTickets for help on using
tickets.
(In [12693]) Convert taxonomy children cache into a transient. fixes #11866