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.000306
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | ALL | PRIMARY | | | | 37 | Using where |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('brListenerClasses', 'brBriviumAddOns')
Run Time: 0.000081
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 27 | | 2 | Using index condition |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000124
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: 12346
Run Time: 0.000393
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: 36
Run Time: 0.000213
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | node | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | forum | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | permission | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT post.*
,
bb_code_parse_cache.parse_tree AS message_parsed, bb_code_parse_cache.cache_version AS message_cache_version,
user.*, IF(user.username IS NULL, post.username, user.username) AS username,
user_profile.*,
user_privacy.*,
signature_parse_cache.parse_tree AS signature_parsed, bb_code_parse_cache.cache_version AS signature_cache_version,
session_activity.view_date AS last_view_date,
0 AS like_date
FROM xf_post AS post
LEFT JOIN xf_bb_code_parse_cache AS bb_code_parse_cache ON
(bb_code_parse_cache.content_type = 'post' AND bb_code_parse_cache.content_id = post.post_id)
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_bb_code_parse_cache AS signature_parse_cache ON
(signature_parse_cache.content_type = 'signature' AND signature_parse_cache.content_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)
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: 12346
Run Time: 0.001443
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 where; Using filesort |
SIMPLE | bb_code_parse_cache | eq_ref | content_type_id | content_type_id | 31 | const,tugrghshosting_diendanduoc.post.post_id | 1 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | tugrghshosting_diendanduoc.post.user_id | 1 | |
SIMPLE | user_profile | eq_ref | PRIMARY | PRIMARY | 4 | tugrghshosting_diendanduoc.post.user_id | 1 | |
SIMPLE | user_privacy | eq_ref | PRIMARY | PRIMARY | 4 | tugrghshosting_diendanduoc.post.user_id | 1 | |
SIMPLE | signature_parse_cache | eq_ref | content_type_id | content_type_id | 31 | const,tugrghshosting_diendanduoc.post.user_id | 1 | Using where |
SIMPLE | session_activity | ref | PRIMARY | PRIMARY | 4 | tugrghshosting_diendanduoc.post.user_id | 11 | Using where |
INSERT DELAYED INTO xf_thread_view
(thread_id)
VALUES
(?)
Params: 12346
Run Time: 0.000114
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 1ea8b09637bc42a1f984a34c923a016b, , 1656977067
Run Time: 0.000231
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, thread_id=12346, 1656973467,
Run Time: 0.000157
INSERT INTO xf_bb_code_parse_cache
(content_type, content_id, parse_tree, cache_version, cache_date)
VALUES (?, ?, ?, ?, ?)
ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
cache_version = VALUES(cache_version),
cache_date = VALUES(cache_date)
Params: post, 13081, a:19:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:6:"center";s:6:"option";N;s:8:"original";a:2:{i:0;s:8:"[CENTER]";i:1;s:9:"[/CENTER]";}s:8:"children";a:3:{i:0;s:201:"Batluadocdao.com - Bật lửa hút Cigar Cohiba chính hãng loại 1 tia lửa có thiết bị đục Xì gà - Mã SP: BLH097
"MIỄN PHÍ GIAO HÀNG TOÀN QUỐC"
Hotline: 0988 00 11 31
Email: ";i:1;a:4:{s:3:"tag";s:5:"email";s:6:"option";N;s:8:"original";a:2:{i:0;s:7:"[email]";i:1;s:8:"[/email]";}s:8:"children";a:1:{i:0;s:22:"hotro@batluadocdao.com";}}i:2;s:50:"
Website: batluadocdao.com hoặc batluadocdao.vn";}}}}i:1;s:3:"
";i:2;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:25:"Thông tin sản phẩm :";}}i:3;s:568:"
- Tên sản phẩm: Bật lửa hút Cigar chính hãng Cohiba H-097.
- Nhãn hiệu: Cohiba.
- Loại: 1 tia lửa, có thiết bị đục xì gà.
- Màu sắc: màu xám, màu cam.
- Trọng lượng cả hộp: 130g.
- Kích thước: 70x32x11mm.
- Quy cách đóng gói: Full box: phiếu bảo hành, Catalogue.
- Bảo hành: Đổi mới trong vòng 7 ngày nếu lỗi do nhà sản xuất hoặc không đúng như mô tả trên Website (chi phí vận chuyển bảo hành hoặc đổi trả khách hàng thanh toán). Bảo hành: 3 tháng.
";i:4;a:4:{s:3:"tag";s:6:"center";s:6:"option";N;s:8:"original";a:2:{i:0;s:8:"[CENTER]";i:1;s:9:"[/CENTER]";}s:8:"children";a:6:{i:0;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:103:"http://batluadocdao.com/media/upload/2015/10/1445919179-bat-lua-hut-cigar-chinh-hang-cohiba-h097-10.jpg";}}i:1;s:53:"
Bật lửa hút cigar Cohiba chính hãng H097
";i:2;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:103:"http://batluadocdao.com/media/upload/2015/10/1445919179-bat-lua-hut-cigar-chinh-hang-cohiba-h097-06.jpg";}}i:3;s:66:"
Bật lửa hút xì gà Cohiba chính hãng tại hà nội
";i:4;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:103:"http://batluadocdao.com/media/upload/2015/10/1445919179-bat-lua-hut-cigar-chinh-hang-cohiba-h097-05.jpg";}}i:5;s:56:"
Bật lửa hút xì gà Cohiba chính hãng màu cam";}}i:5;s:41:"
Chúng tôi phân phối sản phẩm ";i:6;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:56:"Bật lửa hút Cigar Cohiba, Hộp quẹt Cigar Cohiba";}}i:7;s:617:" tại Hà Nội, Hồ Chí Minh, Hải Phòng, Đà Nẵng, An Giang, Bà Rịa Vũng Tàu, Bạc Liêu, Bắc Kạn, Bắc Giang, Bắc Ninh, Bến Tre, Bình Dương, Bình Định, Bình Phước, Bình Thuận, Cà Mau, Cao Bằng, Cần Thơ, Đắk Lắk, Đắk Nông, Điện Biên, Đồng Nai, Đồng Tháp, Gia Lai, Hà Giang, Hà Nam, Hà Tây, Hà Tĩnh, Hải Dương, Hòa Bình, Hậu Giang, Hưng Yên, Khánh Hòa, Kiên Giang, Kon Tum, Lai Châu, Lào Cai, Lạng Sơn, Lâm Đồng, Long An, Nam Định, Nghệ An, Ninh Bình, Ninh Thuận, Phú Thọ, Phú Yên, Quảng Bình, Quảng Nam.
";i:8;a:4:{s:3:"tag";s:6:"center";s:6:"option";N;s:8:"original";a:2:{i:0;s:8:"[CENTER]";i:1;s:9:"[/CENTER]";}s:8:"children";a:4:{i:0;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:103:"http://batluadocdao.com/media/upload/2015/10/1445919179-bat-lua-hut-cigar-chinh-hang-cohiba-h097-07.jpg";}}i:1;s:65:"
Mua bật lửa hút cigar Cohiba giá rẻ tại hà nội
";i:2;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:103:"http://batluadocdao.com/media/upload/2015/10/1445919179-bat-lua-hut-cigar-chinh-hang-cohiba-h097-09.jpg";}}i:3;s:66:"
Shop bán bật lửa hút cigar cohiba tốt nhất ở đâu?";}}i:9;s:14:"
Hiện nay ";i:10;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:17:"Batluadocdao.com ";}}i:11;s:32:"còn phân phối sản phẩm: ";i:12;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:56:"Bật lửa hút Cigar Cohiba, Hộp quẹt Cigar Cohiba";}}i:13;s:421:" tại Quận: Ba Đình, Bắc Từ Liêm, Cầu Giấy, Đống Đa, Hà Đông, Hai Bà Trưng, Hoàn Kiếm, Hoàng Mai, Long Biên, Nam Từ Liêm, Tây Hồ, Thanh Xuân, Thị xã Sơn Tây, Huyện Ba Vì, Chương Mỹ, Đan Phượng, Đông Anh, Gia Lâm, Hoài Đức, Mê Linh, Mỹ Đức, Phú Xuyên, Phúc Thọ, Quốc Oai, Sóc Sơn, Thanh Oai, Thanh Trì, Thạch Thất, Thường Tín, Ứng Hòa
";i:14;a:4:{s:3:"tag";s:6:"center";s:6:"option";N;s:8:"original";a:2:{i:0;s:8:"[CENTER]";i:1;s:9:"[/CENTER]";}s:8:"children";a:4:{i:0;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:103:"http://batluadocdao.com/media/upload/2015/10/1445919179-bat-lua-hut-cigar-chinh-hang-cohiba-h097-11.jpg";}}i:1;s:67:"
Bật lửa hút cigar Cohiba màu xám xịn tại hà nội
";i:2;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:103:"http://batluadocdao.com/media/upload/2015/10/1445919179-bat-lua-hut-cigar-chinh-hang-cohiba-h097-12.jpg";}}i:3;s:67:"
Bật lửa hút xì gà Cohiba chính hãng loại 1 tia lửa";}}i:15;s:3:"
";i:16;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:1677:"Keyword :bật lửa hút xì gà cohiba loại 1 tia lửa, bật lửa hút cigar cohiba chính hãng cho người sành, bật lửa hút cigar cohiba chính hãng có thiết bị đục xì gà, bật lửa hút xì gà cohiba chính hãng màu xám, bật lửa hút xì gà cohiba chính hãng màu cam, mua bật lửa hút xì gà cohiba giá rẻ ở đâu, shop ban bat lua hut cigar cohiba chinh hang uy tin tai ha noi, thay ga bat lua hut cigar cohiba o dau, bat lua hut cigar cohiba chinh hang gia re, bật lửa, bật lửa hút xì gà, bật lửa hút xì gà Cohiba, bán buôn bật lửa hút xì gà, bán sỉ bật lửa hút xì gà, mua bật lửa bật lửa hút xì gà ở đâu, bật lửa hút xì gà dùng có tốt không, địa chỉ uy tín mua bật lửa hút xì gà, shop bán bật lửa hút xì gà, bán bật lửa hút xì gà tại hà nội, bán bật lửa hút xì gà ở hồ chí minh, bat lua, bat lua hut xi ga, bat lua hut xi ga cohiba, bat lua hut xi ga chinh hang, bật lửa khò, bật lửa khò giá rẻ, bật lửa khò đẹp, bật lửa khò hà nội, bán bật lửa khò, bật lửa khò là gì, bán bật lửa khò hà nội, ban bat lua kho tai ha noi, binh ga bat lua kho, bơm gas bật lửa khò, mua bán bật lửa khò, bat lua kho cao cap, bật lửa khò độc, bật lửa khò đẹp tại hà nội, bat lua kho hcm, mua bật lửa khò ở đâu, bật lửa khò xịn, hộp quẹt cigar hcm, hop quet cigar, hop quet cigar cohiba, bat lua hut xi ga, hộp quẹt cigar cohiba, hộp quẹt cigar, bật lửa cohiba, hop quet xi ga, bật lửa cigar, bật lửa xì gà";}}i:17;s:4:"
";i:18;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:3:{i:0;s:75:"ĐƠN VỊ CUNG CẤP SẢN PHẨM
SIÊU THỊ BẬT LỬA ĐỘC ĐÁO
";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:27:"http://www.batluadocdao.com";s:8:"original";a:2:{i:0;s:35:"[URL="http://www.batluadocdao.com"]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:20:"www.batluadocdao.com";}}i:2;s:114:"
Số 4, ngõ 332/7, Đ. Hoàng Công Chất, P. Phú Diễn, Q. Bắc Từ Liêm, TP. Hà Nội
0988 00 11 31";}}}, 1586268963, 1656973467
Run Time: 0.000494
SELECT *
FROM xf_node
ORDER BY lft ASC
Run Time: 0.000120
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_node | ALL | | | | | 22 | 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.000083
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | ref | PRIMARY | PRIMARY | 31 | const,const | 29 | Using index condition |
SELECT thread.*
,
user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
node.title AS node_title, node.node_name
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
LEFT JOIN xf_node AS node ON
(node.node_id = thread.node_id)
WHERE ((thread.node_id IN (3, 34, 36)) AND (thread.discussion_state IN ('visible'))) AND (thread.post_date > 1656541467)
ORDER BY thread.view_count DESC
LIMIT 15
Run Time: 0.001537
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 | | 163 | Using index condition; Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | tugrghshosting_diendanduoc.thread.user_id | 1 | |
SIMPLE | node | eq_ref | PRIMARY | PRIMARY | 4 | tugrghshosting_diendanduoc.thread.node_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 (36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36)
Run Time: 0.000126
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | node | range | PRIMARY | PRIMARY | 4 | | 1 | Using index condition |
SIMPLE | forum | eq_ref | PRIMARY | PRIMARY | 4 | tugrghshosting_diendanduoc.node.node_id | 1 | |