Excessive resource usage jetpack db query fault
-
Hello,
-since I have updated the latest Jetpack ( 2.2 version ), it is causing a extrem high server loads on CPU and Memory usage.
–When its not active its works everything as fine.
-When I activate it – It going server stats of cpu and RAM usage over 85 % – but when validate with a wordpress.com account ( gravatar account ) – after server-loads goes up to 98 % !!! – Hosting company warned me !.
I have tried de-activate all other plugins, so only Jetpack runs – and causing problem.
Also I can NOT edit the posts, its simmple a big blank nothing shows, if I open the posts from admin menu:
https://example.com/wp-admin/edit.phpFatal error: Out of memory (allocated 65011712) (tried to allocate 71 bytes) in /www/wp-includes/taxonomy.php on line 1906
I checked the home directory error_log :
((every 2 minutes the same lines .. ))
[19-Mar-2013 11:27:30 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘)
GROUP BY hmt_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 6′ at line 8 in the query
SELECT DISTINCT ID, post_title
FROM wp_posts
LEFT JOIN wp_term_relationships ON(wp_posts.ID = wp_term_relationships.object_id)
LEFT JOIN wp_term_taxonomy ON(wp_term_relationships.term_taxonomy_id = wp_term_taxonomy.term_taxonomy_id)
LEFT JOIN wp_terms ON(wp_term_taxonomy.term_id = wp_terms.term_id)
WHERE wp_posts.post_type = ‘post’
AND wp_posts.post_status = ‘publish’ AND wp_posts.ID <> 790 AND wp_term_taxonomy.taxonomy = ‘post_tag’
AND ()
GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 6
made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/Prestige/single.php’), do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, CPThemeShortCodes->dcs_related_posts–with twentytwelve theme the same results –
Help please.
CHeers, Zoltan
- The topic ‘Excessive resource usage jetpack db query fault’ is closed to new replies.