Memory Usage: 732.41KB
Peak Memory Usage: 825.56KB
Page Load Time: 0.02363 seconds (23.63 ms)
Tag:
Time: 0.00086402893066406 seconds
SELECT `countryCode`, `countryName`, `countryFavourite`
FROM `loc_countries`
WHERE (`countryDeleted` = 0)
ORDER BY `countryName` ASC
Tag:
Time: 0.0012838840484619 seconds
INSERT INTO `captcha`(
`captchaKey`, `captchaCode`, `captchaCreated`
)
VALUES(
'TWE3C2/NqzVOO6yTouWPAj1lHAkT4pBo', 'BE9YGH', 1757977660
)
ON DUPLICATE KEY UPDATE
`captchaKey` = VALUES(`captchaKey`), `captchaCode` = VALUES(`captchaCode`), `captchaCreated` = VALUES(`captchaCreated`)
Tag:
Time: 0.00091719627380371 seconds
INSERT INTO `user_csrf`(
`sessionID`, `key`, `expiresTime`
)
VALUES(
0, 'ifSI7w9WtBR+3JUsti0lc8/AsA4U73RS', 1758582460
)