Quote Originally Posted by Armok View Post
So there a a lot of features that people are requestion, that can't be done untill AFTER they have sorted these "server problems."

Which im fine with, I don't want features that are annoying.

But what exactly is the problem with them?

Are they not powerful enough...

Are the server requests coded bad...

Or is it that the servers are just not coded to grab
that much info, therefore even basic stuff needs to
be worked from the ground up?

Most likely its an issue with database access times. As that appears to be what causes the biggest slowdown for the UI currently. Every time you open a new window it has to access a remote database. When you have a lot of players using the same database it slows down even more. A lot of what will fix this is simply moving more and more of the data from the database and into the local client, but some data shouldn't be shared with the local client that way because of hackers and other issues.