Make WordPress Core

Opened 12 years ago

Closed 3 years ago

Last modified 3 years ago

#22174 closed defect (bug) (duplicate)

_get_non_cached_ids() should use wp_cache_get_multi(), if available.

Reported by: ryan's profile ryan Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.4.2
Component: Cache API Keywords: has-patch
Focuses: Cc:

Description

Add wp_cache_get_multi() to all cache backends and conditionally use it in _get_non_cached_ids() so that post objects can be fetched from cache in parallel.

Attachments (1)

22174.diff (844 bytes) - added by wonderboymusic 11 years ago.

Download all attachments as: .zip

Change History (10)

#1 @scribu
12 years ago

  • Cc scribu added

#2 @nacin
12 years ago

Original ticket for wp_cache_get_multi(), #20875.

#3 @aaroncampbell
12 years ago

  • Cc aaroncampbell added

#4 @wonderboymusic
11 years ago

  • Keywords has-patch added
  • Milestone changed from Future Release to 3.7

Patch gets the ball rolling - wp_cache_get_multi() is in #20875

#5 @nacin
11 years ago

  • Milestone changed from 3.7 to Future Release

#6 @chriscct7
9 years ago

  • Milestone Future Release deleted
  • Resolution set to maybelater
  • Status changed from new to closed

#20875 (a dependency for this ticket) is closed, thus closing this as maybelater as well

#7 @jeremyfelt
9 years ago

  • Milestone set to Future Release
  • Resolution maybelater deleted
  • Status changed from closed to reopened

Reopening along with #20875 for a hopeful future.

#8 @spacedmonkey
3 years ago

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

Duplicate of #50352.

Note: See TracTickets for help on using tickets.