Ok, it started the other day. I finally upgraded vbshout to the 6.0.8 and then user tagging to 3.0.4. Then the site began to really take a hit. Load values were on par with each other, but mysql user was pegging 800%. Checked out the mysql process log and found this below:
How do i go about fixing this? Thanks
Code:
| mazdaspe_msf | Query | 60 | Sending
| data | SELECT t.* FROM credits_transaction AS t LEFT JOIN
| credits_event AS e ON (t.eventid = e.eventid) WHE |
| 41987 | mazdaspe_tarren | localhost | mazdaspe_msf | Query | 58 | Sending
| data | SELECT t.* FROM credits_transaction AS t LEFT JOIN
| credits_event AS e ON (t.eventid = e.eventid) WHE |
| 42062 | mazdaspe_tarren | localhost | mazdaspe_msf | Query | 46 | Sending
| data | SELECT t.* FROM credits_transaction AS t LEFT JOIN
| credits_event AS e ON (t.eventid = e.eventid) WHE |
| 42105 | mazdaspe_tarren | localhost | mazdaspe_msf | Query | 41 | Sending
| data | SELECT t.* FROM credits_transaction AS t LEFT JOIN
| credits_event AS e ON (t.eventid = e.eventid) WHE |
| 42117 | mazdaspe_tarren | localhost | mazdaspe_msf | Query | 39 | Sending
| data | SELECT t.* FROM credits_transaction AS t LEFT JOIN
| credits_event AS e ON (t.eventid = e.eventid) WHE |
| 42236 | mazdaspe_tarren | localhost | mazdaspe_msf | Query | 23 | Sending
| data | SELECT t.* FROM credits_transaction AS t LEFT JOIN
| credits_event AS e ON (t.eventid = e.eventid) WHE |
| 42355 | mazdaspe_tarren | localhost | mazdaspe_msf | Query | 5 | Sending
| data | SELECT t.* FROM credits_transaction AS t LEFT JOIN
| credits_event AS e ON (t.eventid = e.eventid) WHE |
How do i go about fixing this? Thanks