Quote:
Originally Posted by Thakazum Are you on shared hosting? First step in fixing this is moving off that if finances can support it. |
We own the box.
Quote:
|
Have you checked your slow query logs? This looks like the result of some really slow queries causing subsequent queries to wait.
|
Possible. I honestly think I've been looking in the wrong place. File transfers where the database isn't involved at all have been slow as well - this is leading me to rexamine the httpd.conf settings.
Quote:
|
Disk access speed could also be a culprit.
|
Likely but won't be addressable until after the OS reinstall sometime next month or September.
Quote:
|
I suggest moving the wiki to a different MySQL instance.
|
I'm using MyISAM tables. The database that the tables reside in is irrelevant.
Quote:
|
Another suggestion, which I don't expect anyone to take seriously - remove or significantly reduce the database access occurring on the front page. I'm assuming most of your traffic hits that page. Try caching that page or just make it static altogether.
|
It is.