Author: binh.tang » Sat Jan 12, 2008 1:04 pm
Rosey,
I had that problem for quite some time but luckily as I was a dedicated server, didn't make too much of an impact (though still slow on my site too).
I found the biggest problem was some tables in the database didn't have any INDEX on them, so it make the queries slower as it had no index on that table to search for information so it had to go through the whole table. If you have a large table with thousands or records, this could take awhile.
I'm no database guru, but since going through all the tables from myphpadmin and creating at least one index on that table has made a huge difference.
Hopefully that helps.
Last edited by binh.tang on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.