Memory Usage: 731.40KB
Peak Memory Usage: 825.38KB
Page Load Time: 0.02485 seconds (24.85 ms)
Tag:
Time: 0.0010700225830078 seconds
SELECT `countryCode`, `countryName`, `countryFavourite`
FROM `loc_countries`
WHERE (`countryDeleted` = 0)
ORDER BY `countryName` ASC
Tag:
Time: 0.0014231204986572 seconds
INSERT INTO `captcha`(
`captchaKey`, `captchaCode`, `captchaCreated`
)
VALUES(
'Rv+HEdDbYf0vQyZjhTuMWKtnlEt3PG2D', 'S3TLTU', 1751430857
)
ON DUPLICATE KEY UPDATE
`captchaKey` = VALUES(`captchaKey`), `captchaCode` = VALUES(`captchaCode`), `captchaCreated` = VALUES(`captchaCreated`)
Tag:
Time: 0.00090813636779785 seconds
INSERT INTO `user_csrf`(
`sessionID`, `key`, `expiresTime`
)
VALUES(
0, 'JZwXh2gR1Zkr9ZvXfah/IiGfkLK5fIEQ', 1752035657
)