Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #22661, comment 24


Ignore:
Timestamp:
02/21/2018 02:59:40 PM (7 years ago)
Author:
markjaquith
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22661, comment 24

    initial v1  
    1616running Memcache or Redis like you are in production.
    1717
    18 * Accounts for multisite, which may re-initialize the object cache
    19 multiple times.
    20 * Accounts for object caches that may include `object-cache.php` during
    21 `advanced-cache.php` (before WP loads it).
     18* Accounts for multisite, which may re-initialize the object cache multiple times.
     19* Accounts for object caches that may include `object-cache.php` during `advanced-cache.php` (before WP loads it).
    2220
    2321Props jtsternberg, markjaquith.