Quote:
Originally Posted by MrZeropage
I think I found the code that causes a higher serverload, just waiting for confirmation of that.
Well, "it's not a bug, it's a feature" 
It is a feature I implemented and if that was the reason I will do a switch in AdminCP to turn it on/off ... Until v2.5.7+ is out I will provide a QuickFix for that here
|
Have you released the quickfix?
Server loads via the arcade are an issue on my site as well...
Quote:
Originally Posted by Barabaika
At least, it's much faster for me now.
I've created indexes and fixed several queries.
When I had looked at the server load, it was mainly MySQL that created it by getting the data for the arcade page.
The easiest way is to log slow queries in MySQL and then investigate them.
http://dev.mysql.com/doc/refman/5.0/...query-log.html
There can be other problems as well.
|
Please explain how you indexed each table and the other query fixes you implemented...