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.004557
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.000459
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT node.*, forum.*
,
permission.cache_value AS node_permission_cache,
NULL AS forum_read_date,
0 AS forum_is_watched
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: 27
Run Time: 0.001030
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 COUNT(*)
FROM xf_thread AS thread
WHERE (thread.node_id = 27) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
Run Time: 0.000498
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | ref | node_id_last_post_date,node_id_sticky_state_last_post | node_id_sticky_state_last_post | 6 | const,const,const | 1 | Using index |
SELECT thread.*
,
user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
NULL AS thread_read_date,
0 AS thread_is_watched,
0 AS user_post_count
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
WHERE (thread.node_id = 27) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
ORDER BY thread.last_post_date DESC
LIMIT 20
Run Time: 0.001107
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | ref | node_id_last_post_date,node_id_sticky_state_last_post | node_id_sticky_state_last_post | 6 | const,const,const | 1 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | veggiegardener_com.thread.user_id | 1 | |
SELECT thread.*
,
user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
NULL AS thread_read_date,
0 AS thread_is_watched,
0 AS user_post_count
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
WHERE (thread.node_id = 27) AND (thread.sticky = 1) AND (thread.discussion_state IN ('visible'))
ORDER BY thread.last_post_date DESC
Run Time: 0.000943
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | ref | node_id_last_post_date,node_id_sticky_state_last_post | node_id_sticky_state_last_post | 6 | const,const,const | 1 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | veggiegardener_com.thread.user_id | 1 | |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: c758069156271bb0984d0c5bb0567028, , 1614641983
Run Time: 0.003972
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_Forum, Forum, valid, node_id=27, 1614638383,
Run Time: 0.003110
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('page_nav', 'wf_widget_wrapper', 'wf_widget_threads', 'forum_view', 'wf_hook_moderator_bar', 'wf_revealer', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 6, 1
Run Time: 0.002765
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 7 | Using where |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('wfc__1_forum_view')
Run Time: 0.000608
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_forum_view_lock')
Run Time: 0.000523
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_forum_view_lock, a:1:{s:18:"forum_view_lock_31";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1614638383;}}
Run Time: 0.004567
SELECT content_id, cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = 'node'
Params: 1
Run Time: 0.000641
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | ref | PRIMARY | PRIMARY | 31 | const,const | 41 | Using where |
SELECT *
FROM xf_node
ORDER BY lft ASC
Run Time: 0.000896
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_node | ALL | | | | | 41 | 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, 48, 50, 42, 46)) AND (thread.discussion_state IN ('visible')) AND (thread.reply_count > 0)
ORDER BY thread.last_post_date DESC
LIMIT 30
Run Time: 0.001426
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.001160
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.000541
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_forum_view, a:1:{s:13:"forum_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:1614638383;}}
Run Time: 0.006632
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc__1_forum_view_lock, a:1:{s:18:"forum_view_lock_31";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1614638383;}}
Run Time: 0.006512
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.000655
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |