wp_cache_add_non_persistent_groups()
-
This was asked once before, a long time ago, but there was no response.
Why are these groups set to be non-persistent in core? I would think that in the interest of performance these values could benefit from a little bit of caching – even 60 seconds.
wp_cache_add_non_persistent_groups( array( 'comment', 'counts', 'plugins' ) );https://github.com/WordPress/WordPress/blob/master/wp-includes/load.php#L455
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘wp_cache_add_non_persistent_groups()’ is closed to new replies.