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.0016932487487793 sec |
| Average query time: | 0.00018813874986437 sec |
| Slowest query: | 0.00041699409484863 sec |
Bad queries:
| 0.00030612945556641 sec | SELECT name, value FROM wD_Misc |
| 0.00032687187194824 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=138 |
| 0.00041699409484863 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 = 138 ORDER BY m.status ASC, m.supplyCenterNo DESC, u.points DESC, m.id ASC |