The last process time was over 12 minutes ago (at 01 Mar 26 UTC); the server is not processing games until the cause is found and games are given extra time.
You can't view this game, it is a sandbox game which you didn't create. You can ask the creator for a public link.
| Total query time: | 0.00048255920410156 sec |
| Average query time: | 5.3617689344618E-5 sec |
| Slowest query: | 0.00014901161193848 sec |
Bad queries:
| 5.3882598876953E-5 sec | SELECT name, value FROM wD_Misc |
| 0.00010395050048828 sec | SELECT g.id, g.variantID, LOWER(HEX(g.password)) as password, g.turn, g.phase, g.processTime, g.name, g.gameOver, g.attempts, g.pot, g.potType, g.phaseMinutes, g.phaseMinutesRB, g.nextPhaseMinutes, g.phaseSwitchPeriod, g.processStatus, g.pauseTimeRemaining, g.minimumBet, g.anon, g.pressType, g.missingPlayerPolicy, g.drawType, g.minimumReliabilityRating, g.excusedMissedTurns, g.playerTypes, g.startTime, g.directorUserID, g.sandboxCreatedByUserID, t.directorID tournamentDirectorUserID, t.coDirectorID tournamentCodirectorUserID FROM wD_Games g LEFT JOIN wD_TournamentGames tg ON g.id = tg.gameID LEFT JOIN wD_Tournaments t ON t.id = tg.tournamentID WHERE g.id=243 |
| 0.00014901161193848 sec | SELECT m.id AS id, m.userID AS userID, m.gameID AS gameID, m.countryID AS countryID, m.status AS status, m.orderStatus AS orderStatus, m.bet AS bet, m.missedPhases as missedPhases, m.timeLoggedIn as timeLoggedIn, m.newMessagesFrom AS newMessagesFrom, m.votes AS votes, m.supplyCenterNo as supplyCenterNo, m.unitNo as unitNo, m.excusedMissedTurns as excusedMissedTurns, COALESCE(m.hideNotifications,0) as hideNotifications, u.username AS username, u.points AS points, m.pointsWon as pointsWon, 0 as online, u.type as userType FROM wD_Members m INNER JOIN wD_Users u ON ( m.userID = u.id ) WHERE m.gameID = 243 ORDER BY m.status ASC, m.supplyCenterNo DESC, u.points DESC, m.id ASC |