Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #16287, comment 2


Ignore:
Timestamp:
01/18/2011 03:21:19 PM (14 years ago)
Author:
digitalnature
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16287, comment 2

    initial v1  
    11I did take a look. Object cache is disabled by default so that will not happen on most WP sites out there.
     2
     3Also using globals for this would be faster than any file-based cache system. Eventually you could store options that have large values in cache...