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.000537
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 27 | | 26 | Using where |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('brListenerClasses', 'brBriviumAddOns')
Run Time: 0.000142
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 27 | | 2 | Using where |
SELECT *
FROM xf_brivium_addon
ORDER BY addon_id
Run Time: 0.000120
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_brivium_addon | index | | PRIMARY | 77 | | 1 | |
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: brBriviumAddOns, a:0:{}
Run Time: 0.000145
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000132
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: 2981
Run Time: 0.000328
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: 43
Run Time: 0.000722
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
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.position >= 0 AND post.position < 20)
AND (post.message_state IN ('visible'))
ORDER BY post.position ASC, post.post_date ASC
Params: 2981
Run Time: 0.000839
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | post | ref | thread_id_post_date,thread_id_position | thread_id_post_date | 4 | const | 1 | Using index condition; Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | vungtauc_br.post.user_id | 1 | |
SIMPLE | user_profile | eq_ref | PRIMARY | PRIMARY | 4 | vungtauc_br.post.user_id | 1 | |
SIMPLE | user_privacy | eq_ref | PRIMARY | PRIMARY | 4 | vungtauc_br.post.user_id | 1 | |
SIMPLE | session_activity | eq_ref | PRIMARY | PRIMARY | 22 | vungtauc_br.post.user_id,func | 1 | Using where |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, 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 (3359)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000242
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 |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | vungtauc_br.attachment.data_id | 1 | |
INSERT DELAYED INTO xf_thread_view
(thread_id)
VALUES
(?)
Params: 2981
Run Time: 0.000079
SELECT xf_thread.*, xf_post.message, xf_post.attach_count, xf_node.title AS node_title
FROM xf_thread
LEFT JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
LEFT JOIN xf_node ON (xf_node.node_id = xf_thread.node_id)
WHERE xf_thread.node_id = 43 AND xf_thread.thread_id != 2981 AND xf_thread.post_date < 1742849030 AND xf_thread.discussion_state = 'visible'
ORDER BY xf_thread.thread_id DESC
LIMIT 2
Run Time: 0.000442
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread | ref | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,post_date | node_id_last_post_date | 4 | const | 4 | Using index condition; Using where; Using filesort |
SIMPLE | xf_post | eq_ref | PRIMARY | PRIMARY | 4 | vungtauc_br.xf_thread.first_post_id | 1 | |
SIMPLE | xf_node | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT xf_thread.*, xf_post.message, xf_post.attach_count, xf_node.title AS node_title
FROM xf_thread
LEFT JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
LEFT JOIN xf_node ON (xf_node.node_id = xf_thread.node_id)
WHERE xf_thread.node_id = 43 AND xf_thread.thread_id != 2981 AND xf_thread.post_date > 1734209030 AND xf_thread.post_date < 1742849030 AND xf_thread.discussion_state = 'visible'
ORDER BY xf_thread.view_count DESC
LIMIT 20
Run Time: 0.000310
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread | ref | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,post_date | node_id_last_post_date | 4 | const | 4 | Using index condition; Using where; Using filesort |
SIMPLE | xf_post | eq_ref | PRIMARY | PRIMARY | 4 | vungtauc_br.xf_thread.first_post_id | 1 | |
SIMPLE | xf_node | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT * FROM xf_post WHERE post_id = '3359'
Run Time: 0.000179
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_post | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, 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 (3359)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000244
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 |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | vungtauc_br.attachment.data_id | 1 | |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 144c28cf414d02f800c9f9ef7fb26bfa, a:6:{s:12:"sessionStart";i:1742849030;s:2:"ip";s:4:"aW";s:11:"sessionCsrf";s:16:"QoqXnTlkfu8l758J";s:9:"userAgent";s:40:"CCBot/2.0 (https://commoncrawl.org/faq/)";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;}, 1742852630
Run Time: 0.000197
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, aW, aW, XenForo_ControllerPublic_Thread, Index, valid, thread_id=2981, 1742849030,
Run Time: 0.000111
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', 'BRQCT_forum_list_nodes', 'BRQCT_ad_sidebar_top', 'BRQCT_button_top_ctrl', 'sedo_agent', 'wf_widget_wrapper', 'wf_widget_online_staff', 'wf_widget_online_users', 'wf_widget_threads', 'wf_widget_stats', 'SV_rrssbSharesThreads', 'thread_view', 'xenCODE_Meta_Keywords', 'wf_hook_moderator_bar', 'wf_revealer', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 1, 2
Run Time: 0.000806
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 22 | Using where |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('BRQCT_button_top_ctrl', 'VNXF_More_Thread')
AND style_id = ?
AND language_id = ?
Params: 1, 2
Run Time: 0.000217
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 2 | Using where |
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 > 1742848130)
ORDER BY session_activity.view_date DESC
Run Time: 0.000478
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | range | view_date | view_date | 4 | | 3 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | vungtauc_br.session_activity.user_id | 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 > 1742848130)
ORDER BY session_activity.view_date DESC
Run Time: 0.000381
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | range | view_date | view_date | 4 | | 3 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | vungtauc_br.session_activity.user_id | 1 | |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('wfc__1_thread_view', 'wfc_fad44cd50aebe48a543de')
Run Time: 0.000141
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 27 | | 2 | Using where |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('wfc__1_thread_view_lock')
Run Time: 0.000113
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:3:{s:19:"thread_view_lock_12";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1742849030;}s:19:"thread_view_lock_13";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1742848719;}s:19:"thread_view_lock_14";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1742848719;}}
Run Time: 0.000565
SELECT *
FROM xf_node
ORDER BY lft ASC
Run Time: 0.000445
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_node | ALL | | | | | 53 | Using filesort |
SELECT content_id, cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = 'node'
Params: 1
Run Time: 0.000258
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | ref | PRIMARY | PRIMARY | 31 | const,const | 53 | Using where |
SELECT thread.*
,
user.gender, user.avatar_date, user.gravatar
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
WHERE (thread.node_id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 46, 40, 41, 42, 43, 49, 50, 51, 52, 53, 44, 45, 47, 48)) AND (thread.discussion_state IN ('visible'))
ORDER BY thread.post_date DESC
LIMIT 15
Run Time: 0.000807
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 | post_date | 4 | | 15 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | vungtauc_br.thread.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 (14, 3, 10, 3, 9, 7, 11, 10, 9, 29, 29, 10, 29, 29, 29)
Run Time: 0.000587
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | forum | range | PRIMARY | PRIMARY | 4 | | 7 | Using where |
SIMPLE | node | eq_ref | PRIMARY | PRIMARY | 4 | vungtauc_br.forum.node_id | 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:3:{s:14:"thread_view_12";a:2:{s:4:"html";s:3479:"<div class="avatarList">
<ul>
<li class="thread-3140 thread-node-14">
<a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a>
<a title="Công ty MODEC cần tuyển Payable Accountant" class="Tooltip"
href="cong-ty-modec-can-tuyen-payable-accountant.t3140.html">
Công ty MODEC cần tuyển Payable...
</a>
<div class="userTitle">
<a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="11/3/25 lúc 13:55">11/3/25</span>
</div>
</li>
<li class="thread-3139 thread-node-3">
<a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a>
<a title="Công ty MODEC cần tuyển Business & Project Management Analyst" class="Tooltip"
href="cong-ty-modec-can-tuyen-business-project-management-analyst.t3139.html">
Công ty MODEC cần tuyển...
</a>
<div class="userTitle">
<a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="6/2/25 lúc 17:06">6/2/25</span>
</div>
</li>
<li class="thread-3138 thread-node-10">
<a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a>
<a title="Công ty MODEC cần tuyển "Material & Logistics Coordinator"" class="Tooltip"
href="cong-ty-modec-can-tuyen-material-logistics-coordinator.t3138.html">
Công ty MODEC cần tuyển...
</a>
<div class="userTitle">
<a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="13/1/25 lúc 14:35">13/1/25</span>
</div>
</li>
<li class="thread-3137 thread-node-3">
<a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a>
<a title="Công ty TNHH Trần Vinh Nhân viên Kinh doanh & Chăm sóc khách hàng" class="Tooltip"
href="cong-ty-tnhh-tran-vinh-nhan-vien-kinh-doanh-cham-soc-khach-hang.t3137.html">
Công ty TNHH Trần Vinh Nhân...
</a>
<div class="userTitle">
<a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="5/1/25 lúc 08:33">5/1/25</span>
</div>
</li>
<li class="thread-3136 thread-node-9">
<a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a>
<a title="Công ty Trần Vinh tuyển Nhân viên Kinh doanh & Chăm sóc khách hàng" class="Tooltip"
href="cong-ty-tran-vinh-tuyen-nhan-vien-kinh-doanh-cham-soc-khach-hang.t3136.html">
Công ty Trần Vinh tuyển Nhân...
</a>
<div class="userTitle">
<a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="17/12/24 lúc 20:19">17/12/24</span>
</div>
</li>
</ul>
</div>
<div id="PreviewTooltip">
<span class="arrow"><span></span></span>
<div class="section">
<div class="primaryContent previewContent">
<span class="PreviewContents">Đang tải...</span>
</div>
</div>
</div>";s:4:"time";i:1742849030;}s:14:"thread_view_13";a:2:{s:4:"html";s:3565:"<div class="avatarList">
<ul>
<li class="thread-3042 thread-node-2">
<a href="members/daotaonghiepvu-edu-vn.1018/" class="avatar Av1018s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="daotaonghiepvu.edu.vn" /></a>
<a title="Báo Bà Rịa - Vũng Tàu tuyển dụng Cộng tác viên" class="Tooltip"
href="posts/3482/">
Báo Bà Rịa - Vũng Tàu tuyển...
</a>
<div class="userTitle">
<a href="members/daotaonghiepvu-edu-vn.1018/" class="username">daotaonghiepvu.edu.vn</a> replied <span class="DateTime" title="25/9/21 lúc 17:28">25/9/21</span>
</div>
</li>
<li class="thread-3075 thread-node-2">
<a href="members/daotaonghiepvu-edu-vn.1018/" class="avatar Av1018s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="daotaonghiepvu.edu.vn" /></a>
<a title="Thông báo xét tuyển viên chức đơn vị sự nghiệp giáo dục và đào tạo thành phố Vũng Tàu" class="Tooltip"
href="posts/3481/">
Thông báo xét tuyển viên chức...
</a>
<div class="userTitle">
<a href="members/daotaonghiepvu-edu-vn.1018/" class="username">daotaonghiepvu.edu.vn</a> replied <span class="DateTime" title="1/9/21 lúc 16:32">1/9/21</span>
</div>
</li>
<li class="thread-3074 thread-node-2">
<a href="members/daotaonghiepvu-edu-vn.1018/" class="avatar Av1018s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="daotaonghiepvu.edu.vn" /></a>
<a title="Bệnh viện Bà Rịa tỉnh Bà Rịa – Vũng Tàu tuyển dụng viên chức đợt I năm 2020" class="Tooltip"
href="posts/3480/">
Bệnh viện Bà Rịa tỉnh Bà Rịa –...
</a>
<div class="userTitle">
<a href="members/daotaonghiepvu-edu-vn.1018/" class="username">daotaonghiepvu.edu.vn</a> replied <span class="DateTime" title="1/9/21 lúc 13:40">1/9/21</span>
</div>
</li>
<li class="thread-2908 thread-node-2">
<a href="members/thzfsdhdty.1049/" class="avatar Av1049s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="thzfsdhdty" /></a>
<a title="UBND xã An Ngãi tuyển dụng vị trí không chuyên trách" class="Tooltip"
href="posts/3385/">
UBND xã An Ngãi tuyển dụng vị...
</a>
<div class="userTitle">
<a href="members/thzfsdhdty.1049/" class="username">thzfsdhdty</a> replied <span class="DateTime" title="9/12/18 lúc 20:56">9/12/18</span>
</div>
</li>
<li class="thread-2907 thread-node-2">
<a href="members/thzfsdhdty.1049/" class="avatar Av1049s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="thzfsdhdty" /></a>
<a title="UBND xã Suối Nghệ tuyển nhiều vị trí" class="Tooltip"
href="posts/3384/">
UBND xã Suối Nghệ tuyển nhiều...
</a>
<div class="userTitle">
<a href="members/thzfsdhdty.1049/" class="username">thzfsdhdty</a> replied <span class="DateTime" title="9/12/18 lúc 20:54">9/12/18</span>
</div>
</li>
</ul>
</div>
<div id="PreviewTooltip">
<span class="arrow"><span></span></span>
<div class="section">
<div class="primaryContent previewContent">
<span class="PreviewContents">Đang tải...</span>
</div>
</div>
</div>";s:4:"time";i:1742848719;}s:14:"thread_view_14";a:2:{s:4:"html";s:0:"";s:4:"time";i:1742848719;}}
Run Time: 0.000911
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:3:{s:19:"thread_view_lock_12";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1742849030;}s:19:"thread_view_lock_13";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1742848719;}s:19:"thread_view_lock_14";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1742848719;}}
Run Time: 0.000512
SELECT data_value
FROM xf_data_registry
WHERE data_key = ?
Params: boardTotals
Run Time: 0.000126
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:3:{s:19:"thread_view_lock_12";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1742849030;}s:19:"thread_view_lock_13";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1742849030;}s:19:"thread_view_lock_14";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1742848719;}}
Run Time: 0.000488
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 (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 46, 40, 41, 42, 43, 49, 50, 51, 52, 53, 44, 45, 47, 48)) AND (thread.discussion_state IN ('visible')) AND (thread.reply_count > 0)
ORDER BY thread.last_post_date DESC
LIMIT 15
Run Time: 0.002160
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 | | 15 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | vungtauc_br.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, 2, 2, 2, 2, 2, 5, 4, 12, 25, 2, 29, 25, 4)
Run Time: 0.000653
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | forum | range | PRIMARY | PRIMARY | 4 | | 6 | Using where |
SIMPLE | node | eq_ref | PRIMARY | PRIMARY | 4 | vungtauc_br.forum.node_id | 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:3:{s:14:"thread_view_12";a:2:{s:4:"html";s:3479:"<div class="avatarList">
<ul>
<li class="thread-3140 thread-node-14">
<a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a>
<a title="Công ty MODEC cần tuyển Payable Accountant" class="Tooltip"
href="cong-ty-modec-can-tuyen-payable-accountant.t3140.html">
Công ty MODEC cần tuyển Payable...
</a>
<div class="userTitle">
<a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="11/3/25 lúc 13:55">11/3/25</span>
</div>
</li>
<li class="thread-3139 thread-node-3">
<a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a>
<a title="Công ty MODEC cần tuyển Business & Project Management Analyst" class="Tooltip"
href="cong-ty-modec-can-tuyen-business-project-management-analyst.t3139.html">
Công ty MODEC cần tuyển...
</a>
<div class="userTitle">
<a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="6/2/25 lúc 17:06">6/2/25</span>
</div>
</li>
<li class="thread-3138 thread-node-10">
<a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a>
<a title="Công ty MODEC cần tuyển "Material & Logistics Coordinator"" class="Tooltip"
href="cong-ty-modec-can-tuyen-material-logistics-coordinator.t3138.html">
Công ty MODEC cần tuyển...
</a>
<div class="userTitle">
<a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="13/1/25 lúc 14:35">13/1/25</span>
</div>
</li>
<li class="thread-3137 thread-node-3">
<a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a>
<a title="Công ty TNHH Trần Vinh Nhân viên Kinh doanh & Chăm sóc khách hàng" class="Tooltip"
href="cong-ty-tnhh-tran-vinh-nhan-vien-kinh-doanh-cham-soc-khach-hang.t3137.html">
Công ty TNHH Trần Vinh Nhân...
</a>
<div class="userTitle">
<a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="5/1/25 lúc 08:33">5/1/25</span>
</div>
</li>
<li class="thread-3136 thread-node-9">
<a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a>
<a title="Công ty Trần Vinh tuyển Nhân viên Kinh doanh & Chăm sóc khách hàng" class="Tooltip"
href="cong-ty-tran-vinh-tuyen-nhan-vien-kinh-doanh-cham-soc-khach-hang.t3136.html">
Công ty Trần Vinh tuyển Nhân...
</a>
<div class="userTitle">
<a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="17/12/24 lúc 20:19">17/12/24</span>
</div>
</li>
</ul>
</div>
<div id="PreviewTooltip">
<span class="arrow"><span></span></span>
<div class="section">
<div class="primaryContent previewContent">
<span class="PreviewContents">Đang tải...</span>
</div>
</div>
</div>";s:4:"time";i:1742849030;}s:14:"thread_view_13";a:2:{s:4:"html";s:3565:"<div class="avatarList">
<ul>
<li class="thread-3042 thread-node-2">
<a href="members/daotaonghiepvu-edu-vn.1018/" class="avatar Av1018s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="daotaonghiepvu.edu.vn" /></a>
<a title="Báo Bà Rịa - Vũng Tàu tuyển dụng Cộng tác viên" class="Tooltip"
href="posts/3482/">
Báo Bà Rịa - Vũng Tàu tuyển...
</a>
<div class="userTitle">
<a href="members/daotaonghiepvu-edu-vn.1018/" class="username">daotaonghiepvu.edu.vn</a> replied <span class="DateTime" title="25/9/21 lúc 17:28">25/9/21</span>
</div>
</li>
<li class="thread-3075 thread-node-2">
<a href="members/daotaonghiepvu-edu-vn.1018/" class="avatar Av1018s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="daotaonghiepvu.edu.vn" /></a>
<a title="Thông báo xét tuyển viên chức đơn vị sự nghiệp giáo dục và đào tạo thành phố Vũng Tàu" class="Tooltip"
href="posts/3481/">
Thông báo xét tuyển viên chức...
</a>
<div class="userTitle">
<a href="members/daotaonghiepvu-edu-vn.1018/" class="username">daotaonghiepvu.edu.vn</a> replied <span class="DateTime" title="1/9/21 lúc 16:32">1/9/21</span>
</div>
</li>
<li class="thread-3074 thread-node-2">
<a href="members/daotaonghiepvu-edu-vn.1018/" class="avatar Av1018s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="daotaonghiepvu.edu.vn" /></a>
<a title="Bệnh viện Bà Rịa tỉnh Bà Rịa – Vũng Tàu tuyển dụng viên chức đợt I năm 2020" class="Tooltip"
href="posts/3480/">
Bệnh viện Bà Rịa tỉnh Bà Rịa –...
</a>
<div class="userTitle">
<a href="members/daotaonghiepvu-edu-vn.1018/" class="username">daotaonghiepvu.edu.vn</a> replied <span class="DateTime" title="1/9/21 lúc 13:40">1/9/21</span>
</div>
</li>
<li class="thread-2908 thread-node-2">
<a href="members/thzfsdhdty.1049/" class="avatar Av1049s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="thzfsdhdty" /></a>
<a title="UBND xã An Ngãi tuyển dụng vị trí không chuyên trách" class="Tooltip"
href="posts/3385/">
UBND xã An Ngãi tuyển dụng vị...
</a>
<div class="userTitle">
<a href="members/thzfsdhdty.1049/" class="username">thzfsdhdty</a> replied <span class="DateTime" title="9/12/18 lúc 20:56">9/12/18</span>
</div>
</li>
<li class="thread-2907 thread-node-2">
<a href="members/thzfsdhdty.1049/" class="avatar Av1049s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="thzfsdhdty" /></a>
<a title="UBND xã Suối Nghệ tuyển nhiều vị trí" class="Tooltip"
href="posts/3384/">
UBND xã Suối Nghệ tuyển nhiều...
</a>
<div class="userTitle">
<a href="members/thzfsdhdty.1049/" class="username">thzfsdhdty</a> replied <span class="DateTime" title="9/12/18 lúc 20:54">9/12/18</span>
</div>
</li>
</ul>
</div>
<div id="PreviewTooltip">
<span class="arrow"><span></span></span>
<div class="section">
<div class="primaryContent previewContent">
<span class="PreviewContents">Đang tải...</span>
</div>
</div>
</div>";s:4:"time";i:1742849030;}s:14:"thread_view_14";a:2:{s:4:"html";s:0:"";s:4:"time";i:1742848719;}}
Run Time: 0.000794
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:3:{s:19:"thread_view_lock_12";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1742849030;}s:19:"thread_view_lock_13";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1742849030;}s:19:"thread_view_lock_14";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1742848719;}}
Run Time: 0.000518
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:3:{s:19:"thread_view_lock_12";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1742849030;}s:19:"thread_view_lock_13";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1742849030;}s:19:"thread_view_lock_14";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1742849030;}}
Run Time: 0.000498
SELECT thread.*
,
user.gender, user.avatar_date, user.gravatar
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
WHERE ((thread.node_id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 46, 40, 41, 42, 43, 49, 50, 51, 52, 53, 44, 45, 47, 48)) AND (thread.discussion_state IN ('visible'))) AND (thread.post_date > 1742417030)
ORDER BY thread.view_count DESC
LIMIT 15
Run Time: 0.000623
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | node_id_last_post_date,node_id_sticky_state_last_post,post_date | post_date | 4 | | 1 | Using index condition; Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | vungtauc_br.thread.user_id | 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:3:{s:14:"thread_view_12";a:2:{s:4:"html";s:3479:"<div class="avatarList">
<ul>
<li class="thread-3140 thread-node-14">
<a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a>
<a title="Công ty MODEC cần tuyển Payable Accountant" class="Tooltip"
href="cong-ty-modec-can-tuyen-payable-accountant.t3140.html">
Công ty MODEC cần tuyển Payable...
</a>
<div class="userTitle">
<a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="11/3/25 lúc 13:55">11/3/25</span>
</div>
</li>
<li class="thread-3139 thread-node-3">
<a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a>
<a title="Công ty MODEC cần tuyển Business & Project Management Analyst" class="Tooltip"
href="cong-ty-modec-can-tuyen-business-project-management-analyst.t3139.html">
Công ty MODEC cần tuyển...
</a>
<div class="userTitle">
<a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="6/2/25 lúc 17:06">6/2/25</span>
</div>
</li>
<li class="thread-3138 thread-node-10">
<a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a>
<a title="Công ty MODEC cần tuyển "Material & Logistics Coordinator"" class="Tooltip"
href="cong-ty-modec-can-tuyen-material-logistics-coordinator.t3138.html">
Công ty MODEC cần tuyển...
</a>
<div class="userTitle">
<a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="13/1/25 lúc 14:35">13/1/25</span>
</div>
</li>
<li class="thread-3137 thread-node-3">
<a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a>
<a title="Công ty TNHH Trần Vinh Nhân viên Kinh doanh & Chăm sóc khách hàng" class="Tooltip"
href="cong-ty-tnhh-tran-vinh-nhan-vien-kinh-doanh-cham-soc-khach-hang.t3137.html">
Công ty TNHH Trần Vinh Nhân...
</a>
<div class="userTitle">
<a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="5/1/25 lúc 08:33">5/1/25</span>
</div>
</li>
<li class="thread-3136 thread-node-9">
<a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a>
<a title="Công ty Trần Vinh tuyển Nhân viên Kinh doanh & Chăm sóc khách hàng" class="Tooltip"
href="cong-ty-tran-vinh-tuyen-nhan-vien-kinh-doanh-cham-soc-khach-hang.t3136.html">
Công ty Trần Vinh tuyển Nhân...
</a>
<div class="userTitle">
<a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="17/12/24 lúc 20:19">17/12/24</span>
</div>
</li>
</ul>
</div>
<div id="PreviewTooltip">
<span class="arrow"><span></span></span>
<div class="section">
<div class="primaryContent previewContent">
<span class="PreviewContents">Đang tải...</span>
</div>
</div>
</div>";s:4:"time";i:1742849030;}s:14:"thread_view_13";a:2:{s:4:"html";s:3565:"<div class="avatarList">
<ul>
<li class="thread-3042 thread-node-2">
<a href="members/daotaonghiepvu-edu-vn.1018/" class="avatar Av1018s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="daotaonghiepvu.edu.vn" /></a>
<a title="Báo Bà Rịa - Vũng Tàu tuyển dụng Cộng tác viên" class="Tooltip"
href="posts/3482/">
Báo Bà Rịa - Vũng Tàu tuyển...
</a>
<div class="userTitle">
<a href="members/daotaonghiepvu-edu-vn.1018/" class="username">daotaonghiepvu.edu.vn</a> replied <span class="DateTime" title="25/9/21 lúc 17:28">25/9/21</span>
</div>
</li>
<li class="thread-3075 thread-node-2">
<a href="members/daotaonghiepvu-edu-vn.1018/" class="avatar Av1018s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="daotaonghiepvu.edu.vn" /></a>
<a title="Thông báo xét tuyển viên chức đơn vị sự nghiệp giáo dục và đào tạo thành phố Vũng Tàu" class="Tooltip"
href="posts/3481/">
Thông báo xét tuyển viên chức...
</a>
<div class="userTitle">
<a href="members/daotaonghiepvu-edu-vn.1018/" class="username">daotaonghiepvu.edu.vn</a> replied <span class="DateTime" title="1/9/21 lúc 16:32">1/9/21</span>
</div>
</li>
<li class="thread-3074 thread-node-2">
<a href="members/daotaonghiepvu-edu-vn.1018/" class="avatar Av1018s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="daotaonghiepvu.edu.vn" /></a>
<a title="Bệnh viện Bà Rịa tỉnh Bà Rịa – Vũng Tàu tuyển dụng viên chức đợt I năm 2020" class="Tooltip"
href="posts/3480/">
Bệnh viện Bà Rịa tỉnh Bà Rịa –...
</a>
<div class="userTitle">
<a href="members/daotaonghiepvu-edu-vn.1018/" class="username">daotaonghiepvu.edu.vn</a> replied <span class="DateTime" title="1/9/21 lúc 13:40">1/9/21</span>
</div>
</li>
<li class="thread-2908 thread-node-2">
<a href="members/thzfsdhdty.1049/" class="avatar Av1049s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="thzfsdhdty" /></a>
<a title="UBND xã An Ngãi tuyển dụng vị trí không chuyên trách" class="Tooltip"
href="posts/3385/">
UBND xã An Ngãi tuyển dụng vị...
</a>
<div class="userTitle">
<a href="members/thzfsdhdty.1049/" class="username">thzfsdhdty</a> replied <span class="DateTime" title="9/12/18 lúc 20:56">9/12/18</span>
</div>
</li>
<li class="thread-2907 thread-node-2">
<a href="members/thzfsdhdty.1049/" class="avatar Av1049s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="thzfsdhdty" /></a>
<a title="UBND xã Suối Nghệ tuyển nhiều vị trí" class="Tooltip"
href="posts/3384/">
UBND xã Suối Nghệ tuyển nhiều...
</a>
<div class="userTitle">
<a href="members/thzfsdhdty.1049/" class="username">thzfsdhdty</a> replied <span class="DateTime" title="9/12/18 lúc 20:54">9/12/18</span>
</div>
</li>
</ul>
</div>
<div id="PreviewTooltip">
<span class="arrow"><span></span></span>
<div class="section">
<div class="primaryContent previewContent">
<span class="PreviewContents">Đang tải...</span>
</div>
</div>
</div>";s:4:"time";i:1742849030;}s:14:"thread_view_14";a:2:{s:4:"html";s:0:"";s:4:"time";i:1742849030;}}
Run Time: 0.000704
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:3:{s:19:"thread_view_lock_12";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1742849030;}s:19:"thread_view_lock_13";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1742849030;}s:19:"thread_view_lock_14";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1742849030;}}
Run Time: 0.000496
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('members_online_now', 'forum_statistics')
Params: 2
Run Time: 0.000155
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 106 | | 2 | Using where |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('BRQCT_button_top_ctrl', 'vnxf_ads_footer')
AND style_id = ?
AND language_id = ?
Params: 1, 2
Run Time: 0.000220
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 2 | Using where |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('BRQCT_button_top_ctrl', 'BRQCT_navigation_tabs_forums')
AND style_id = ?
AND language_id = ?
Params: 1, 2
Run Time: 0.000139
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 2 | Using where |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('BRQCT_button_top_ctrl', 'nat_bodyjs')
AND style_id = ?
AND language_id = ?
Params: 1, 2
Run Time: 0.000146
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 2 | Using where |