And also:Β
SELECTΒ count(*)
FROMΒ `wp_3cy42zznwz_wpforo_posts`
WHEREΒ `wp_3cy42zznwz_wpforo_posts`.`postid` > 33230
Β
And Wpforo activites seems to be a common problem:
SELECTΒ *
FROMΒ wp_3cy42zznwz_wpforo_activity
WHEREΒ `itemtype` = 'alert'
ANDΒ `userid` = 167
ANDΒ `type`Β NOTΒ IN('new_like')
ORDERΒ BYΒ idΒ ASC
LIMITΒ 100
Β
I think i may have sorted this. There was a spike in database queries or something causing the memory to spike. Im still not sure what caused it but i think everythingis working fine now....Β
Β
Any ideas?Β
No, this hasn't worked, I am still having issues with slow queries, mainly from the likes and posts databases i think??Β
It seems as if something is sending alot of database queiries to the server causing hi CPU.Β
I use most of the add ons for wpforo, could it be something wrong with one of those?
wpForoPost->get_post_likes_count()
This is a common one, does this help at all?
Ok, I found that table, what exacltey should i do when im in there mate?