Memory Usage: 849.95KB
Peak Memory Usage: 937.84KB
Page Load Time: 0.01545 seconds (15.45 ms)
Tag:
Time: 0.00096011161804199 seconds
SELECT `countryID`, `countryCode`, `countryName`, `countryFavourite`, `countrySanctioned`
FROM `loc_countries`
WHERE (`countryDeleted` = 0)
ORDER BY `countryName` ASC
Tag:
Time: 0.0011599063873291 seconds
INSERT INTO `captcha`(
`captchaKey`, `captchaCode`, `captchaCreated`
)
VALUES(
'z8BHFz6Kd1bUTKrr1lZwKi79oShbo6ei', 'DK95AH', 1789399512
)
ON DUPLICATE KEY UPDATE
`captchaKey` = VALUES(`captchaKey`), `captchaCode` = VALUES(`captchaCode`), `captchaCreated` = VALUES(`captchaCreated`)
Tag:
Time: 0.00078892707824707 seconds
INSERT INTO `user_csrf`(
`sessionID`, `key`, `expiresTime`
)
VALUES(
0, 'EV6x67ol0n2kSlRNvoaVB4rJeXvpqKQN', 1790004312
)