SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000411
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 28b150afa57c0c49e579e5b75ad8f9bb, a:5:{s:12:"sessionStart";i:1369109348;s:2:"ip";i:920669029;s:9:"userAgent";s:9:"CCBot/2.0";s:7:"isRobot";b:0;s:16:"previousActivity";i:0;}, 1369112948
Run Time: 0.000215
INSERT INTO xf_session_activity
(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date)
VALUES
(?, ?, ?, ?, ?, ?, ?, ?)
ON DUPLICATE KEY UPDATE
ip = VALUES(ip),
controller_name = VALUES(controller_name),
controller_action = VALUES(controller_action),
view_state = VALUES(view_state),
params = VALUES(params),
view_date = VALUES(view_date)
Params: 0, 920669029, 920669029, XenForo_ControllerPublic_Misc, Contact, valid, , 1369109348
Run Time: 0.000162
SELECT *
FROM xf_captcha_question
WHERE active = 1
ORDER BY RAND()
Run Time: 0.000928
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_captcha_question | ref | active | active | 1 | const | 1 | Using temporary; Using filesort |
INSERT INTO `xf_captcha_log` (`hash`, `captcha_type`, `captcha_data`, `captcha_date`) VALUES (?, ?, ?, ?)
Params: eb17053cc283e4ead826fbd9454f0aa4dced57e7, Question, 2, 1369109348
Run Time: 0.168617
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('page_nav', 'captcha_question', 'contact', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?Params: 3, 1
Run Time: 0.000602
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 160 | | 4 | Using where |