SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000242
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, EWRcarta_watch.page_id AS page_is_watched
FROM EWRcarta_pages
LEFT JOIN EWRcarta_watch ON (EWRcarta_pages.page_id = EWRcarta_watch.page_id AND EWRcarta_watch.user_id = ?)
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: 0, sql-cache-list-plugin
Run Time: 0.000365
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_pages | const | page_slug | page_slug | 302 | const | 1 | |
SIMPLE | EWRcarta_watch | const | PRIMARY,page_id_email_subscribe | PRIMARY | 8 | const,const | 0 | unique row not found |
SIMPLE | xf_liked_content | const | content_type_id_like_user_id,like_user_content_type_id | content_type_id_like_user_id | 35 | const,const,const | 0 | unique row not found |
SELECT page_slug, page_name, page_parent
FROM EWRcarta_pages
WHERE page_id = ?
Params: 259
Run Time: 0.000149
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_pages | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT page_slug, page_name, page_parent
FROM EWRcarta_pages
WHERE page_id = ?
Params: 261
Run Time: 0.000147
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_pages | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT
EWRcarta_pages.page_id, page_slug, page_name, page_date, page_parent, page_redirect,
page_protect, page_likes, page_views, LENGTH(page_content) AS length, cache_date
FROM EWRcarta_pages
LEFT JOIN EWRcarta_cache ON (EWRcarta_pages.page_id = EWRcarta_cache.page_id)
ORDER BY page_name ASC, page_name ASC
LIMIT 0, 99999
Run Time: 0.002136
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_pages | ALL | | | | | 282 | Using filesort |
SIMPLE | EWRcarta_cache | eq_ref | PRIMARY | PRIMARY | 4 | fabrikar_xf.EWRcarta_pages.page_id | 1 | |
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 (436)
ORDER BY attachment.content_id, attachment.attach_date
Params: wiki
Run Time: 0.000305
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 1 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | fabrikar_xf.attachment.data_id | 1 | |
UPDATE EWRcarta_pages
SET page_views = page_views+1
WHERE page_id = ?
Params: 436
Run Time: 0.002638
SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
Run Time: 0.000130
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_pages | const | page_slug | page_slug | 302 | const | 1 | |
SELECT page_id, page_slug, page_name
FROM EWRcarta_pages
WHERE page_index != '0'
ORDER BY page_index ASC, page_name ASC
Run Time: 0.000179
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_pages | range | page_index | page_index | 4 | | 2 | Using index condition; Using filesort |
SELECT COUNT(*) AS total
FROM EWRcarta_pages
LEFT JOIN EWRcarta_cache ON (EWRcarta_pages.page_id = EWRcarta_cache.page_id)
Run Time: 0.000527
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_pages | index | | page_parent | 4 | | 282 | Using index |
SIMPLE | EWRcarta_cache | eq_ref | PRIMARY | PRIMARY | 4 | fabrikar_xf.EWRcarta_pages.page_id | 1 | Using index |
SELECT COUNT(*) AS total
FROM EWRcarta_history
Run Time: 0.000438
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_history | index | | page_id | 4 | | 912 | Using index |
SELECT SUM(page_likes) AS total
FROM EWRcarta_pages
Run Time: 0.000280
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_pages | ALL | | | | | 282 | |
SELECT SUM(page_views) AS total
FROM EWRcarta_pages
Run Time: 0.000268
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_pages | ALL | | | | | 282 | |
SELECT COUNT(*) AS count, SUM(file_size) AS size
FROM xf_attachment
INNER JOIN xf_attachment_data ON (xf_attachment_data.data_id = xf_attachment.data_id)
WHERE content_type = 'wiki'
AND unassociated = '0'
Run Time: 0.001021
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_attachment | ref | content_type_id_date,unassociated_attach_date | content_type_id_date | 27 | const | 324 | Using index condition; Using where |
SIMPLE | xf_attachment_data | eq_ref | PRIMARY | PRIMARY | 4 | fabrikar_xf.xf_attachment.data_id | 1 | |
SELECT xf_user.*, COUNT(EWRcarta_history.user_id) as count, MAX(EWRcarta_history.history_date) as date,
IF(NOT ISNULL(xf_user.user_id), xf_user.username, EWRcarta_history.username) AS username
FROM EWRcarta_history
LEFT JOIN xf_user ON (xf_user.user_id = EWRcarta_history.user_id)
GROUP BY EWRcarta_history.user_id
ORDER BY count DESC, date DESC
LIMIT 0, 10
Run Time: 0.006092
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_history | ALL | user_id | | | | 912 | Using temporary; Using filesort |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | fabrikar_xf.EWRcarta_history.user_id | 1 | |
SELECT page_id, page_slug, page_name, page_parent
FROM EWRcarta_pages
WHERE page_id = ?
Params: 259
Run Time: 0.000170
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_pages | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT
EWRcarta_pages.page_id, page_slug, page_name, page_date, page_parent, page_redirect,
page_protect, page_likes, page_views, LENGTH(page_content) AS length, cache_date
FROM EWRcarta_pages
LEFT JOIN EWRcarta_cache ON (EWRcarta_pages.page_id = EWRcarta_cache.page_id)
ORDER BY page_name ASC, page_name ASC
LIMIT 0, 99999
Run Time: 0.001843
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_pages | ALL | | | | | 282 | Using filesort |
SIMPLE | EWRcarta_cache | eq_ref | PRIMARY | PRIMARY | 4 | fabrikar_xf.EWRcarta_pages.page_id | 1 | |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 4f1eb867290acca4c01c7c7f0bd9a83e, a:6:{s:12:"sessionStart";i:1524303857;s:2:"ip";s:4:"6P,";s:11:"sessionCsrf";s:16:"uWj3HMkgAhnaITfR";s:9:"userAgent";s:39:"CCBot/2.0 (http://commoncrawl.org/faq/)";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;}, 1524307457
Run Time: 0.000182
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, 6P,, 6P,, EWRcarta_ControllerPublic_Wiki, Index, valid, string_id=sql-cache-list-plugin, 1524303857,
Run Time: 0.000135
SELECT *
FROM EWRcarta_cache
WHERE page_id = ?
Params: 436
Run Time: 0.000187
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.000147
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', 'wf_widget_wrapper', 'EWRcarta_PageView', 'EWRcarta_Navtabs', 'fabrikSite_useful_links', 'wf_widget_online_users', 'wf_hook_moderator_bar', 'wf_revealer', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 2, 1
Run Time: 0.000394
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 9 | Using where |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('wiki')
Params: 1
Run Time: 0.000169
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('bbm_js')
AND style_id = ?
AND language_id = ?
Params: 2, 1
Run Time: 0.000178
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 session_activity.*
,
user.*
FROM xf_session_activity AS session_activity
LEFT JOIN xf_user AS user ON
(user.user_id = session_activity.user_id)
WHERE (session_activity.view_date > 1524302957)
ORDER BY session_activity.view_date DESC
Run Time: 0.000903
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | range | view_date | view_date | 4 | | 68 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | fabrikar_xf.session_activity.user_id | 1 | |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('members_online_now')
Params: 1
Run Time: 0.000166
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |