SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.001046
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: 9549213
Run Time: 0.001143
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.000639
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: 9549213
Run Time: 0.001365
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: 71271234
Run Time: 0.000350
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: 9549213
Run Time: 0.000294
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.001028
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.000288
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.000374
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.000317
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: 34
Run Time: 0.000295
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread_field_custom_filter | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT *
FROM xf_thread_field_custom_filter_group
WHERE id = ?
Params: 7
Run Time: 0.000303
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread_field_custom_filter_group | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT *
FROM xf_thread_field_custom_filter_group
WHERE parentid = ?
Params: 7
Run Time: 0.000307
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread_field_custom_filter_group | ALL | | | | | 62 | Using where |
SELECT count(*) FROM api_hash WHERE userid = ? and apisource = ?
Params: 101910604, haravan.vn
Run Time: 0.000256
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 = 101910604 AND threadid = 9549213 AND open_iframe = 0 and apisource = '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 * FROM api_hash WHERE userid = ? and apisource = ? and approve = ?
Params: 101910604, webcall.vn, 1
Run Time: 0.000417
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.000186
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: 101910604
Run Time: 0.001355
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.000219
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 <> 9549213 AND discussion_state = "visible" ORDER BY rand() LIMIT 5
Run Time: 0.001051
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 <> 9549213 AND discussion_state = "visible" ORDER BY thread.thread_id DESC LIMIT 5
Run Time: 0.001228
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 | | 981246 | Using where |
SELECT * FROM `xf_quicklink` WHERE node_id = ? ORDER BY stt,id
Params: 152
Run Time: 0.000296
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, "̮n, "̮n, XenForo_ControllerPublic_Thread, Index, valid, thread_id=9549213, 1653297849,
Run Time: 0.000385
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.000246
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_widget | ALL | | | | | 17 | Using where; Using filesort |
SELECT *
FROM xf_region
WHERE r_id = ?
Params: 5
Run Time: 0.000216
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_region | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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, 1058736010, a:15:{i:0;s:796:"CÁCH CHỌN TRANH CHO NGƯỜI MỆNH HỎA
- Trong ngũ hành , Hỏa đại diện cho ánh sáng mặt trời , đại diện cho sự ấm áp , đại diện cho màu ngọn lửa cháy , cho sự quyết tâm , chiến thắng . Vậy khi chọn tranh đá quý cho tuổi Hỏa , ta nên chọn tranh đá quý có màu chủ đạo là màu đỏ , hồng , vàng , cam , ... Ví dụ như tranh đá quý hoa đào , tranh đá quý tùng hạc du xuân , tranh đá quý hoa mẫu đơn ... . Theo quan hệ tương sinh , màu xanh lá cây là màu tương sinh của mệnh Hỏa , vì Mộc sinh Hỏa . Vậy nên chúng ta cũng có thể chọn tranh đá quý có nhiều cây cối cho mệnh này . Ví dụ như tranh đá quý làng quê , tranh đá quý tứ quý , ...
";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:98:"https://s1.storage.5giay.vn/image/2020/11/20201107_6db8c2a90882967f3e9d13a1c4052f9c_1604720882.JPG";}}i:2;s:2:"
";i:3;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:98:"https://s1.storage.5giay.vn/image/2020/11/20201107_ecdb00e796f1f7713a785daeaf74d022_1604720911.jpg";}}i:4;s:2:"
";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:98:"https://s1.storage.5giay.vn/image/2020/11/20201107_5aa9dd0976eb9fd54a14624a9c96988b_1604720947.JPG";}}i:6;s:2:"
";i:7;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:98:"https://s1.storage.5giay.vn/image/2020/11/20201107_da2db6bf34ead6886280673caee11fa1_1604720963.jpg";}}i:8;s:566:"
- Chọn tranh đá quý cho mệnh Hỏa cần tránh những tranh có màu chủ đạo là màu xanh nước biển , màu đen .
TRANH ĐÁ QUÝ 24H
Cơ sở 1: cổng trường mầm non Phương Canh, Tu Hoàng, Phương Canh, Nam Từ Liêm, Hà Nội ( ngã tư Nhổn)
Cơ sở 2: số 230 Núi Đôi, Sóc Sơn, Hà Nội
Cơ sở 3: Chợ đá quý thị trấn Yên Thế, huyện Lục Yên, tỉnh Yên Bái
Cơ sở 4: 41/28 Trịnh Thị Dối. Tổ 29/ ấp 5. Xã Đông Thạnh. Hóc Môn. Tp.HCM
Hotline: 0965.383.886 hoặc 08326.11111
Email: ";i:9;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:23:"tranhdaquy24h@gmail.com";}}i:10;s:11:"
Facebook:
";i:11;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:194:"https://www.facebook.com/tranhdaquy24h/?__cft__[0]=AZWvHFinX-Qqm23M0wB-HYi411VHYEKaDvz_KOVKY1roVclzmyZc4GFGeh5-EVtaYsw3WGrd_Pp631FbZoIyfDEMwFGnen4XzztpugtmYgay0OsFUDQHN4MWTOT9k63NasY&__tn__=kK-R";s:8:"original";a:2:{i:0;s:202:"[URL='https://www.facebook.com/tranhdaquy24h/?__cft__[0]=AZWvHFinX-Qqm23M0wB-HYi411VHYEKaDvz_KOVKY1roVclzmyZc4GFGeh5-EVtaYsw3WGrd_Pp631FbZoIyfDEMwFGnen4XzztpugtmYgay0OsFUDQHN4MWTOT9k63NasY&__tn__=kK-R']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:30:"www.facebook.com/tranhdaquy24h";}}i:12;s:10:"
Website: ";i:13;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:446:"https://l.facebook.com/l.php?u=http%3A%2F%2Fwww.tranhdaquy24h.com%2F%3Ffbclid%3DIwAR2SuwX2ecdD9NaAFDuIs4sxkLxXKeh6CVZPclGs24uU1-Y4y8isWHJRQGk&h=AT0Wig5_98Ga3NRe95Hmdp1nNVowKhZqASdMe151Q7b1xnfNJIjmOvX-I6DFRxjH0OTbEkIOC4fZempmbH8JnlQ96c3Fk_rGK5QNAK1CytP1FYTaly6oekjBgh8Mu7YrGaE&__tn__=-UK-R&c[0]=AT3mh5-wtUSCUdY-m4oiU8IDHJNoq-qwD0b9zr6TvEDvXcFhxbfR9HvQdsxBpKGkowxU7pFmPb414r9UZljc6FYLKD5FMrr2qZSSfbrqQkJmhEv-OVY1B0VOfjL7ctnpqxQl9XGfLPZq9z0oFRmBF8ZU";s:8:"original";a:2:{i:0;s:454:"[URL='https://l.facebook.com/l.php?u=http%3A%2F%2Fwww.tranhdaquy24h.com%2F%3Ffbclid%3DIwAR2SuwX2ecdD9NaAFDuIs4sxkLxXKeh6CVZPclGs24uU1-Y4y8isWHJRQGk&h=AT0Wig5_98Ga3NRe95Hmdp1nNVowKhZqASdMe151Q7b1xnfNJIjmOvX-I6DFRxjH0OTbEkIOC4fZempmbH8JnlQ96c3Fk_rGK5QNAK1CytP1FYTaly6oekjBgh8Mu7YrGaE&__tn__=-UK-R&c[0]=AT3mh5-wtUSCUdY-m4oiU8IDHJNoq-qwD0b9zr6TvEDvXcFhxbfR9HvQdsxBpKGkowxU7pFmPb414r9UZljc6FYLKD5FMrr2qZSSfbrqQkJmhEv-OVY1B0VOfjL7ctnpqxQl9XGfLPZq9z0oFRmBF8ZU']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:21:"www.tranhdaquy24h.com";}}i:14;s:32:"
STK VP 33333333398 hoang duc ha";}, 1631068078, 1653297849
Run Time: 0.000657
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', 'thread_field_city_choice_ha-noi.5', 'thread_field_district_choice_0')
Params: 4
Run Time: 0.000201
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 106 | | 7 | Using where |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 2
Run Time: 0.000210
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 > 1653296949)
ORDER BY session_activity.view_date DESC
Run Time: 0.004631
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | ALL | view_date | | | | 3067 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.session_activity.user_id | 1 | |