APCu cache should not be enable for admin Dashboard
-
For admins, working on the admin Dashboard, creating Posts or Pages or menus the APCu cache should be skipped, because in some cases it overwrites Posta or Pages or Revisions which could have content lost
On line 17
if ( is_admin() || ( defined( 'LOGGED_IN_COOKIE' ) && isset( $_COOKIE[ LOGGED_IN_COOKIE ] ) ) ) {
return;
}or add a flag in settings to skip the cache
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.