SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000322
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT EWRcarta_pages.*, xf_liked_content.like_date
FROM EWRcarta_pages
LEFT JOIN xf_liked_content
ON (xf_liked_content.content_type = 'wiki'
AND xf_liked_content.content_id = EWRcarta_pages.page_id
AND xf_liked_content.like_user_id = 0)
WHERE page_slug = ?
Params: left-4-dead-2
Run Time: 0.001457
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRcarta_pages | const | page_slug | page_slug | 302 | const | 1 | |
| SIMPLE | xf_liked_content | const | content_type_id_like_user_id | content_type_id_like_user_id | 85 | const,const,const | 0 | unique row not found |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (15)
ORDER BY attachment.content_id, attachment.attach_date
Params: wiki
Run Time: 0.001505
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 81 | const,const | 1 | Using index condition; Using where |
| SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | valvetime_forums.attachment.data_id | 1 | |
UPDATE EWRcarta_pages
SET page_views = page_views+1
WHERE page_id = ?
Params: 15
Run Time: 0.008277
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, 839918745, 839918745, EWRcarta_ControllerPublic_Wiki, Index, valid, page_slug=left-4-dead-2, 1371588574
Run Time: 0.000325
SELECT *
FROM EWRcarta_cache
WHERE page_id = ?
Params: 15
Run Time: 0.000807
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRcarta_cache | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
Run Time: 0.000569
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRcarta_pages | const | page_slug | page_slug | 302 | const | 1 | |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('page_nav', 'bdtagme_tag', 'EWRcarta_PageView_NoSide', 'nat_childlinks')
AND style_id = ?
AND language_id = ?Params: 9, 1
Run Time: 0.000285
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 160 | | 4 | Using where |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('home')Params: 1
Run Time: 0.000213
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 231 | const,const | 1 | |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('EWRporta_Navtabs', 'steam_navtabs', 'EWRcarta_Navtabs', 'steam_login_bar_item', 'steam_navigation_visitor_tab_link', 'steam_account_wrapper_sidebar_settings', 'steam_message_user_info', 'steam_js', 'steamstats_js', 'steam_member_view_info', 'steam_message_content', 'steam_helper_criteria_privs', 'steam_member_card_info', 'steam_footer', 'steam_public_index', 'steam_public_owned', 'steam_public_played', 'steam_public_recent', 'wf_hook_moderator_bar', 'wf_revealer', 'forumwatch_navigation_tabs_forums', 'attachmentviewer_navigation_tabs_forums', 'attachmentviewer_navigation_visitor_tab', 'bdtagme_PAGE_CONTAINER', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?Params: 9, 1
Run Time: 0.000398
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 160 | | 25 | Using where |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('bbcm_js')
AND style_id = ?
AND language_id = ?Params: 9, 1
Run Time: 0.000244
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_template_compiled | const | PRIMARY | PRIMARY | 160 | const,const,const | 1 | |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('MobileIcons_Links')
AND style_id = ?
AND language_id = ?Params: 9, 1
Run Time: 0.000228
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_template_compiled | const | PRIMARY | PRIMARY | 160 | const,const,const | 1 | |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('BrowserUpdate')
AND style_id = ?
AND language_id = ?Params: 9, 1
Run Time: 0.000262
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_template_compiled | const | PRIMARY | PRIMARY | 160 | const,const,const | 1 | |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('social_connect_status_editor')
AND style_id = ?
AND language_id = ?Params: 9, 1
Run Time: 0.000284
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_template_compiled | const | PRIMARY | PRIMARY | 160 | const,const,const | 1 | |