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.