SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000218
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: 9627976
Run Time: 0.000659
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: 152
Run Time: 0.000679
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: 9627976
Run Time: 0.001280
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,5s_db1.post.post_id | 1 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.post.user_id | 1 | |
SIMPLE | user_profile | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.post.user_id | 1 | |
SIMPLE | user_privacy | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.post.user_id | 1 | |
SIMPLE | signature_parse_cache | eq_ref | content_type_id | content_type_id | 31 | const,5s_db1.post.user_id | 1 | Using where |
SIMPLE | session_activity | ref | PRIMARY | PRIMARY | 4 | 5s_db1.post.user_id | 11 | Using where |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 72086069
Run Time: 0.000274
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_ip | const | PRIMARY | PRIMARY | 4 | const | 1 | |
INSERT INTO xf_thread_view
(thread_id)
VALUES
(?)
Params: 9627976
Run Time: 0.000329
SELECT field.*
,
ff.field_id, ff.node_id
FROM xf_thread_field AS field
INNER JOIN xf_forum_field AS ff ON
(ff.field_id = field.field_id)
WHERE (ff.node_id IN(152))
ORDER BY field.materialized_order
Run Time: 0.000278
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | ff | ref | PRIMARY,field_id | PRIMARY | 4 | const | 5 | Using index; Using temporary; Using filesort |
SIMPLE | field | eq_ref | PRIMARY | PRIMARY | 194 | 5s_db1.ff.field_id | 1 | |
SELECT *
FROM xf_region
WHERE r_parentid = ? ORDER BY r_displayorder ASC
Params: 0
Run Time: 0.000214
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_region | ref | r_parentid | r_parentid | 4 | const | 65 | Using where; Using filesort |
SELECT field.*
,
ff.field_id, ff.node_id
FROM xf_thread_field AS field
INNER JOIN xf_forum_field AS ff ON
(ff.field_id = field.field_id)
WHERE (ff.node_id IN(152))
ORDER BY field.materialized_order
Run Time: 0.000251
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | ff | ref | PRIMARY,field_id | PRIMARY | 4 | const | 5 | Using index; Using temporary; Using filesort |
SIMPLE | field | eq_ref | PRIMARY | PRIMARY | 194 | 5s_db1.ff.field_id | 1 | |
SELECT *
FROM xf_region
WHERE r_parentid = ? ORDER BY r_displayorder ASC
Params: 0
Run Time: 0.000197
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_region | ref | r_parentid | r_parentid | 4 | const | 65 | Using where; Using filesort |
SELECT *
FROM xf_thread_field_custom_filter
WHERE id = ?
Params: 0
Run Time: 0.000188
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT *
FROM xf_thread_field_custom_filter_group
WHERE id = ?
Params:
Run Time: 0.000166
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT *
FROM xf_thread_field_custom_filter_group
WHERE parentid = ?
Params:
Run Time: 0.000161
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread_field_custom_filter_group | ALL | | | | | 62 | Using where |
SELECT *
FROM xf_thread_field_custom_filter
WHERE id = ?
Params: 0
Run Time: 0.000179
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT *
FROM xf_thread_field_custom_filter_group
WHERE id = ?
Params:
Run Time: 0.000162
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT count(*) FROM api_hash WHERE userid = ? and apisource = ?
Params: 101918387, haravan.vn
Run Time: 0.000299
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT count(*) FROM api_thread_approve WHERE userid = 101918387 AND threadid = 9627976 AND open_iframe = 0 and apisource = 'haravan.vn'
Run Time: 0.000230
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM api_hash WHERE userid = ? and apisource = ? and approve = ?
Params: 101918387, webcall.vn, 1
Run Time: 0.000278
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT *
FROM xf_thread_user_up
WHERE user_id = ?
ORDER BY datecreated DESC
Params: 0
Run Time: 0.000162
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread_user_up | ref | user_id | user_id | 4 | const | 1 | Using where; Using filesort |
SELECT user.*
FROM xf_user AS user
WHERE user.user_id = ?
Params: 101918387
Run Time: 0.000438
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT *
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 2
Run Time: 0.000191
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT thread.*
FROM xf_thread AS thread
WHERE thread.node_id = 152 AND thread.sticky = 1 AND thread.thread_id <> 9627976 AND discussion_state = "visible" ORDER BY rand() LIMIT 5
Run Time: 0.001095
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | ref | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,node_id_product,node_id,node_id_2,sticky | node_id_sticky_state_last_post | 6 | const,const,const | 1 | Using index condition; Using temporary; Using filesort |
SELECT thread.*
FROM xf_thread AS thread
WHERE thread.node_id = 152 AND thread.sticky <> 1 AND thread.thread_id <> 9627976 AND discussion_state = "visible" ORDER BY thread.thread_id DESC LIMIT 5
Run Time: 0.000865
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,node_id_product,node_id,node_id_2,sticky | PRIMARY | 4 | | 1035905 | Using where |
SELECT * FROM `xf_quicklink` WHERE node_id = ? ORDER BY stt,id
Params: 152
Run Time: 0.000175
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_quicklink | ref | node_id | node_id | 2 | const | 1 | Using where; Using filesort |
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, ,Ȯa, ,Ȯa, XenForo_ControllerPublic_Thread, Index, valid, thread_id=9627976, 1652975393,
Run Time: 0.000405
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.000204
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_widget | ALL | | | | | 17 | Using where; Using filesort |
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, 1058837219, a:13:{i:0;s:688:"Giới thiệu đồng hồ Cartier Tank WSTA0030 Replica 1:1
Tạo điểm nổi bật mãnh liệt với dáng vỏ hình chữ nhật bo tròn bốn góc đơn giản cùng dây đeo tay liền khối với bộ vỏ, các dòng sản phẩm Cartier Tank đã thuận lợi làm siêu lòng mọi quý cô ngay từ cái nhìn đầu tiên
Có mặt tại Đồng Hồ Chất 8668 ngày hôm nay là mẫu Cartier Tank WSTA0030 phiên bản đồng hồ replica 1:1 với lớp vỏ thép ko gỉ bóng bẩy kết hợp với dây đeo tay bằng da bê màu đen tao nhã hứa hẹn là món trang sức không thể thiếu trong tủ đồ của các quý cô đương đại.
";i:1;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:87:"https://donghochat8668.com/wp-content/uploads/2021/07/dong-ho-cartier-gia-bao-nhieu.jpg";}}i:2;s:69:"
Đánh giá chi tiết về thiết kế của sản phẩm
Mẫu ";i:3;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:5:"color";s:6:"option";s:7:"#4da6ff";s:8:"original";a:2:{i:0;s:15:"[COLOR=#4da6ff]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:48:"https://donghochat8668.com/dong-ho-cartier-fake/";s:8:"original";a:2:{i:0;s:56:"[URL='https://donghochat8668.com/dong-ho-cartier-fake/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:25:"đồng hồ Cartier fake";}}}}}}i:4;s:625:" siêu cấp sở hữu kiểu dáng nhỏ nhắn, xinh xắn trên cổ tay ngọc ngà của các quý cô. Sở hữu dáng vỏ hình chữ nhật thon thả dài có 2 cạnh ngoài cùng được đánh bóng cẩn thận, bộ khung vỏ còn sở hữu hai cạnh ngang hoàn thiện chải xước tinh tế tạo vẻ đẹp độc đáo cho tổng thể
Phiên bản này sử dụng chất liệu thép ko gỉ với giá tiền thấp hơn so với những chất liệu khác như vàng hồng, vàng gold,… nhưng không kém phần sang trọng, hiện đại nhờ tông màu bạc sáng vượt trội.
";i:5;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:89:"https://donghochat8668.com/wp-content/uploads/2021/07/dong-ho-cartier-gia-bao-nhieu-1.jpg";}}i:6;s:733:"
Kết hợp với dây đeo da bê màu đen được gia công chăm chút mô tả qua các đường may bằng chỉ tinh tế, đều đặn, dòng sản phẩm đã làm nhiều tín đồ của đồng hồ nữ cảm thấy thổn thức.
Nâng cao cường khả năng chống thấm nước và cải thiện khả năng điều khiển những chức năng của đồng hồ, nhà sản xuất đã kiểu dáng một núm điều chỉnh dạng xoắn vít hình vương miện ngược.
Trên bề mặt núm với gắn thêm 1 viên đá quý màu xanh khá nổi bật. Ngoài ra, vỏ núm được khía rãnh ngắn mềm mại tăng thêm độ ma sát cho người đeo khi điều khiển đồng hồ.
";i:7;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: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:2:{i:0;s:48:"Xem thêm 50+ mẫu đồng hồ Cartier fake : ";i:1;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;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#4d4dff";s:8:"original";a:2:{i:0;s:15:"[COLOR=#4d4dff]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[URL]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:48:"https://donghochat8668.com/dong-ho-cartier-fake/";}}}}}}}}i:1;s:1:"
";}}i:8;s:1:"
";i:9;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:89:"https://donghochat8668.com/wp-content/uploads/2021/07/dong-ho-cartier-gia-bao-nhieu-2.jpg";}}i:10;s:652:"
Với kích thước bề mặt là 30mm x 24mm, dòng đồng hồ này có mặt số rất thông thoáng. Trên gam nền trắng nhã nhặn là hệ thống cọc chỉ giờ hiện lên dưới dạng chữ số La Mã màu đen sắc nét, xếp ven theo dáng hình chữ nhật của mặt số.
Vì thế, chúng có hình dáng hơi nghiêng về hai phía tương đối thú vị. Như thường lệ, bộ đôi kim chỉ giờ và chỉ phút được đặt ở trung tâm của mặt số. Ở phiên bản này, kim giờ và kim phút được thiết kế tương đối đơn giản có hình dáng thanh kiếm quen thuộc.
";i:11;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:89:"https://donghochat8668.com/wp-content/uploads/2021/07/dong-ho-cartier-gia-bao-nhieu-4.jpg";}}i:12;s:218:"
Cung cấp năng lượng cho chuyển động của chúng là bộ máy quartz bên trong có khả năng vận hành bền bỉ trong nhiều giờ đồng hồ có độ chuẩn xác đã được kiểm chứng.";}, 1631068078, 1652975393
Run Time: 0.000494
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thread_field_price_desc', 'thread_field_city_desc', 'thread_field_district_desc', 'thread_field_mobile_desc', 'thread_field_postaddress_desc')
Params: 4
Run Time: 0.000171
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 106 | | 5 | Using where |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 2
Run Time: 0.000211
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 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 > 1652974493)
ORDER BY session_activity.view_date DESC
Run Time: 0.000769
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | ALL | view_date | | | | 2021 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.session_activity.user_id | 1 | |