Memory Usage: 849.00KB
Peak Memory Usage: 936.90KB
Page Load Time: 0.01400 seconds (14.00 ms)
Tag:
Time: 0.00072693824768066 seconds
SELECT `countryID`, `countryCode`, `countryName`, `countryFavourite`, `countrySanctioned`
FROM `loc_countries`
WHERE (`countryDeleted` = 0)
ORDER BY `countryName` ASC
Tag:
Time: 0.0030009746551514 seconds
INSERT INTO `captcha`(
`captchaKey`, `captchaCode`, `captchaCreated`
)
VALUES(
'1fTwKNYUxC2UZ6Z2r7GRsU8fDvyKCbiy', 'NTWU4G', 1780933799
)
ON DUPLICATE KEY UPDATE
`captchaKey` = VALUES(`captchaKey`), `captchaCode` = VALUES(`captchaCode`), `captchaCreated` = VALUES(`captchaCreated`)
Tag:
Time: 0.00064206123352051 seconds
INSERT INTO `user_csrf`(
`sessionID`, `key`, `expiresTime`
)
VALUES(
0, 'cmagmhTxgZBvvAE5v8KMqBRWxILgiCgN', 1781538599
)