Thanks Ed!
I found out that I can see in the tmp folder a mysql_slow_query file that shows me what makes things slow. I saw it, but I cannot understand much of it. I recognize the database listed and some rows were problems occur.
If you don't mind, I am pasting the biggest file from today here. I hope it's fine :)
Can you help me figure out what all this means and how I can get rid of all these problems.
Sincerely, Mariana :)
# Thu Apr 12 09:02:38 2012
# Query_time: 1.586508 Lock_time: 0.001055 Rows_sent: 1 Rows_examined: 1
use livingci_livingupdated;
SET timestamp=1334242958;
SELECT message FROM uc_store_footers WHERE path_hash = '92fd05d8ffd92d564bac616903a6c8bf'
# Thu Apr 12 09:36:23 2012
# Query_time: 6.502032 Lock_time: 0.008239 Rows_sent: 0 Rows_examined: 29479
use livingci_livingupdated;
SET timestamp=1334244983;
SELECT t.word AS realword, i.word FROM search_total t LEFT JOIN search_index i ON t.word = i.word WHERE i.word IS NULL
# Thu Apr 12 09:42:37 2012
# Query_time: 1.019890 Lock_time: 0.000092 Rows_sent: 1 Rows_examined: 1
use livingci_livingupdated;
SET timestamp=1334245357;
SELECT n.nid, n.type, n.language, n.uid, n.status, n.created, n.changed, n.comment, n.promote, n.moderate, n.sticky, n.tnid, n.translate, r.vid, r.uid AS revision_uid, r.title, r.body, r.teaser, r.log, r.timestamp AS revision_timestamp, r.format, u.name, u.picture, u.data FROM node n INNER JOIN users u ON u.uid = n.uid INNER JOIN node_revisions r ON r.vid = n.vid WHERE n.nid = 1469