This query repit a lot off:
11979542 portalpe_ localhost portalpe_p 0 Query UPDATE phpbb_users SET user_active = 1 WHERE user_id = '2'
11979543 portalpe_ localhost portalpe_p 0 Query UPDATE phpbb_users SET user_active = 1 WHERE user_id = '2'
11979545 portalpe_ localhost portalpe_p 0 Query UPDATE phpbb_users SET user_active = 1 WHERE user_id = '2'
This queries take a lot of time(the five column is the time taked):
11979494 portalpe_ localhost portalpe_p 1 Query SELECT u.username, u.user_id, u.user_posts, u.user_from, u.user_fr
11979516 portalpe_ localhost portalpe_p 2 Query SELECT u.username, u.user_point, u.user_id, u.user_posts, u.user_f
11979519 portalpe_ localhost portalpe_p 2 Query SELECT u.username, u.user_point, u.user_id, u.user_posts, u.user_f
11979521 portalpe_ localhost portalpe_p 2 Query SELECT u.username, u.user_point, u.user_id, u.user_posts, u.user_f
11979534 portalpe_ localhost portalpe_p 2 Query UPDATE phpbb_users SET user_active = 1 WHERE user_id = '2'
11979493 portalpe_ localhost portalpe_p 3 Query SELECT t.topic_id, t.topic_title, t.topic_last_post_id, t.forum_id
11979514 portalpe_ localhost portalpe_p 3 Query SELECT t.topic_id, t.topic_title, t.topic_last_post_id, t.forum_id
11979518 portalpe_ localhost portalpe_p 3 Query SELECT t.topic_id, t.topic_title, t.topic_last_post_id, t.forum_id
Could you explain how can i avoid this? maybe is a module that i can disable?
This is de forum: www.portalpez.com
Has 7000 visits per day.
Edit:
I disable cashmod... still have karma mod active.