_prime_comment_caches() is using too much memory
-
Currently my site has over 17,000+ comments.
When I open the edit-comments.php page, it’s slowly and using too much memory with high cpu usage.
Information: edit-comments.php had 23 queries in 0.1978 seconds, page to load in 7.930 seconds, using 66.65MB memory.
Always takes at least 65MB memory to load, and I also saw that had 2 queries from _prime_comment_caches(), it’s spent 0.1800+ seconds in this page since 4.4.
Why _prime_comment_caches() rebuild the cache each time when I open edit-comments.php page?(using memcached object cache)
Each time I open edit-comments.php page, _prime_comment_caches() do Memcached::Set 17,000+ time. It’s feeling so bad and wasted memory.
Any suggestions to help me fix this?
The topic ‘_prime_comment_caches() is using too much memory’ is closed to new replies.