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.
| Total query time: | 0.0052800178527832 sec |
| Average query time: | 0.00048000162298029 sec |
| Slowest query: | 0.0023179054260254 sec |
Bad queries:
| 0.00026202201843262 sec | SELECT name, value FROM wD_Misc |
| 0.00032591819763184 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=10 |
| 0.00037217140197754 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 = 10 ORDER BY m.status ASC, m.supplyCenterNo DESC, u.points DESC, m.id ASC |
| 0.0023179054260254 sec | SELECT id, name FROM wD_Territories WHERE mapID=9 |
| 0.0014159679412842 sec | SELECT turn, countryID, LOWER(unitType) as unitType, LOWER(type) as type, terrID, toTerrID, fromTerrID, viaConvoy, success, dislodged FROM wD_MovesArchive WHERE gameID = 10 ORDER BY turn DESC, countryID ASC |