Make WordPress Core

Opened 17 years ago

Closed 16 years ago

Last modified 16 years ago

#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 @ryan
17 years ago

  • Summary Convert the taxnomy children cache into a transientConvert the taxonomy children cache into a transient

#2 @ryan
17 years ago

  • Resolutionfixed
  • Status newclosed

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

#3 @Denis-de-Bernardy
17 years ago

  • Resolution fixed
  • Status closedreopened

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

#4 @ryan
17 years ago

Indeed.

#5 @dd32
16 years ago

  • Resolutionfixed
  • Status reopenedclosed

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

#6 @dd32
16 years ago

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

#8 @ryan
16 years ago

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

Note: See TracTickets for help on using tickets.