SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'deferredRun', 'simpleCache', 'addOns', 'defaultStyleProperties', 'routeFiltersIn', 'routeFiltersOut', 'routesPublic', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'userBanners', 'smilies', 'bbCode', 'threadPrefixes', 'userTitleLadder', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
Run Time: 0.003055
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 27 | | 26 | Using where |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000402
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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: 423
Run Time: 0.001168
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: 8
Run Time: 0.000967
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 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,
trophy_combination.cache_value AS trophy_combination_cache_value
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))
LEFT JOIN xf_trophy_combination AS trophy_combination ON
(trophy_combination.trophy_combination_id = user_profile.trophy_combination_id)
WHERE post.thread_id = ?
AND (post.position >= 10 AND post.position < 20)
AND (post.message_state IN ('visible'))
ORDER BY post.position ASC, post.post_date ASC
Params: 423
Run Time: 0.001686
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | post | range | thread_id_post_date,thread_id_position | thread_id_position | 8 | | 8 | Using index condition; Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | veggiegardener_com.post.user_id | 1 | |
SIMPLE | user_profile | eq_ref | PRIMARY | PRIMARY | 4 | veggiegardener_com.post.user_id | 1 | |
SIMPLE | user_privacy | eq_ref | PRIMARY | PRIMARY | 4 | veggiegardener_com.post.user_id | 1 | |
SIMPLE | session_activity | eq_ref | PRIMARY | PRIMARY | 22 | veggiegardener_com.post.user_id,func | 1 | Using where |
SIMPLE | trophy_combination | eq_ref | PRIMARY | PRIMARY | 4 | veggiegardener_com.user_profile.trophy_combination_id | 1 | Using where |
INSERT INTO xf_thread_view
(thread_id)
VALUES
(?)
Params: 423
Run Time: 0.005308
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 8349854431ee301869f7fbf6a7d91807, a:6:{s:12:"sessionStart";i:1611332806;s:2:"ip";s:4:"6U9 ";s:11:"sessionCsrf";s:16:"f1_jEQZPU4RpOisD";s:9:"userAgent";s:40:"CCBot/2.0 (https://commoncrawl.org/faq/)";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;}, 1611336406
Run Time: 0.003886
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, 6U9 , 6U9 , XenForo_ControllerPublic_Thread, Index, valid, thread_id=423&page=2, 1611332806,
Run Time: 0.004863
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('page_nav', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', 'wf_widget_wrapper', 'wf_widget_threads', 'thread_view', 'wf_hook_moderator_bar', 'wf_revealer', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 6, 1
Run Time: 0.003721
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 13 | Using where |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('trophy_19_title', 'trophy_22_title', 'trophy_27_title', 'trophy_15_title')
Params: 1
Run Time: 0.000518
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 106 | | 4 | Using where |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('wfc__1_thread_view')
Run Time: 0.000639
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | const | PRIMARY | PRIMARY | 27 | const | 1 | |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('wfc__1_thread_view_lock')
Run Time: 0.000400
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | const | PRIMARY | PRIMARY | 27 | const | 1 | |
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc__1_thread_view_lock, a:1:{s:19:"thread_view_lock_31";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1611332806;}}
Run Time: 0.004157
SELECT content_id, cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = 'node'
Params: 1
Run Time: 0.001126
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | ref | PRIMARY | PRIMARY | 31 | const,const | 36 | Using where |
SELECT *
FROM xf_node
ORDER BY lft ASC
Run Time: 0.000676
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_node | ALL | | | | | 35 | Using filesort |
SELECT thread.*
,
1 AS fetched_last_post_user, user.gender, user.avatar_date, user.gravatar
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.last_post_user_id)
WHERE (thread.node_id IN (36, 26, 27, 31, 33, 34, 35, 28, 21, 22, 1, 2, 25, 24, 7, 3, 4, 5, 8, 6, 20, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 37, 23)) AND (thread.discussion_state IN ('visible')) AND (thread.reply_count > 0)
ORDER BY thread.last_post_date DESC
LIMIT 30
Run Time: 0.001495
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | index | node_id_last_post_date,node_id_sticky_state_last_post | last_post_date | 4 | | 30 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | veggiegardener_com.thread.last_post_user_id | 1 | |
SELECT node.*, forum.*
FROM xf_forum AS forum
INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
WHERE node.node_id IN (2, 2, 4, 25, 7, 34, 5, 5, 25, 8, 3, 23, 34, 3, 24, 33, 25, 2, 3, 2, 25, 25, 25, 2, 2, 2, 25, 34, 34, 28)
Run Time: 0.001012
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | forum | ALL | PRIMARY | | | | 27 | Using where |
SIMPLE | node | eq_ref | PRIMARY | PRIMARY | 4 | veggiegardener_com.forum.node_id | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000543
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_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc__1_thread_view, a:1:{s:14:"thread_view_31";a:2:{s:4:"html";s:5727:"<div class="avatarList">
<ul>
<li class="thread-1519 thread-node-2">
<a href="members/ravi1974.3842/" class="avatar Av3842s" data-avatarhtml="true"><img src="styles/veggiegardener/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="Ravi1974" /></a>
<a title="Container Gardening in over 40 containers" class="Tooltip"
href="posts/4096/">
Container Gardening in over 40...
</a>
<div class="userTitle">
<a href="members/ravi1974.3842/" class="username">Ravi1974</a> replied <span class="DateTime" title="Sep 2, 2018 at 12:45 PM">Sep 2, 2018</span>
</div>
</li>
<li class="thread-1556 thread-node-2">
<a href="members/evawilson11.3828/" class="avatar Av3828s" data-avatarhtml="true"><img src="styles/veggiegardener/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="evawilson11" /></a>
<a
href="posts/4094/">
Hello Friends
</a>
<div class="userTitle">
<a href="members/evawilson11.3828/" class="username">evawilson11</a> replied <span class="DateTime" title="Aug 24, 2018 at 6:33 AM">Aug 24, 2018</span>
</div>
</li>
<li class="thread-1578 thread-node-4">
<a href="members/jennet-will.3816/" class="avatar Av3816s" data-avatarhtml="true"><img src="styles/veggiegardener/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="Jennet Will" /></a>
<a
href="posts/4088/">
watermelon from seeds
</a>
<div class="userTitle">
<a href="members/jennet-will.3816/" class="username">Jennet Will</a> replied <span class="DateTime" title="Aug 10, 2018 at 4:48 AM">Aug 10, 2018</span>
</div>
</li>
<li class="thread-1557 thread-node-25">
<a href="members/jennet-will.3816/" class="avatar Av3816s" data-avatarhtml="true"><img src="styles/veggiegardener/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="Jennet Will" /></a>
<a
href="posts/4086/">
soil composition
</a>
<div class="userTitle">
<a href="members/jennet-will.3816/" class="username">Jennet Will</a> replied <span class="DateTime" title="Aug 10, 2018 at 4:47 AM">Aug 10, 2018</span>
</div>
</li>
<li class="thread-909 thread-node-7">
<a href="members/jennet-will.3816/" class="avatar Av3816s" data-avatarhtml="true"><img src="styles/veggiegardener/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="Jennet Will" /></a>
<a
href="posts/4084/">
My Garden
</a>
<div class="userTitle">
<a href="members/jennet-will.3816/" class="username">Jennet Will</a> replied <span class="DateTime" title="Aug 10, 2018 at 4:47 AM">Aug 10, 2018</span>
</div>
</li>
<li class="thread-1543 thread-node-34">
<a href="members/kaitlin-schwarz.3712/" class="avatar Av3712s" data-avatarhtml="true"><img src="styles/veggiegardener/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="Kaitlin Schwarz" /></a>
<a
href="posts/4068/">
Potato Tower
</a>
<div class="userTitle">
<a href="members/kaitlin-schwarz.3712/" class="username">Kaitlin Schwarz</a> replied <span class="DateTime" title="Jun 30, 2018 at 8:36 AM">Jun 30, 2018</span>
</div>
</li>
<li class="thread-977 thread-node-5">
<a href="members/kaitlin-schwarz.3712/" class="avatar Av3712s" data-avatarhtml="true"><img src="styles/veggiegardener/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="Kaitlin Schwarz" /></a>
<a title="Please help... my seedings are eaten" class="Tooltip"
href="posts/4066/">
Please help... my seedings are...
</a>
<div class="userTitle">
<a href="members/kaitlin-schwarz.3712/" class="username">Kaitlin Schwarz</a> replied <span class="DateTime" title="Jun 28, 2018 at 3:11 AM">Jun 28, 2018</span>
</div>
</li>
<li class="thread-585 thread-node-5">
<a href="members/kaitlin-schwarz.3712/" class="avatar Av3712s" data-avatarhtml="true"><img src="styles/veggiegardener/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="Kaitlin Schwarz" /></a>
<a
href="posts/4064/">
Flea Beetles
</a>
<div class="userTitle">
<a href="members/kaitlin-schwarz.3712/" class="username">Kaitlin Schwarz</a> replied <span class="DateTime" title="Jun 28, 2018 at 3:04 AM">Jun 28, 2018</span>
</div>
</li>
<li class="thread-1145 thread-node-25">
<a href="members/kaitlin-schwarz.3712/" class="avatar Av3712s" data-avatarhtml="true"><img src="styles/veggiegardener/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="Kaitlin Schwarz" /></a>
<a
href="posts/4062/">
Get an Early Jump on Garden Pests
</a>
<div class="userTitle">
<a href="members/kaitlin-schwarz.3712/" class="username">Kaitlin Schwarz</a> replied <span class="DateTime" title="Jun 28, 2018 at 3:03 AM">Jun 28, 2018</span>
</div>
</li>
<li class="thread-633 thread-node-8">
<a href="members/veggieann.3700/" class="avatar Av3700s" data-avatarhtml="true"><img src="styles/veggiegardener/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="VeggieAnn" /></a>
<a
href="posts/4060/">
begining of greenhouse
</a>
<div class="userTitle">
<a href="members/veggieann.3700/" class="username">VeggieAnn</a> replied <span class="DateTime" title="Jun 25, 2018 at 5:33 PM">Jun 25, 2018</span>
</div>
</li>
</ul>
</div>
<div id="PreviewTooltip">
<span class="arrow"><span></span></span>
<div class="section">
<div class="primaryContent previewContent">
<span class="PreviewContents">Loading...</span>
</div>
</div>
</div>";s:4:"time";i:1611332806;}}
Run Time: 0.005432
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc__1_thread_view_lock, a:1:{s:19:"thread_view_lock_31";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1611332806;}}
Run Time: 0.003868
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('wf_widget_threads_type_latest_replies')
Params: 1
Run Time: 0.000499
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |