Ticket #5570 (closed defect: fixed)

Opened 6 months ago

Last modified 2 months ago

Remove default persistent object cache

Reported by: ryan Assigned to: anonymous
Priority: normal Milestone: 2.5
Component: General Version: 2.5
Severity: normal Keywords: cache
Cc:

Description

The persistent object cache is not enabled by default and is not actively maintained. Let's remove it. It can be resurrected as a third-party cache backend. The in-memory caching parts of cache.php should be retained.

Attachments

no_persistent_cache.diff (9.9 kB) - added by ryan on 01/02/08 21:55:45.

Change History

01/02/08 21:55:45 changed by ryan

  • attachment no_persistent_cache.diff added.

01/02/08 22:01:37 changed by westi

+1

I am quite happy to take this on as a plugin as well.

01/02/08 22:13:16 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [6539]) Remove persistent object cache. fixes #5570

01/02/08 23:03:25 changed by ryan

(In [6540]) Fix cache close. see #5570

05/15/08 21:48:10 changed by bitethemailman

  • status changed from closed to reopened.
  • version changed from 2.5 to 2.3.2.
  • resolution deleted.

includes/function.php still makes serialization calls, throwing a PHP memory error when it runs out of space.

05/16/08 01:10:45 changed by DD32

includes/function.php still makes serialization calls, throwing a PHP memory error when it runs out of space.

That'd be due to options being set/updated, they *have* to be serialised if they're not a simple string. So by the sounds of it, Something is storing rather large options which overflows the memory limits?

05/16/08 01:12:10 changed by DD32

  • status changed from reopened to closed.
  • version changed from 2.3.2 to 2.5.
  • resolution set to fixed.

reseting to 2.5 version. Infact, It'd be better to seek help in the support forums, or open a ticket which refers to your problem specifically. This ticket was for the removal of the cache, which doesnt affect you. (Assuming you're running an uptodate version of WordPress)