-
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000180
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
xf_permission_combination |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
-
SELECT resource.*
,
version.version_string,
version.release_date,
version.download_url,
version.rating_count AS version_rating_count,
version.rating_sum AS version_rating_sum,
version.download_count AS version_download_count,
user.*, user_profile.*, IF(user.username IS NULL, resource.username, user.username) AS username,
attachment.attachment_id,
attachment.view_count AS attachment_view_count,
attachment_data.filename AS attachment_filename,
attachment_data.file_size AS attachment_file_size,
feature.feature_date,
0 AS is_watched,
0 AS last_download_date
FROM xf_resource AS resource
LEFT JOIN xf_resource_version AS version ON
(version.resource_version_id = resource.current_version_id)
LEFT JOIN xf_user AS user ON
(user.user_id = resource.user_id)
LEFT JOIN xf_user_profile AS user_profile ON
(user_profile.user_id = resource.user_id)
LEFT JOIN xf_attachment AS attachment ON
(attachment.content_type = 'resource_version' AND attachment.content_id = version.resource_version_id)
LEFT JOIN xf_attachment_data AS attachment_data ON
(attachment_data.data_id = attachment.data_id)
LEFT JOIN xf_resource_feature AS feature ON
(feature.resource_id = resource.resource_id)
WHERE resource.resource_id = ?
Params: 62
Run Time: 0.000752
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
SIMPLE |
version |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
SIMPLE |
user |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
SIMPLE |
user_profile |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
SIMPLE |
attachment |
ref |
content_type_id_date |
content_type_id_date |
31 |
const,const |
1 |
Using where |
SIMPLE |
attachment_data |
eq_ref |
PRIMARY |
PRIMARY |
4 |
fifavnor_xf.attachment.data_id |
1 |
|
SIMPLE |
feature |
eq_ref |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
-
SELECT resource_category.*
,
permission.cache_value AS category_permission_cache
FROM xf_resource_category AS resource_category
LEFT JOIN xf_permission_cache_content AS permission
ON (permission.permission_combination_id = 1
AND permission.content_type = 'resource_category'
AND permission.content_id = resource_category.resource_category_id)
WHERE resource_category.resource_category_id = ?
Params: 25
Run Time: 0.000221
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource_category |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
SIMPLE |
permission |
const |
PRIMARY |
PRIMARY |
35 |
const,const,const |
1 |
|
-
SELECT resource_update.*
,
0 AS like_date,
679 AS user_id
FROM xf_resource_update AS resource_update
WHERE resource_update.resource_update_id = ?
Params: 214
Run Time: 0.000172
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource_update |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
-
SELECT resource_update.*
FROM xf_resource_update AS resource_update
WHERE (resource_update.resource_update_id <> 214) AND (resource_update.message_state = 'visible') AND (resource_update.resource_id = 62)
ORDER BY resource_update.post_date DESC
LIMIT 3
Run Time: 0.000257
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource_update |
ref |
PRIMARY,resource_id_post_date |
resource_id_post_date |
4 |
const |
6 |
Using where; Backward index scan |
-
SELECT resource.*
,
version.version_string,
version.release_date,
version.download_url,
version.rating_count AS version_rating_count,
version.rating_sum AS version_rating_sum,
version.download_count AS version_download_count,
permission.cache_value AS category_permission_cache
FROM xf_resource AS resource
LEFT JOIN xf_resource_version AS version ON
(version.resource_version_id = resource.current_version_id)
LEFT JOIN xf_permission_cache_content AS permission
ON (permission.permission_combination_id = 1
AND permission.content_type = 'resource_category'
AND permission.content_id = resource.resource_category_id)
WHERE (resource.user_id = 679) AND (resource.resource_id <> 62) AND (resource.resource_state = 'visible')
ORDER BY resource.last_update DESC
LIMIT 10
Run Time: 0.000435
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource |
ref |
PRIMARY,user_id_last_update |
user_id_last_update |
4 |
const |
11 |
Using where; Backward index scan |
SIMPLE |
version |
eq_ref |
PRIMARY |
PRIMARY |
4 |
fifavnor_xf.resource.current_version_id |
1 |
|
SIMPLE |
permission |
eq_ref |
PRIMARY |
PRIMARY |
35 |
const,const,fifavnor_xf.resource.resource_category_id |
1 |
Using where |
-
SELECT 1
FROM xf_resource_purchased
WHERE user_id = ?
AND resource_id = ?
AND active = 1
LIMIT 1
Params: 0, 62
Run Time: 0.000154
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
xf_resource_purchased |
ref |
resource_id,user_id,user_resource,active |
resource_id |
4 |
const |
1 |
Using where |
-
SELECT thread.*
,
user.gender, user.avatar_date, user.gravatar,
NULL AS thread_read_date,
0 AS thread_reply_banned,
0 AS thread_is_watched,
'' AS draft_message, NULL AS draft_extra
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
WHERE thread.thread_id = ?
Params: 2869
Run Time: 0.000308
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
thread |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
SIMPLE |
user |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
-
SELECT node.*, forum.*
,
permission.cache_value AS node_permission_cache,
NULL AS forum_read_date
FROM xf_forum AS forum
INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
LEFT JOIN xf_permission_cache_content AS permission
ON (permission.permission_combination_id = 1
AND permission.content_type = 'node'
AND permission.content_id = forum.node_id)
WHERE node.node_id = ?
Params: 101
Run Time: 0.000262
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
forum |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
SIMPLE |
node |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
SIMPLE |
permission |
const |
PRIMARY |
PRIMARY |
35 |
const,const,const |
1 |
|
-
SELECT resource.*
FROM xf_resource AS resource
WHERE resource.discussion_thread_id = ?
LIMIT 1
Params: 2869
Run Time: 0.000227
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource |
ref |
discussion_thread_id |
discussion_thread_id |
4 |
const |
1 |
|
-
SELECT EWRporta2_articles.*, xf_thread.*, xf_post.*, xf_user.*, EWRporta2_authors.*
FROM EWRporta2_articles
INNER JOIN xf_thread ON (xf_thread.thread_id = EWRporta2_articles.thread_id)
INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
LEFT JOIN EWRporta2_authors ON (EWRporta2_authors.user_id = xf_thread.user_id)
WHERE EWRporta2_articles.thread_id = ?
Params: 2869
Run Time: 0.000677
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
|
|
|
|
|
|
|
no matching row in const table |
-
SELECT post.*
,
user.*, IF(user.username IS NULL, post.username, user.username) AS username,
user_profile.*,
user_privacy.*,
session_activity.view_date AS last_view_date,
0 AS like_date
FROM xf_post AS post
LEFT JOIN xf_user AS user ON
(user.user_id = post.user_id)
LEFT JOIN xf_user_profile AS user_profile ON
(user_profile.user_id = post.user_id)
LEFT JOIN xf_user_privacy AS user_privacy ON
(user_privacy.user_id = post.user_id)
LEFT JOIN xf_session_activity AS session_activity ON
(post.user_id > 0 AND session_activity.user_id = post.user_id AND session_activity.unique_key = CAST(post.user_id AS BINARY))
WHERE post.thread_id = ?
AND (post.schedule_message_date = 0 OR post.user_id = 0)
AND (post.position >= 20 AND post.position < 30)
AND (post.message_state IN ('visible'))
ORDER BY post.position ASC, post.schedule_message_date ASC, post.post_date ASC
Params: 2869
Run Time: 0.000775
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
post |
range |
thread_id_post_date,thread_id_position,user_id,schedule_message_date |
thread_id_position |
8 |
|
10 |
Using index condition; Using where; Using filesort |
SIMPLE |
user |
eq_ref |
PRIMARY |
PRIMARY |
4 |
fifavnor_xf.post.user_id |
1 |
|
SIMPLE |
user_profile |
eq_ref |
PRIMARY |
PRIMARY |
4 |
fifavnor_xf.post.user_id |
1 |
|
SIMPLE |
user_privacy |
eq_ref |
PRIMARY |
PRIMARY |
4 |
fifavnor_xf.post.user_id |
1 |
|
SIMPLE |
session_activity |
eq_ref |
PRIMARY |
PRIMARY |
22 |
fifavnor_xf.post.user_id,func |
1 |
Using where |
-
INSERT DELAYED INTO xf_thread_view
(thread_id)
VALUES
(?)
Params: 2869
Run Time: 0.000064
-
SELECT `thread_id`, `title`, `view_count`, `post_date`
FROM `xf_thread`
WHERE `node_id` = 101
ORDER BY RAND()
LIMIT 0, 10
Run Time: 0.000867
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
xf_thread |
ref |
node_id_last_post_date,node_id_sticky_state_last_post |
node_id_last_post_date |
4 |
const |
216 |
Using temporary; Using filesort |
-
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('BRC_action_login', 'BRC_action_login_description', 'BRC_action_exchange', 'BRC_action_exchange_description', 'BRC_action_transfer', 'BRC_action_transfer_description', 'BRC_action_withdraw', 'BRC_action_withdraw_description', 'BRC_action_steal', 'BRC_action_steal_description', 'BRC_action_paypalPayment', 'BRC_action_paypalPayment_description', 'BRC_action_paypalPaymentRe', 'BRC_action_paypalPaymentRe_description', 'BRC_action_registration', 'BRC_action_registration_description', 'BRC_action_facebookAssociate', 'BRC_action_facebookAssociate_description', 'BRC_action_facebookDisassociate', 'BRC_action_facebookDisassociate_description', 'BRC_action_twitterAssociate', 'BRC_action_twitterAssociate_description', 'BRC_action_twitterDisassociate', 'BRC_action_twitterDisassociate_description', 'BRC_action_googleAssociate', 'BRC_action_googleAssociate_description', 'BRC_action_googleDisassociate', 'BRC_action_googleDisassociate_description', 'BRC_action_birthday', 'BRC_action_birthday_description', 'BRC_action_importVbb', 'BRC_action_importVbb_description', 'BRC_action_interest', 'BRC_action_interest_description', 'BRC_action_updateFullProfile', 'BRC_action_updateFullProfile_description', 'BRC_action_updateFullProfileRe', 'BRC_action_updateFullProfileRe_description', 'BRC_action_uploadAvatar', 'BRC_action_uploadAvatar_description', 'BRC_action_uploadAvatarRe', 'BRC_action_uploadAvatarRe_description', 'BRC_action_updateStatus', 'BRC_action_updateStatus_description', 'BRC_action_follow', 'BRC_action_follow_description', 'BRC_action_followRe', 'BRC_action_followRe_description', 'BRC_action_getFollower', 'BRC_action_getFollower_description', 'BRC_action_getFollowerRe', 'BRC_action_getFollowerRe_description', 'BRC_action_profilePost', 'BRC_action_profilePost_description', 'BRC_action_getProfilePost', 'BRC_action_getProfilePost_description', 'BRC_action_likeProfilePost', 'BRC_action_likeProfilePost_description', 'BRC_action_likeProfilePostRe', 'BRC_action_likeProfilePostRe_description', 'BRC_action_receiveProfilePostLike', 'BRC_action_receiveProfilePostLike_description', 'BRC_action_receiveProfilePostLikeRe', 'BRC_action_receiveProfilePostLikeRe_description', 'BRC_action_createConversation', 'BRC_action_createConversation_description', 'BRC_action_createConversationRe', 'BRC_action_createConversationRe_description', 'BRC_action_receiveConversation', 'BRC_action_receiveConversation_description', 'BRC_action_replyConversation', 'BRC_action_replyConversation_description', 'BRC_action_conversationGetReply', 'BRC_action_conversationGetReply_description', 'BRC_action_trophyReward', 'BRC_action_trophyReward_description', 'BRC_action_dailyReward', 'BRC_action_dailyReward_description', 'BRC_action_salary', 'BRC_action_salary_description', 'BRC_action_createNewThread', 'BRC_action_createNewThread_description', 'BRC_action_threadDeleted', 'BRC_action_threadDeleted_description', 'BRC_action_threadGetReply', 'BRC_action_threadGetReply_description', 'BRC_action_threadViewed', 'BRC_action_threadViewed_description', 'BRC_action_readThread', 'BRC_action_readThread_description', 'BRC_action_watchThread', 'BRC_action_watchThread_description', 'BRC_action_watchThreadRe', 'BRC_action_watchThreadRe_description', 'BRC_action_threadGetWatched', 'BRC_action_threadGetWatched_description', 'BRC_action_threadGetWatchedRe', 'BRC_action_threadGetWatchedRe_description', 'BRC_action_createNewPoll', 'BRC_action_createNewPoll_description', 'BRC_action_votePoll', 'BRC_action_votePoll_description', 'BRC_action_pollGetVote', 'BRC_action_pollGetVote_description', 'BRC_action_threadSticky', 'BRC_action_threadSticky_description', 'BRC_action_threadStickyRe', 'BRC_action_threadStickyRe_description', 'BRC_action_newPost', 'BRC_action_newPost_description', 'BRC_action_postDeleted', 'BRC_action_postDeleted_description', 'BRC_action_uploadAttachment', 'BRC_action_uploadAttachment_description', 'BRC_action_uploadAttachmentRe', 'BRC_action_uploadAttachmentRe_description', 'BRC_action_downloadAttachment', 'BRC_action_downloadAttachment_description', 'BRC_action_attachmentDownloaded', 'BRC_action_attachmentDownloaded_description', 'BRC_action_likePost', 'BRC_action_likePost_description', 'BRC_action_likePostRe', 'BRC_action_likePostRe_description', 'BRC_action_receivePostLike', 'BRC_action_receivePostLike_description', 'BRC_action_receivePostLikeRe', 'BRC_action_receivePostLikeRe_description', 'BRC_action_reportPost', 'BRC_action_reportPost_description', 'BRC_action_postReported', 'BRC_action_postReported_description', 'BRC_action_baokimPayment', 'BRC_action_baokimPayment_explain', 'BRC_action_ResourceGetPurchased', 'BRC_action_ResourceGetPurchased_explain', 'BRC_action_ResourcePurchased', 'BRC_action_ResourcePurchased_explain', 'chip_morethread_random')
Params: 2
Run Time: 0.000777
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
xf_phrase_compiled |
range |
PRIMARY |
PRIMARY |
106 |
|
139 |
Using where |
-
SELECT * FROM EWRporta2_features WHERE thread_id = ?
Params: 2869
Run Time: 0.000128
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
|
|
|
|
|
|
|
no matching row in const table |
-
SELECT EWRporta2_articles.*, xf_thread.*, xf_post.*, xf_user.*, EWRporta2_authors.*
FROM EWRporta2_articles
INNER JOIN xf_thread ON (xf_thread.thread_id = EWRporta2_articles.thread_id)
INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
LEFT JOIN EWRporta2_authors ON (EWRporta2_authors.user_id = xf_thread.user_id)
WHERE EWRporta2_articles.thread_id = ?
Params: 2869
Run Time: 0.000528
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
|
|
|
|
|
|
|
no matching row in const table |
-
SELECT xf_thread.user_id,
xf_thread.last_post_date,
xf_thread.last_post_user_id
FROM xf_thread
INNER JOIN xf_node ON xf_node.node_id = xf_thread.node_id
WHERE xf_thread.thread_id = ?
AND (xf_thread.node_id = 12)
Params: 2869
Run Time: 0.000130
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
|
|
|
|
|
|
|
Impossible WHERE noticed after reading const tables |
-
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: b39a3749d808f0b73f405bd314832d03, , 1723166670
Run Time: 0.000170
-
INSERT INTO xf_session_activity
(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
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),
robot_key = VALUES(robot_key)
Params: 0, , , XenForo_ControllerPublic_Thread, Index, valid, resource_id=62&page=3&thread_id=2869, 1723163070,
Run Time: 0.000083
-
SELECT resource.*
,
category.*, category.last_update AS category_last_update, resource.last_update,
version.version_string,
version.release_date,
version.download_url,
version.rating_count AS version_rating_count,
version.rating_sum AS version_rating_sum,
version.download_count AS version_download_count,
user.*, user_profile.*, IF(user.username IS NULL, resource.username, user.username) AS username,
attachment.attachment_id,
attachment.view_count AS attachment_view_count,
attachment_data.filename AS attachment_filename,
attachment_data.file_size AS attachment_file_size,
permission.cache_value AS category_permission_cache,
0 AS is_watched
FROM xf_resource AS resource
LEFT JOIN xf_resource_category AS category ON
(category.resource_category_id = resource.resource_category_id)
LEFT JOIN xf_resource_version AS version ON
(version.resource_version_id = resource.current_version_id)
LEFT JOIN xf_user AS user ON
(user.user_id = resource.user_id)
LEFT JOIN xf_user_profile AS user_profile ON
(user_profile.user_id = resource.user_id)
LEFT JOIN xf_attachment AS attachment ON
(attachment.content_type = 'resource_version' AND attachment.content_id = version.resource_version_id)
LEFT JOIN xf_attachment_data AS attachment_data ON
(attachment_data.data_id = attachment.data_id)
LEFT JOIN xf_permission_cache_content AS permission
ON (permission.permission_combination_id = 1
AND permission.content_type = 'resource_category'
AND permission.content_id = resource.resource_category_id)
WHERE resource.discussion_thread_id = ?
LIMIT 1
Params: 2869
Run Time: 0.000806
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource |
ref |
discussion_thread_id |
discussion_thread_id |
4 |
const |
1 |
|
SIMPLE |
category |
eq_ref |
PRIMARY |
PRIMARY |
4 |
fifavnor_xf.resource.resource_category_id |
1 |
Using where |
SIMPLE |
version |
eq_ref |
PRIMARY |
PRIMARY |
4 |
fifavnor_xf.resource.current_version_id |
1 |
|
SIMPLE |
user |
eq_ref |
PRIMARY |
PRIMARY |
4 |
fifavnor_xf.resource.user_id |
1 |
|
SIMPLE |
user_profile |
eq_ref |
PRIMARY |
PRIMARY |
4 |
fifavnor_xf.resource.user_id |
1 |
|
SIMPLE |
attachment |
ref |
content_type_id_date |
content_type_id_date |
31 |
const,fifavnor_xf.version.resource_version_id |
1 |
Using where |
SIMPLE |
attachment_data |
eq_ref |
PRIMARY |
PRIMARY |
4 |
fifavnor_xf.attachment.data_id |
1 |
|
SIMPLE |
permission |
eq_ref |
PRIMARY |
PRIMARY |
35 |
const,const,fifavnor_xf.resource.resource_category_id |
1 |
Using where |
-
SELECT 1
FROM xf_resource_purchased
WHERE user_id = ?
AND resource_id = ?
AND active = 1
LIMIT 1
Params: 0, 62
Run Time: 0.000137
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
xf_resource_purchased |
ref |
resource_id,user_id,user_resource,active |
resource_id |
4 |
const |
1 |
Using where |
-
INSERT INTO xf_session_activity
(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
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),
robot_key = VALUES(robot_key)
Params: 0, , , XenResource_ControllerPublic_Resource, View, valid, resource_id=62&page=3&thread_id=2869, 1723163070,
Run Time: 0.000065
-
SELECT *
FROM xf_siropu_custom_tabs
WHERE enabled = 1
ORDER BY tab_order ASC
Run Time: 0.000211
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
xf_siropu_custom_tabs |
ALL |
|
|
|
|
15 |
Using where; Using filesort |
-
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('page_nav', 'resource_view', 'resource_description', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', 'chip_morethreads', 'BRC_message_user_info_extra', 'thread_view', 'BRC_sidebar_visitor_panel_stats', 'BRC_navigation_visitor_tabs_end', 'EWRporta2_Navtabs', 'resources_tab_links', 'EWRtorneo_Navtabs', 'siropu_chat', 'siropu_chat_disabled', 'siropu_custom_tabs_child_list', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 29, 2
Run Time: 0.002648
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
xf_template_compiled |
range |
PRIMARY |
PRIMARY |
60 |
|
21 |
Using where |
-
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('rankings', '1v1_tournaments', 'proclubs_tournaments')
Params: 2
Run Time: 0.000143
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
xf_phrase_compiled |
range |
PRIMARY |
PRIMARY |
106 |
|
3 |
Using where |
-
SELECT resource.*
FROM xf_resource AS resource
WHERE resource.discussion_thread_id = ?
LIMIT 1
Params: 2869
Run Time: 0.000231
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource |
ref |
discussion_thread_id |
discussion_thread_id |
4 |
const |
1 |
|
-
SELECT resource.*
FROM xf_resource AS resource
WHERE resource.discussion_thread_id = ?
LIMIT 1
Params: 2869
Run Time: 0.000203
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource |
ref |
discussion_thread_id |
discussion_thread_id |
4 |
const |
1 |
|
-
SELECT resource.*
FROM xf_resource AS resource
WHERE resource.discussion_thread_id = ?
LIMIT 1
Params: 2869
Run Time: 0.000187
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource |
ref |
discussion_thread_id |
discussion_thread_id |
4 |
const |
1 |
|
-
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('BRTPC_thread_view_tools_links')
AND style_id = ?
AND language_id = ?
Params: 29, 2
Run Time: 0.000134
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
xf_template_compiled |
const |
PRIMARY |
PRIMARY |
60 |
const,const,const |
1 |
|
-
SELECT resource.*
FROM xf_resource AS resource
WHERE resource.discussion_thread_id = ?
LIMIT 1
Params: 2869
Run Time: 0.000233
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource |
ref |
discussion_thread_id |
discussion_thread_id |
4 |
const |
1 |
|
-
SELECT resource.*
FROM xf_resource AS resource
WHERE resource.discussion_thread_id = ?
LIMIT 1
Params: 2869
Run Time: 0.000188
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource |
ref |
discussion_thread_id |
discussion_thread_id |
4 |
const |
1 |
|
-
SELECT resource.*
FROM xf_resource AS resource
WHERE resource.discussion_thread_id = ?
LIMIT 1
Params: 2869
Run Time: 0.000173
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource |
ref |
discussion_thread_id |
discussion_thread_id |
4 |
const |
1 |
|
-
SELECT resource.*
FROM xf_resource AS resource
WHERE resource.discussion_thread_id = ?
LIMIT 1
Params: 2869
Run Time: 0.000204
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource |
ref |
discussion_thread_id |
discussion_thread_id |
4 |
const |
1 |
|
-
SELECT resource.*
FROM xf_resource AS resource
WHERE resource.discussion_thread_id = ?
LIMIT 1
Params: 2869
Run Time: 0.000192
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource |
ref |
discussion_thread_id |
discussion_thread_id |
4 |
const |
1 |
|
-
SELECT resource.*
FROM xf_resource AS resource
WHERE resource.discussion_thread_id = ?
LIMIT 1
Params: 2869
Run Time: 0.000179
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource |
ref |
discussion_thread_id |
discussion_thread_id |
4 |
const |
1 |
|
-
SELECT resource.*
FROM xf_resource AS resource
WHERE resource.discussion_thread_id = ?
LIMIT 1
Params: 2869
Run Time: 0.000195
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource |
ref |
discussion_thread_id |
discussion_thread_id |
4 |
const |
1 |
|
-
SELECT resource.*
FROM xf_resource AS resource
WHERE resource.discussion_thread_id = ?
LIMIT 1
Params: 2869
Run Time: 0.000204
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource |
ref |
discussion_thread_id |
discussion_thread_id |
4 |
const |
1 |
|
-
SELECT resource.*
FROM xf_resource AS resource
WHERE resource.discussion_thread_id = ?
LIMIT 1
Params: 2869
Run Time: 0.000177
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource |
ref |
discussion_thread_id |
discussion_thread_id |
4 |
const |
1 |
|
-
SELECT resource.*
FROM xf_resource AS resource
WHERE resource.discussion_thread_id = ?
LIMIT 1
Params: 2869
Run Time: 0.000210
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource |
ref |
discussion_thread_id |
discussion_thread_id |
4 |
const |
1 |
|
-
SELECT resource.*
FROM xf_resource AS resource
WHERE resource.discussion_thread_id = ?
LIMIT 1
Params: 2869
Run Time: 0.000185
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource |
ref |
discussion_thread_id |
discussion_thread_id |
4 |
const |
1 |
|
-
SELECT resource.*
FROM xf_resource AS resource
WHERE resource.discussion_thread_id = ?
LIMIT 1
Params: 2869
Run Time: 0.000184
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource |
ref |
discussion_thread_id |
discussion_thread_id |
4 |
const |
1 |
|
-
SELECT resource.*
FROM xf_resource AS resource
WHERE resource.discussion_thread_id = ?
LIMIT 1
Params: 2869
Run Time: 0.000199
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource |
ref |
discussion_thread_id |
discussion_thread_id |
4 |
const |
1 |
|
-
SELECT resource.*
FROM xf_resource AS resource
WHERE resource.discussion_thread_id = ?
LIMIT 1
Params: 2869
Run Time: 0.000169
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource |
ref |
discussion_thread_id |
discussion_thread_id |
4 |
const |
1 |
|
-
SELECT resource.*
FROM xf_resource AS resource
WHERE resource.discussion_thread_id = ?
LIMIT 1
Params: 2869
Run Time: 0.000164
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource |
ref |
discussion_thread_id |
discussion_thread_id |
4 |
const |
1 |
|
-
SELECT resource.*
FROM xf_resource AS resource
WHERE resource.discussion_thread_id = ?
LIMIT 1
Params: 2869
Run Time: 0.000175
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource |
ref |
discussion_thread_id |
discussion_thread_id |
4 |
const |
1 |
|
-
SELECT resource.*
FROM xf_resource AS resource
WHERE resource.discussion_thread_id = ?
LIMIT 1
Params: 2869
Run Time: 0.000181
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource |
ref |
discussion_thread_id |
discussion_thread_id |
4 |
const |
1 |
|
-
SELECT resource.*
FROM xf_resource AS resource
WHERE resource.discussion_thread_id = ?
LIMIT 1
Params: 2869
Run Time: 0.000171
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
resource |
ref |
discussion_thread_id |
discussion_thread_id |
4 |
const |
1 |
|