Memory Usage: 849.95KB
Peak Memory Usage: 937.84KB
Page Load Time: 0.01214 seconds (12.14 ms)
Tag:
Time: 0.00074410438537598 seconds
SELECT `countryID`, `countryCode`, `countryName`, `countryFavourite`, `countrySanctioned`
FROM `loc_countries`
WHERE (`countryDeleted` = 0)
ORDER BY `countryName` ASC
Tag:
Time: 0.0010840892791748 seconds
INSERT INTO `captcha`(
`captchaKey`, `captchaCode`, `captchaCreated`
)
VALUES(
'zBZZF5UUwwyRrnAyPqaV0yJUBqdSulBK', '5LFN8Y', 1789141102
)
ON DUPLICATE KEY UPDATE
`captchaKey` = VALUES(`captchaKey`), `captchaCode` = VALUES(`captchaCode`), `captchaCreated` = VALUES(`captchaCreated`)
Tag:
Time: 0.00069618225097656 seconds
INSERT INTO `user_csrf`(
`sessionID`, `key`, `expiresTime`
)
VALUES(
0, 'OD9H9oEemlxIV9tKOUzeJ4RsBrBCsJn2', 1789745902
)