WordPress.org

Make WordPress Core

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#4138 closed defect (bug) (fixed)

Add to cache rather than set cache when data not changed

Reported by: ryan Owned by: ryan
Priority: low Milestone:
Component: Administration Version: 2.2
Severity: normal Keywords: cache
Cc:

Description

There are several places where we should be using wp_cache_add instead of wp_cache_set to save unnecessary cache writes.

Attachments (1)

cache_add.diff (3.6 KB) - added by ryan 6 years ago.
wp_cache_add

Download all attachments as: .zip

Change History (3)

ryan6 years ago

wp_cache_add

comment:1 ryan6 years ago

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

(In [5248]) Actually make use of wp_cache_add to avoid unnecessary cache writes. Props skeltoac. fixes #4138

comment:2 anonymous6 years ago

  • Milestone 2.1.4 deleted

Milestone 2.1.4 deleted

Note: See TracTickets for help on using tickets.