SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000220
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: 8973972
Run Time: 0.000718
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: 140
Run Time: 0.000400
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: 8973972
Run Time: 0.001464
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 | 4 | 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: 60767195
Run Time: 0.000276
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 60796242
Run Time: 0.000287
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 60852890
Run Time: 0.000253
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 60869752
Run Time: 0.000247
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
INSERT INTO xf_thread_view
(thread_id)
VALUES
(?)
Params: 8973972
Run Time: 0.000295
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(140))
ORDER BY field.materialized_order
Run Time: 0.000253
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.000215
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(140))
ORDER BY field.materialized_order
Run Time: 0.000250
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.000200
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: 79
Run Time: 0.000198
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: 16
Run Time: 0.000175
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: 16
Run Time: 0.000167
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: 100378025, haravan.vn
Run Time: 0.000259
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 = 100378025 AND threadid = 8973972 AND open_iframe = 0 and apisource = 'haravan.vn'
Run Time: 0.000237
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: 100378025, webcall.vn, 1
Run Time: 0.000279
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.000160
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: 100378025
Run Time: 0.000453
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: 36
Run Time: 0.000187
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 = 140 AND thread.sticky = 1 AND thread.thread_id <> 8973972 AND discussion_state = "visible" ORDER BY rand() LIMIT 5
Run Time: 0.001261
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 = 140 AND thread.sticky <> 1 AND thread.thread_id <> 8973972 AND discussion_state = "visible" ORDER BY thread.thread_id DESC LIMIT 4
Run Time: 0.001258
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 | | 1676540 | Using where |
SELECT * FROM `xf_quicklink` WHERE node_id = ? ORDER BY stt,id
Params: 140
Run Time: 0.000176
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, , , XenForo_ControllerPublic_Thread, Index, valid, thread_id=8973972, 1652726869,
Run Time: 0.000466
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.000203
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.000212
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_region | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT *
FROM xf_region
WHERE r_id = ?
Params: 825
Run Time: 0.000189
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, 1057676518, a:24:{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:7:{i:0;s:12:"Nhân dịp ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:27:"http://pinsacdienthoai.net/";s:8:"original";a:2:{i:0;s:35:"[URL='http://pinsacdienthoai.net/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:22:"Phụ Kiện Dế Yêu";}}i:2;s:149:" cơ sở 1 chuyển về địa chỉ mới: Số 1 ngõ 628 Hoàng Hoa Thám, Tây Hồ, Hà Nội. Phụ Kiện Dế Yêu kết hợp cùng với ";i:3;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:36:"https://muare.vn/energizer-d263.html";s:8:"original";a:2:{i:0;s:44:"[URL='https://muare.vn/energizer-d263.html']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:21:"Energizer Việt Nam ";}}i:4;s:24:"ra mắt trương chình";i:5;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:94:"https://muare.vn/khuyen-mai-mung-khai-truong-cua-hang-moi-mua-energizer-giam-toi-27-bid90.html";s:8:"original";a:2:{i:0;s:102:"[URL='https://muare.vn/khuyen-mai-mung-khai-truong-cua-hang-moi-mua-energizer-giam-toi-27-bid90.html']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:14:" khuyến mãi";}}i:6;s:33:". Mua Energizer giảm tới 27%.";}}i:1;s:2:"
";i:2;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;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:80:"http://pinsacdienthoai.net/files/assets/tin_tuc_10_2017/khuyen_mai_energizer.png";}}i:1;s:2:"
";i:2;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"3";s:8:"original";a:2:{i:0;s:8:"[SIZE=3]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{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:30:"Mua Energizer giảm tới 27%";}}}}}}i:3;s:1:"
";i:4;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"3";s:8:"original";a:2:{i:0;s:8:"[SIZE=3]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#ff0000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#ff0000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{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:4:"☀ ";i:1;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:67:"Chương trình " Giờ Vàng Giá Sốc" từ 9h - 12h hàng ngày";}}}}}}}}i:5;s:1:"
";i:6;a:4:{s:3:"tag";s:6:"indent";s:6:"option";N;s:8:"original";a:2:{i:0;s:8:"[INDENT]";i:1;s:9:"[/INDENT]";}s:8:"children";a:6:{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:93:"☑ Giảm ngay 27% toàn bộ sản phẩm của Energizer (Cho 6 khách hàng đầu tiên)";}}i:1;s:110:"
Mua Online nhập mã: DEYEU.ENER27 (3 khách hàng)
Check-in facebook tại cửa hàng (3 khách hàng)
";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:93:"☑ Giảm ngay 25% toàn bộ sản phẩm của Energizer (Cho 10 khách hàng tiếp theo)";}}i:3;s:110:"
Mua Online nhập mã: DEYEU.ENER25 (5 khách hàng)
Check-in facebook tại cửa hàng (5 khách hàng)
";i:4;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:93:"☑ Giảm ngay 23% toàn bộ sản phẩm của Energizer (Cho 16 khách hàng tiếp theo)";}}i:5;s:108:"
Mua Online nhập mã: DEYEU.ENER23 (8 khách hàng)
Check-in facebook tại cửa hàng (8 khách hàng)";}}i:7;s:2:"
";i:8;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"3";s:8:"original";a:2:{i:0;s:8:"[SIZE=3]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#ff0000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#ff0000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{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: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:55:"☀ Giảm 20% cho TẤT CẢ khách hàng tiếp theo.";}}}}}}}}i:9;s:1:"
";i:10;a:4:{s:3:"tag";s:6:"indent";s:6:"option";N;s:8:"original";a:2:{i:0;s:8:"[INDENT]";i:1;s:9:"[/INDENT]";}s:8:"children";a:1:{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:24:"Nhập mã: DEYEU.ENER20";}}}}i:11;s:71:"
☑ Thời gian áp dụng: CHỈ TRONG 4 NGÀY (12/10 - 15/10/2017)
";i:12;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: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:"Lưu ý:";}}i:1;s:67:" Giá sản phẩm trên Website là giá chưa trừ khuyến mãi";}}i:13;s:2:"
";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;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"3";s:8:"original";a:2:{i:0;s:8:"[SIZE=3]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#ff0000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#ff0000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:28:"☀ Thông tin sản phẩm:";}}}}}}i:15;s:1:"
";i:16;a:4:{s:3:"tag";s:6:"indent";s:6:"option";N;s:8:"original";a:2:{i:0;s:8:"[INDENT]";i:1;s:9:"[/INDENT]";}s:8:"children";a:10:{i:0;s:16:"☑ Cáp sạc: ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:30:"https://muare.vn/cap-d267.html";s:8:"original";a:2:{i:0;s:38:"[URL='https://muare.vn/cap-d267.html']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:40:"http://pinsacdienthoai.net/cap-d267.html";}}i:2;s:22:"
☑ Pin dự phòng: ";i:3;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:39:"https://muare.vn/pin-du-phong-d264.html";s:8:"original";a:2:{i:0;s:47:"[URL='https://muare.vn/pin-du-phong-d264.html']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:49:"http://pinsacdienthoai.net/pin-du-phong-d264.html";}}i:4;s:18:"
☑ Sạc nhanh: ";i:5;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:36:"https://muare.vn/sac-nhanh-d266.html";s:8:"original";a:2:{i:0;s:44:"[URL='https://muare.vn/sac-nhanh-d266.html']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:46:"http://pinsacdienthoai.net/sac-nhanh-d266.html";}}i:6;s:17:"
☑ Sac ô tô: ";i:7;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:35:"https://muare.vn/sac-o-to-d265.html";s:8:"original";a:2:{i:0;s:43:"[URL='https://muare.vn/sac-o-to-d265.html']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:45:"http://pinsacdienthoai.net/sac-o-to-d265.html";}}i:8;s:18:"
☑ Thẻ nhớ: ";i:9;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:34:"https://muare.vn/the-nho-d275.html";s:8:"original";a:2:{i:0;s:42:"[URL='https://muare.vn/the-nho-d275.html']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:44:"http://pinsacdienthoai.net/the-nho-d275.html";}}}}i:17;s:2:"
";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:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#ff0000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#ff0000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:15:"☀ Liên hệ:";}}}}i:19;s:1:"
";i:20;a:4:{s:3:"tag";s:4:"list";s:6:"option";N;s:8:"original";a:2:{i:0;s:6:"[LIST]";i:1;s:7:"[/LIST]";}s:8:"children";a:3:{i:0;s:4:"
[*]";i:1;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:11:"Cơ sở 1:";}}i:2;s:93:" Số 1 ngõ 628 Hoàng Hoa Thám, Tây Hồ, Hà Nội. Hotline: 0934 533 335/ 0961 524 526
";}}i:21;s:1:"
";i:22;a:4:{s:3:"tag";s:4:"list";s:6:"option";N;s:8:"original";a:2:{i:0;s:6:"[LIST]";i:1;s:7:"[/LIST]";}s:8:"children";a:3:{i:0;s:4:"
[*]";i:1;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:11:"Cơ sở 2:";}}i:2;s:70:" Ngã ba Hòa Lạc, Thạch Thất, Hà Nội. Hotline: 0903 236 238
";}}i:23;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/2017/10/20171011_b722066c7ebe51eafde6f942e1473551_1507692861.png";}}}, 1631068078, 1652726869
Run Time: 0.000593
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, 1057679270, a:1:{i:0;s:72:"Chỉ còn mấy phút nữa thôi, anh em nhanh tay nhanh chân nhé :)";}, 1631068078, 1652726869
Run Time: 0.000324
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, 1057687310, a:1:{i:0;s:51:"Chỉ còn ngày mai nữa thôi anh chị em nhé.";}, 1631068078, 1652726869
Run Time: 0.000322
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, 1057689624, a:1:{i:0;s:69:"Chương trình KH chỉ chạy đến 12h đêm nay các bạn nhé.";}, 1631068078, 1652726869
Run Time: 0.000304
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_quan-cau-giay.825')
Params: 4
Run Time: 0.000784
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: 36
Run Time: 0.000259
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | 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: signature, 100378025, 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;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#ff0000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#ff0000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:3:{i:0;s:25:"Phụ Kiện Dế Yêu - ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:55:"http://pinsacdienthoai.net/in-anh-theo-yeu-cau-d28.html";s:8:"original";a:2:{i:0;s:63:"[URL='http://pinsacdienthoai.net/in-anh-theo-yeu-cau-d28.html']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:24:"In ốp, in skin, bao da";}}i:2;s:14:" giá rẻ - ";}}i:1;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#0000ff";s:8:"original";a:2:{i:0;s:15:"[COLOR=#0000ff]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:72:"phụ kiện điện thoại, máy tính bảng CHÍNH HÃNG - Website: ";}}}}i:1;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:27:"http://pinsacdienthoai.net/";}}}, 1631068078, 1652726869
Run Time: 0.000489
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 > 1652725969)
ORDER BY session_activity.view_date DESC
Run Time: 0.000699
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | ALL | view_date | | | | 1857 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.session_activity.user_id | 1 | |