When your Query Time is almost as large as your Parse Time, it means your MySQL server is taking forever to retrieve your data, and thus it needs some serious tuning by the server administrator. Either by fixing memory allocations and cache settings, or even by just ensuring that all the indexes originally set are actually still in place. And if the server's hard drives are running out of space allotted to MySQL, that should be fixed as well.




