05.04.2013, 21:28
You aren't using it correctly. Look up tutorials for MySQL optimization, there are thousands.
You also shouldn't be querying everything. For example, you could store temporary race checkpoints in an array while it is being used.
You also shouldn't be querying everything. For example, you could store temporary race checkpoints in an array while it is being used.