Environment: dev, Version: deploy-0.1.4

System Debug Information

Memory Usage: 839.18KB
Peak Memory Usage: 931.14KB

Page Load Time: 0.03552 seconds (35.52 ms)

SQL Debug Information

Backbone - Main database

Tag:
Time: 0.0013659000396729 seconds

SELECT `countryID`, `countryCode`, `countryName`, `countryFavourite`, `countrySanctioned`
FROM `loc_countries`
WHERE (`countryDeleted` = 0)
ORDER BY `countryName` ASC


Tag:
Time: 0.0089089870452881 seconds

INSERT INTO `captcha`(
`captchaKey`, `captchaCode`, `captchaCreated`
)
VALUES(
'xigw95LSwYhO3PkLSoc/NxrfokTJHuKW', 'SGTSFF', 1784805105
)
ON DUPLICATE KEY UPDATE
`captchaKey` = VALUES(`captchaKey`), `captchaCode` = VALUES(`captchaCode`), `captchaCreated` = VALUES(`captchaCreated`)

Tag:
Time: 0.010734081268311 seconds

INSERT INTO `user_csrf`(
`sessionID`, `key`, `expiresTime`
)
VALUES(
0, 'v7FRND5460/Md4cAD/WyRV8TeI7MD3OX', 1785409905
)