SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000334
| 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: 27f3edfc36a4a62678fca197e2c9ae07, a:5:{s:12:"sessionStart";i:1369103518;s:2:"ip";i:920782109;s:9:"userAgent";s:9:"CCBot/2.0";s:7:"isRobot";b:0;s:16:"previousActivity";i:0;}, 1369107118
Run Time: 0.000189
SELECT *
FROM xf_captcha_question
WHERE active = 1
ORDER BY RAND()
Run Time: 0.000597
| 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: 9023e00eb82fa75e77cf8eb1312a4a5112a18b8a, Question, 1, 1369103518
Run Time: 0.610746
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('page_nav', 'captcha_question', 'lost_password', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?Params: 3, 1
Run Time: 0.001212
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 160 | | 4 | Using where |