Quote:
Originally Posted by Thakazum Are you on shared hosting? First step in fixing this is moving off that if finances can support it.
Have you checked your slow query logs? This looks like the result of some really slow queries causing subsequent queries to wait.
Disk access speed could also be a culprit.
I suggest moving the wiki to a different MySQL instance.
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. |
Well let's try yet *another* setting, see what it does. This time I'll dial mysql back on its memory requirements.