SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000189
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: 8759040
Run Time: 0.000544
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: 87
Run Time: 0.000378
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: 8759040
Run Time: 0.001146
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 | 9 | Using where |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 54801565
Run Time: 0.000311
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: 8759040
Run Time: 0.000271
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(87))
ORDER BY field.materialized_order
Run Time: 0.000287
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.000209
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(87))
ORDER BY field.materialized_order
Run Time: 0.000270
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.000333
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: 588
Run Time: 0.000283
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: 2
Run Time: 0.000274
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: 2
Run Time: 0.000280
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: 101798584, haravan.vn
Run Time: 0.000274
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 = 101798584 AND threadid = 8759040 AND open_iframe = 0 and apisource = 'haravan.vn'
Run Time: 0.000242
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: 101798584, webcall.vn, 1
Run Time: 0.000310
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.000165
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: 101798584
Run Time: 0.000522
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.000184
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT * FROM `xf_quicklink` WHERE node_id = ? ORDER BY stt,id
Params: 87
Run Time: 0.000178
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=8759040, 1657201784,
Run Time: 0.000324
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.000224
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.000189
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: 840
Run Time: 0.000300
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, 1056880665, a:38:{i:0;s:489:"Kaki trouser Pull&Bear , Mass Dutt , TopMan là một dạng form quần khá dễ mặc, thoải mái và lịch sự. Đây là chiếc quần gần gũi với mọi chàng trai yêu thích sự năng động và trẻ trung. Chất liệu kaki chính phẩm mềm mịn, spandex 2% co giãn cực nhẹ, form ôm gọn vừa phải cho bạn sự tự tin trong mọi hoàn cảnh. Bảng màu trung tính, dễ phối với áo thun và sơmi. Hàng full tem, tag, nút hiệu, code.
";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:63:"https://www.facebook.com/images/emoji.php/v7/f51/1/16/1f449.png";}}i:2;s:130:"10 màu lựa chọn : vàng , đen , sữa , ghi sậm , ghi sáng , tím than , ghi gio , đen tuyền , xanh đen , be sáng .
";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:63:"https://www.facebook.com/images/emoji.php/v7/f51/1/16/1f449.png";}}i:4;s:132:"Size : 28 (45-50kg) 29 (50-55kg) 30 (55-60kg) 31 (60-65kg) 32 (65-70kg) 34 (70-75kg). Khách có bụng to lấy lên 1 size nhé !
";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:63:"https://www.facebook.com/images/emoji.php/v7/f51/1/16/1f449.png";}}i:6;s:25:" Giá sp : 350k/quần.
";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:63:"https://www.facebook.com/images/emoji.php/v7/f51/1/16/1f449.png";}}i:8;s:25:" Liên hệ : 0945067383
";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:63:"https://www.facebook.com/images/emoji.php/v7/f51/1/16/1f449.png";}}i:10;s:11:" Fanpage : ";i:11;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:50:"https://www.facebook.com/XfashionShopVNXK/?fref=ts";}}i:12;s:1:"
";i:13;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:63:"https://www.facebook.com/images/emoji.php/v7/f51/1/16/1f449.png";}}i:14;s:155:" Khách đặt mua hàng bằng cách : inb hoặc cmt " cân nặng + chiều cao " cụ thể và kèm theo thông tin về " tên, địa chỉ, sdt "
";i:15;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:63:"https://www.facebook.com/images/emoji.php/v7/f51/1/16/1f449.png";}}i:16;s:262:" Free ship nội thành Hà nội bán kính 7Km . Đổi hàng miễn phí tận nhà nếu có sai sót về size. Bao mẫu mã và chất lượng hàng. Ship COD uy tín trên toàn quốc.
.......................Thank for shopping online................
";i:17;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:94:"https://www.facebook.com/XfashionShopVNXK/photos/pcb.1403246016414755/1403245093081514/?type=3";s:8:"original";a:2:{i:0;s:102:"[URL='https://www.facebook.com/XfashionShopVNXK/photos/pcb.1403246016414755/1403245093081514/?type=3']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{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:156:"https://scontent.fhan2-2.fna.fbcdn.net/v/t1.0-9/s851x315/16864779_1403245093081514_1406558972772635664_n.jpg?oh=d6ed86ca629557eeeb36e38bdb8b05bd&oe=59301A0C";}}}}i:18;s:1:"
";i:19;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:94:"https://www.facebook.com/XfashionShopVNXK/photos/pcb.1403246016414755/1403245253081498/?type=3";s:8:"original";a:2:{i:0;s:102:"[URL='https://www.facebook.com/XfashionShopVNXK/photos/pcb.1403246016414755/1403245253081498/?type=3']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{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:155:"https://scontent.fhan2-2.fna.fbcdn.net/v/t1.0-0/s200x200/16938508_1403245253081498_648848051177449948_n.jpg?oh=6dd733718be9c2a8c543e909e19c5c9e&oe=593C9E35";}}}}i:20;s:1:"
";i:21;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:94:"https://www.facebook.com/XfashionShopVNXK/photos/pcb.1403246016414755/1403245186414838/?type=3";s:8:"original";a:2:{i:0;s:102:"[URL='https://www.facebook.com/XfashionShopVNXK/photos/pcb.1403246016414755/1403245186414838/?type=3']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{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:156:"https://scontent.fhan2-2.fna.fbcdn.net/v/t1.0-0/p160x160/16999026_1403245186414838_4145391350551475661_n.jpg?oh=93351f255764870cc73814317f6e1e4f&oe=593F80D6";}}}}i:22;s:1:"
";i:23;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:94:"https://www.facebook.com/XfashionShopVNXK/photos/pcb.1403246016414755/1403245099748180/?type=3";s:8:"original";a:2:{i:0;s:102:"[URL='https://www.facebook.com/XfashionShopVNXK/photos/pcb.1403246016414755/1403245099748180/?type=3']";i:1;s:6:"[/URL]";}s:8:"children";a:2:{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:156:"https://scontent.fhan2-2.fna.fbcdn.net/v/t1.0-0/p160x160/16997899_1403245099748180_3525123207542964632_n.jpg?oh=1ce012b42207e5a712b1d600967411a7&oe=592B8A32";}}i:1;s:3:"
+4";}}i:24;s:1:"
";i:25;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:3:"url";s:6:"option";s:68:"http://enbac.com/enbac_redirect.html?to=SFRUUDovL0xJTkhWTlhLLkNPTQ==";s:8:"original";a:2:{i:0;s:76:"[URL='http://enbac.com/enbac_redirect.html?to=SFRUUDovL0xJTkhWTlhLLkNPTQ==']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:38:"SHOP THỜI TRANG NAM VN XUẤT KHẨU";}}i:1;s:28:" XFashion shop 255 vũ hữu";}}i:26;s:2:"
";i:27;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:5:"SĐT:";}}i:28;s:14:"0945.067.383
";i:29;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:13:"Địa chỉ:";}}i:30;s:67:"255 Vũ Hữu – Thanh Xuân – HN. (8h a.m - 9h 00 p.m (21h00)
";i:31;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:"TK VCB: ";}}i:32;s:15:"0021000332298
";i:33;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:12:" Chủ TK : ";}}i:34;s:23:"Nguyễn Việt Dũng
";i:35;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:9:"Fanpage: ";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:57:"https://www.facebook.com/XfashionShopVNXK/?ref=ts&fref=ts";}}}}i:36;s:151:"
Hàng việt nam xuất khẩu xịn cho nam. Shop XFashion chuyênTHỜI TRANG NAM VN XUẤT KHẨU Free ship nội thành , Ship Cod Toàn quốc
";i:37;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:6:{i:0;s:205:"ĐỊA CHỈ: 255 Vũ Hữu, Thanh Xuân Bắc, Hà Nội. SĐT: 0945.067.383 GIỜ MỞ CỬA: 8h- 21h30 tất cả các ngày (kể cả tết âm lịch vẫn phục vụ được các bác chu đáo )";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:8:"FANPAGE:";}}i:2;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:50:"https://www.facebook.com/XfashionShopVNXK/?fref=ts";s:8:"original";a:2:{i:0;s:58:"[URL='https://www.facebook.com/XfashionShopVNXK/?fref=ts']";i:1;s:6:"[/URL]";}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:50:"https://www.facebook.com/XfashionShopVNXK/?fref=ts";}}}}i:3;s:3:"
";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:54:"Các bác đặt hàng nhớ click vào Fanpage nhé .";}}i:5;s:2:"
";}}}, 1631068078, 1657201784
Run Time: 0.000649
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-ha-dong.840')
Params: 4
Run Time: 0.000321
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.000200
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 > 1657200884)
ORDER BY session_activity.view_date DESC
Run Time: 0.004358
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | ALL | view_date | | | | 2185 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.session_activity.user_id | 1 | |