Memory Usage: 849.03KB
Peak Memory Usage: 936.93KB
Page Load Time: 0.01235 seconds (12.35 ms)
Tag:
Time: 0.00088691711425781 seconds
SELECT `countryID`, `countryCode`, `countryName`, `countryFavourite`, `countrySanctioned`
FROM `loc_countries`
WHERE (`countryDeleted` = 0)
ORDER BY `countryName` ASC
Tag:
Time: 0.0009300708770752 seconds
INSERT INTO `captcha`(
`captchaKey`, `captchaCode`, `captchaCreated`
)
VALUES(
'pedYtby+SUBPknd52O1vfr5A+ALl1TZA', 'FSM4KW', 1780164951
)
ON DUPLICATE KEY UPDATE
`captchaKey` = VALUES(`captchaKey`), `captchaCode` = VALUES(`captchaCode`), `captchaCreated` = VALUES(`captchaCreated`)
Tag:
Time: 0.00064611434936523 seconds
INSERT INTO `user_csrf`(
`sessionID`, `key`, `expiresTime`
)
VALUES(
0, 'jJ4LmWVlK309Z5bkl1QTQ2bT7Hb6YzNi', 1780769751
)