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.000261
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.000067
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.000068
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: 9935
Run Time: 0.000293
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.000154
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: 9935
Run Time: 0.000842
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: 9935
Run Time: 0.000109
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 12819066d44f3d5f70e4f1e583adcb63, , 1653235144
Run Time: 0.000143
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=9935, 1653231544,
Run Time: 0.000148
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, 10613, a:26:{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;s:222:"Batluadocdao.com - Tủ bảo quản giữ ẩm xì gà cắm điện Lubinski 3 tầng - Mã SP: RA220
"MIỄN PHÍ GIAO HÀNG TOÀN QUỐC"
Hotline: 0988 00 11 31
Website: batluadocdao.com
Thông tin sản phẩm :";}}i:1;s:728:"
- Tên sản phẩm: Tủ bảo quản, giữ ẩm xì gà cắm điện Lubinski RA220
- Nhãn hiệu: Lubinski
- Chất liệu: Khung nhôm, cửa kính, khay gỗ tuyết tùng cao cấp
- Kích thước: 740x450x430mm
- Số lượng: 70 lít, 250 điếu điếu (tùy theo kích thước xì gà)
- 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: 1 năm, bảo trì: trọn đời.
Tủ bảo quản giữ ẩm xì gà cắm điện Lubinski 3 tầng - Mã SP: RA220
";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:137:"http://i0.wp.com/batluadocdao.com/media/upload/2019/10/1571819841-tu-dien-bao-quan-giu-am-xi-ga-qua-tang-sep-cao-cap-lubinski-ra222-1.jpg";}}i:3;s:100:"
Tủ điện bảo quản, giữ ẩm xì gà Lubinski RA220 (quà tặng sếp nam cao cấp)
";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:137:"http://i0.wp.com/batluadocdao.com/media/upload/2019/10/1571819841-tu-dien-bao-quan-giu-am-xi-ga-qua-tang-sep-cao-cap-lubinski-ra222-4.jpg";}}i:5;s:77:"
Tủ bảo quản xì gà cắm điện Lubinski, quà tặng cao cấp
";i:6;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:137:"http://i0.wp.com/batluadocdao.com/media/upload/2019/10/1571819841-tu-dien-bao-quan-giu-am-xi-ga-qua-tang-sep-cao-cap-lubinski-ra222-5.jpg";}}i:7;s:81:"
Tủ bảo quản thuốc xì gà Lubinski cắm điện tự động RA220
";i:8;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:137:"http://i0.wp.com/batluadocdao.com/media/upload/2019/10/1571819841-tu-dien-bao-quan-giu-am-xi-ga-qua-tang-sep-cao-cap-lubinski-ra222-6.jpg";}}i:9;s:95:"
Tủ bảo quản, giữ ẩm cigar cắm điện Lubinski RA220 chính hãng, giá tốt
";i:10;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:137:"http://i0.wp.com/batluadocdao.com/media/upload/2019/10/1571819841-tu-dien-bao-quan-giu-am-xi-ga-qua-tang-sep-cao-cap-lubinski-ra222-7.jpg";}}i:11;s:84:"
Cửa kính, khung nhôm, có tay cầm
Chúng tôi 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:66:"Tủ bảo quản, giữ ẩm xì gà cắm điện Lubinski RA220";}}i:13;s:628:" 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.
Hiện nay ";i:14;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:16:"Batluadocdao.com";}}i:15;s:33:" còn phân phối sản phẩm: ";i:16;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:66:"Tủ bảo quản, giữ ẩm xì gà cắm điện Lubinski RA220";}}i:17;s:422:" 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:18;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:1005:"Keyword: hộp bảo quản xì gà cohiba coec1, hộp đựng cigar 50 điếu, hộp bảo quản xì gà hcm,hộp đựng xì gà, hộp đựng cigar, hộp bảo quản xì gà, hộp giữ ẩm xì gà, hộp bảo quản giữ ẩm xì gà cohiba, phụ kiện xì gà, phụ kiện cigar, quà tặng sếp, quà tặng cao cấp, tủ xì gà, tủ xì gà mini, tủ xì gà cohiba, bán tủ xì gà, tủ đựng xì gà, tủ xì gà cohiba, tủ giữ ẩm xì gà, tủ bảo quản xì gà, tủ bảo quản xì gà mini, tủ bảo quản xì gà cắm điện, hộp bảo quản giữ ẩm cigar, tủ cắm điện, tủ bảo điện bảo quản giữ ẩm xì gà, tủ điện mini, tủ bảo quản giữ ẩm xì gà mini, bao da đựng xì gà, tủ giữ ẩm xì gà cohiba, tủ đựng thuốc xì gà, tủ điện bảo quản xì gà, tủ điện giữ ẩm xì gà, tủ bảo quản giữ ẩm xì gà cắm điện, tủ cắm điện, tủ đựng thuốc cigar";}}i:19;s:3:"
";i:20;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:72:"ĐƠN VỊ CUNG CẤP SẢN PHẨM
SIÊU THỊ BẬT LỬA ĐỘC ĐÁO";}}i:21;s:2:"
";i:22;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:2:{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;s:8:"Website:";}}i:1;s:32:" batluadocdao.com
Địa chỉ:";}}i:23;s:98:" 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
";i:24;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:16:"Điện thoại:";}}i:25;s:14:" 0988 00 11 31";}, 1586268963, 1653231544
Run Time: 0.000241
SELECT *
FROM xf_node
ORDER BY lft ASC
Run Time: 0.000088
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.000096
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 > 1652799544)
ORDER BY thread.view_count DESC
LIMIT 15
Run Time: 0.001561
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 | | 272 | 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, 34, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36)
Run Time: 0.000151
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | node | range | PRIMARY | PRIMARY | 4 | | 2 | Using index condition |
SIMPLE | forum | eq_ref | PRIMARY | PRIMARY | 4 | tugrghshosting_diendanduoc.node.node_id | 1 | |