[ad_1]
Replies: 1
Two years later, this is still broken, anything that evaluates to empty($value) is set as false. In our case it was an empty array. This is a bug that should be fixed.
object-cache.php line 245
if ( ( empty( $value ) && ! strpos( $key, ‘et_check_mod_pagespeed’ ) ) || ( is_integer( $value ) && -1 == $value ) ){
$value = false;