SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000207
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: 8747477
Run Time: 0.000529
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: 43
Run Time: 0.000395
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: 8747477
Run Time: 0.001359
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 | 5 | Using where |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 54239542
Run Time: 0.000246
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: 8747477
Run Time: 0.000282
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(43))
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.000208
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(43))
ORDER BY field.materialized_order
Run Time: 0.000247
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 *
FROM xf_thread_field_custom_filter
WHERE id = ?
Params: 206
Run Time: 0.000285
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: 38
Run Time: 0.000166
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: 38
Run Time: 0.000164
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: 216
Run Time: 0.000278
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: 39
Run Time: 0.000165
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 count(*) FROM api_hash WHERE userid = ? and apisource = ?
Params: 101790395, 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 count(*) FROM api_thread_approve WHERE userid = 101790395 AND threadid = 8747477 AND open_iframe = 0 and apisource = 'haravan.vn'
Run Time: 0.000205
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: 101790395, webcall.vn, 1
Run Time: 0.000257
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.000154
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: 101790395
Run Time: 0.000422
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.000190
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: 43
Run Time: 0.000221
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_quicklink | ref | node_id | node_id | 2 | const | 8 | 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=8747477, 1657010629,
Run Time: 0.000302
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.000208
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: 3
Run Time: 0.000181
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: 808
Run Time: 0.000168
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, 1056835796, a:52:{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:3:{i:0;s:46:"NHẬN NGAY QUÀ TẶNG SIÊU HẤP DẪN KHI ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:70:"http://xevespanu.com/mua-vespa-sprint-abs-nhan-ngay-qua-khung-mua-tet/";s:8:"original";a:2:{i:0;s:78:"[URL='http://xevespanu.com/mua-vespa-sprint-abs-nhan-ngay-qua-khung-mua-tet/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:19:"MUA VESPA PRIMAVERA";}}i:2;s:15:" NGAY HÔM NAY.";}}i:1;s:3:"
";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:166:"CAM KẾT KHÁCH HÀNG SẼ NHẬN ĐƯỢC ƯU ĐÃI TỐT HƠN KHI LIÊN LẠC TRỰC TIẾP TỚI HOTLINE: 0936 218 099 - 0933 349 817 ( Zalo, Viber, Imess) Ms. Vy";}}i:3;s:3:"
";i:4;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: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:9:{i:0;s:27:"TƯ VẤN MIỄN PHÍ VỀ ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:61:"http://xevespanu.com/bang-gia-xe-vespa-piaggio-moi-nhat-2017/";s:8:"original";a:2:{i:0;s:69:"[URL='http://xevespanu.com/bang-gia-xe-vespa-piaggio-moi-nhat-2017/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:13:"GIÁ XE VESPA";}}i:2;s:1:",";i:3;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:54:"http://xevespanu.com/thu-tuc-tra-gop-xe-vespa-piaggio/";s:8:"original";a:2:{i:0;s:62:"[URL='http://xevespanu.com/thu-tuc-tra-gop-xe-vespa-piaggio/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:32:" THỦ TỤC TRẢ GÓP XE VESPA";}}i:4;s:1:",";i:5;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:66:"http://xevespanu.com/liberty-abs-125i-tang-mien-phi-thue-truoc-ba/";s:8:"original";a:2:{i:0;s:74:"[URL='http://xevespanu.com/liberty-abs-125i-tang-mien-phi-thue-truoc-ba/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:29:" KHUYẾN MÃI XE LIBERTY ABS";}}i:6;s:2:", ";i:7;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:68:"http://xevespanu.com/xe-medley-abs-125i-tang-mien-phi-thue-truoc-ba/";s:8:"original";a:2:{i:0;s:76:"[URL='http://xevespanu.com/xe-medley-abs-125i-tang-mien-phi-thue-truoc-ba/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:27:"KHUYẾN MÃI XE MEDLEY ABS";}}i:8;s:29:", KHUYẾN MÃI XE VESPA.....";}}}}i:5;s:3:"
";i:6;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:4:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:70:"http://xevespanu.com/mua-vespa-sprint-abs-nhan-ngay-qua-khung-mua-tet/";s:8:"original";a:2:{i:0;s:78:"[URL='http://xevespanu.com/mua-vespa-sprint-abs-nhan-ngay-qua-khung-mua-tet/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:15:"Vespa PRIMAVERA";}}i:1;s:154:" là sự lựa chọn tuyệt vời nếu bạn yêu thích vẻ sang trọng và cuốn hút. Với những tính năng vượt trội đã khiến cho ";i:2;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:70:"http://xevespanu.com/mua-vespa-sprint-abs-nhan-ngay-qua-khung-mua-tet/";s:8:"original";a:2:{i:0;s:78:"[URL='http://xevespanu.com/mua-vespa-sprint-abs-nhan-ngay-qua-khung-mua-tet/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:15:"Vespa PRIMAVERA";}}i:3;s:47:" trở thành cái tên hot nhất hiện nay. ";}}i:7;s:3:"
";i:8;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:"*Động cơ I-Get cải tiến siêu tiết kiệm nhiên liệu.";}}i:9;s:3:"
";i:10;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:165:"**An toàn hơn với thắng ABS chống bó cứng phanh, chống trượt bánh khi đường xấu hoặc trơn trượt. ( Đối với dòng xe Primavera ABS )";}}i:11;s:3:"
";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:64:"***Tích hợp USB hỗ trợ sạc điện thoại và laptop. ";}}i:13;s:3:"
";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:4:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:70:"http://xevespanu.com/mua-vespa-sprint-abs-nhan-ngay-qua-khung-mua-tet/";s:8:"original";a:2:{i:0;s:78:"[URL='http://xevespanu.com/mua-vespa-sprint-abs-nhan-ngay-qua-khung-mua-tet/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:15:"VESPA PRIMAVERA";}}i:1;s:8:" I-GET :";i:2;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:13:" 69.900.000Đ";}}i:3;s:47:" ( giá chưa thuế, giấy tờ biển số )";}}i:15;s:4:"
";i:16;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:193:"https://images-blogger-opensocial.googleusercontent.com/gadgets/proxy?url=http%3A%2F%2Fxevespanu.com%2Fwp-content%2Fuploads%2F2017%2F01%2F05.jpg&container=blogger&gadget=a&rewriteMime=image%2F*";}}i:17;s:5:"
";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:2:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:70:"http://xevespanu.com/mua-vespa-sprint-abs-nhan-ngay-qua-khung-mua-tet/";s:8:"original";a:2:{i:0;s:78:"[URL='http://xevespanu.com/mua-vespa-sprint-abs-nhan-ngay-qua-khung-mua-tet/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:15:"Vespa PRIMAVERA";}}i:1;s:6:" ABS :";}}i:19;s:1:" ";i:20;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:12:"73.500.000Đ";}}i:1;s:1:" ";}}i:21;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:42:"( chưa thuế + dịch vụ biển số )";}}i:22;s:4:"
";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:217:"https://images-blogger-opensocial.googleusercontent.com/gadgets/proxy?url=http%3A%2F%2Fxevespanu.com%2Fwp-content%2Fuploads%2F2017%2F01%2Fpiaggio-vespa-primavera-07.png&container=blogger&gadget=a&rewriteMime=image%2F*";}}i:24;s:3:"
";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:1:{i:0;s:35:"THẾ QUÀ TẶNG KHỦNG LÀ GÌ??";}}i:26;s:3:"
";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:403:"Đó là 1 bộ đôi tuyệt vời gồm nón bảo hiểm và ba lô chính hãng Piaggio nhập từ Ý. Chương trình tặng quà kỷ niệm 70 năm của Piaggio Vespa này sẽ kết thúc vào 31.3.2017 tới đây. Giá trị bộ quà tặng lên đến gần 5.500.000đ. Vậy còn chần chừ gì nữa mà không gọi ngay HOTLINE để đuợc nhận quà khuyến mãi đặc biệt.";}}i:28;s:3:"
";i:29;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://xevespanu.com/?p=346&preview=true";s:8:"original";a:2:{i:0;s:48:"[URL='http://xevespanu.com/?p=346&preview=true']";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:209:"https://images-blogger-opensocial.googleusercontent.com/gadgets/proxy?url=http%3A%2F%2Fxevespanu.com%2Fwp-content%2Fuploads%2F2017%2F01%2Fbo-qua-tang-70-nam.jpg&container=blogger&gadget=a&rewriteMime=image%2F*";}}}}i:30;s:3:"
";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:3:{i:0;s:34:"BẠN CÒN LO NGẠI VỀ GIÁ XE ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:70:"http://xevespanu.com/mua-vespa-sprint-abs-nhan-ngay-qua-khung-mua-tet/";s:8:"original";a:2:{i:0;s:78:"[URL='http://xevespanu.com/mua-vespa-sprint-abs-nhan-ngay-qua-khung-mua-tet/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:15:"VESPA PRIMAVERA";}}i:2;s:3:" ??";}}i:32;s:3:"
";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:3:{i:0;s:153:"Thấu hiểu được mối lo ngại của khách hàng và mong muốn tất cả khách hàng đều có thể sở hữu cho mình một chiếc xe ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:70:"http://xevespanu.com/mua-vespa-sprint-abs-nhan-ngay-qua-khung-mua-tet/";s:8:"original";a:2:{i:0;s:78:"[URL='http://xevespanu.com/mua-vespa-sprint-abs-nhan-ngay-qua-khung-mua-tet/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:15:"VESPA PRIMAVERA";}}i:2;s:176:" . Vì vậy chúng tôi còn hỗ trợ chương trình trả góp , với hai gói trả góp phù hợp với tất cả đối tượng khách hàng có thể lựa chọn:";}}i:34;s:3:"
";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:1:{i:0;s:81:"**Trả góp 0% lãi suất: chỉ cần thẻ tín dụng của 1 trong 3 ngân ";}}i:36;s:2:"
";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:1:{i:0;s:28:"hàng Sacombank, HSBC , ANZ.";}}i:38;s:3:"
";i:39;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:147:"**Trong trường hợp khách không có thẻ tín dụng của 3 ngân hàng trên thì sẽ được hỗ trợ trả góp lãi suất thấp: ";}}i:40;s:3:"
";i:41;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:45:"_Chỉ cần CMND + Hộ Khẩu/ Bằng Lái.";}}i:42;s:3:"
";i:43;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:63:"_Xét duyệt chỉ trong 30 phút là có thể lấy xe ngay.";}}i:44;s:3:"
";i:45;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:"_Trả góp nhiều thời hạn: 6,12,15,18,24 tháng.";}}i:46;s:3:"
";i:47;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:59:"_Áp dụng cho tất cả khách hàng trên toàn quốc.";}}i:48;s:2:"
";i:49;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:87:"Hỗ trợ giao xe tận nhà miễn phí đối với khách ở xa hoặc ở tỉnh.";}}i:50;s:3:"
";i:51;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:136:"LIÊN LẠC NGAY ĐỂ ĐƯỢC NHẬN THÊM NHIỀU ƯU ĐÃI RIÊNG. HOTLINE: 0936 218 099 - 0933 349 817 ( Zalo, Viber, Imess) Ms. Vy";}}}, 1631068078, 1657010629
Run Time: 0.000624
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_tp-ho-chi-minh.3', 'thread_field_district_choice_quan-10.808')
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 | | 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 > 1657009729)
ORDER BY session_activity.view_date DESC
Run Time: 0.004402
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | ALL | view_date | | | | 2662 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.session_activity.user_id | 1 | |