Object Cache cause slowness in the admin
-
I just found that the Object Cache seem to cause problem in the WordPress administration.
In wp-includes/update.php, WordPress check, with wp_version_check and other function, for update with the www.remarpro.com api. There is normally a timeout of 60 seconds between request, but with object cache, it does all the check at each admin page loading. That is multiple request at 1.5sec and more each.
In the function wp_version_check, at line 34, WordPress does a get_site_transient. It seem that the object cache prevent it from returning the last check and so it always redo the check.
- The topic ‘Object Cache cause slowness in the admin’ is closed to new replies.