Quote:
Originally posted by NexDog
Daniel,
Changing the limits in tetris.php is the easiestoption and doesn't produce any more queries.
|
I could be wrong, but from the code I can see that for each score in the leader board it does another query to get the users username, this line:
PHP Code:
$user_result = $DB_site->query("SELECT username FROM user WHERE userid='$s_userid'");
This will result in a query for each person listed on the leaderboard