Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#11866 closed defect (bug) (fixed)

Convert the taxonomy children cache into a transient

Reported by: ryan's profile ryan Owned by: ryan's profile 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 @ryan
15 years ago

  • Summary changed from Convert the taxnomy children cache into a transient to Convert the taxonomy children cache into a transient

#2 @ryan
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [12693]) Convert taxonomy children cache into a transient. fixes #11866

#3 @Denis-de-Bernardy
15 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

shouldn't the upgrader have a few lines to clean this up?

#4 @ryan
15 years ago

Indeed.

#5 @dd32
15 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

(In [14138]) Delete old hierarchical taxonomy children cache' on upgrade. Fixes #11866

#6 @dd32
15 years ago

(In [14140]) Bump the other upgrade check, Fixes r14138. See #11866

#8 @ryan
15 years ago

(In [14727]) Remove taxonomy children cache purge. see #11866

Note: See TracTickets for help on using tickets.