Memory Usage: 732.51KB
Peak Memory Usage: 825.66KB
Page Load Time: 0.02379 seconds (23.79 ms)
Tag:
Time: 0.00086307525634766 seconds
SELECT `countryCode`, `countryName`, `countryFavourite`
FROM `loc_countries`
WHERE (`countryDeleted` = 0)
ORDER BY `countryName` ASC
Tag:
Time: 0.0013120174407959 seconds
INSERT INTO `captcha`(
`captchaKey`, `captchaCode`, `captchaCreated`
)
VALUES(
'gUO1CivAZtdnAZvGWXrUpwLdPwk2Y72w', 'UVD9WZ', 1752881449
)
ON DUPLICATE KEY UPDATE
`captchaKey` = VALUES(`captchaKey`), `captchaCode` = VALUES(`captchaCode`), `captchaCreated` = VALUES(`captchaCreated`)
Tag:
Time: 0.0008699893951416 seconds
INSERT INTO `user_csrf`(
`sessionID`, `key`, `expiresTime`
)
VALUES(
0, 'J/l4eQs/pAEJ8VV1Ifnz4u3+v7KjrVaN', 1753486249
)