#11866 closed defect (bug) (fixed)
Convert the taxonomy children cache into a transient
| Reported by: | ryan | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Cache API | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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
@
17 years ago
- Summary Convert the taxnomy children cache into a transient → Convert the taxonomy children cache into a transient
#3
@
17 years ago
- Resolution fixed
- Status closed → reopened
shouldn't the upgrader have a few lines to clean this up?
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [12693]) Convert taxonomy children cache into a transient. fixes #11866