SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000269
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: 9310486
Run Time: 0.000958
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: 139
Run Time: 0.000615
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: 9310486
Run Time: 0.002022
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: 66313142
Run Time: 0.000406
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: 9310486
Run Time: 0.000487
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(139))
ORDER BY field.materialized_order
Run Time: 0.000442
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.000327
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(139))
ORDER BY field.materialized_order
Run Time: 0.000425
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.000327
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: 353
Run Time: 0.000429
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: 58
Run Time: 0.000254
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: 58
Run Time: 0.000261
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: 101875167, haravan.vn
Run Time: 0.000350
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 = 101875167 AND threadid = 9310486 AND open_iframe = 0 and apisource = 'haravan.vn'
Run Time: 0.000313
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: 101875167, webcall.vn, 1
Run Time: 0.000428
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.000250
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: 101875167
Run Time: 0.000723
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.000266
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 = 139 AND thread.sticky = 1 AND thread.thread_id <> 9310486 AND discussion_state = "visible" ORDER BY rand() LIMIT 5
Run Time: 0.001757
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 = 139 AND thread.sticky <> 1 AND thread.thread_id <> 9310486 AND discussion_state = "visible" ORDER BY thread.thread_id DESC LIMIT 5
Run Time: 0.002992
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 | | 1461551 | Using where |
SELECT * FROM `xf_quicklink` WHERE node_id = ? ORDER BY stt,id
Params: 139
Run Time: 0.000216
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=9310486, 1653317692,
Run Time: 0.000484
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.000244
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.000261
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: 814
Run Time: 0.000206
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, 1058363741, a:24:{i:0;s:2081:"Mazda CX-5 với thiết kế cuốn hút, hiện đại với những trang bị tiện nghi cùng công nghệ tiên tiến phù hợp với nhu cầu của người Việt Nam.
============================
*** Quà Tặng Khuyến Mãi:
· Phim cách nhiệt
· Baga mui (Giá nóc)
· Ốp đèn sương mù viền LED
· Thảm lót sàn
· Túi cứu hộ
· Tinh dầu khử mùi xe
· Bao tay lái
· Bảo hành mở rộng lên đến 5 năm hoặc 150.000 km
============================
*** Hỗ trợ bán hàng:
· Hỗ trợ xe lái thử tận nhà, xem xe thực tế trước khi mua
· Hỗ trợ thủ tục vay ngân hàng lãi suất thấp
· Thủ tục nhanh chóng không cần chứng minh thu nhập
· Hỗ trợ đăng ký, đăng kiểm, nộp thuế trước bạ,..
============================
*** Thông số kỹ thuật
Kích thước (Cao x Dài x Rộng): 4550 x 1840 x 1680 (mm)
Chiều dài cơ sở: 2700 (mm)
Hệ thống dừng động cơ thông minh i-stop, Cruise Control, Chế độ lái thể thao Sport Mode
Hệ thống giải trí: Mazda Connect với màn hình LCD cảm ứng 7”
Hệ thống an toàn :
_ Cấu trúc SkyActiv-Body giữ an toàn cho hành khách, tăng độ chắc chắn cho khung xe và giảm trọng lượng xe
_ Hệ thống kiểm soát gia tốc GVC tối ưu sự cân bằng và ổn định thân xe
_ Hệ thống chống bó cứng phanh, hỗ trợ phanh khẩn cấp, phân phối lực phanh điện tử
_ Hệ thống cân bằng điện tử, kiểm soát chống trượt, khởi hành ngang dốc
_ Hệ thống cảnh báo điểm mù, lệch làn đường, phương tiện cắt ngang, giữ làn đường
_ Hệ thống 6 túi khí SRS
============================
Hãy chọn mua Mazda CX-5 2.5L để sở hữu cho mình một chiếc xe thể thao, cá tính, đẳng cấp.
*** Quý khách hãy liên hệ trực tiếp SĐT: 090.789.81.39 (call, sms, Zalo, Viber) để được tư vấn và hỗ trợ giá tốt nhất
Email: ";i:1;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:27:"Sales.mazdamotors@gmail.com";}}i:2;s:106:"
Showroom Mazda Bình Tân 75 Võ Văn Kiệt, Phường An Lạc, Quận Bình Tân, Tp. Hồ Chí Minh
";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/2019/03/20190306_c24ec6865c8e068423e0955f1c7786b9_1551841837.jpg";}}i:4;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/2019/03/20190306_c0556ef4f717daf3368838ff4822200e_1551842210.jpg";}}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/2019/03/20190306_720faff9eb8353d0fc530d9f9850bcd3_1551842209.jpg";}}i:6;s:72:"Cụm lưới tản nhiệt được thiết kế theo họa tiết 3D
";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/2019/03/20190306_2b04da7dbd981f19d643abf15cfcdeae_1551841837.jpg";}}i:8;s:232:"
CX-5 mới một sản phẩm cao cấp, với đầy đủ các hệ thống an toàn cần thiết, đặc biệt là hệ thống i-Activsense vượt trội,giúp người ùng cảm thấy an tâm hơn mỗi khi sử dụng.
";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:98:"https://s1.storage.5giay.vn/image/2019/03/20190306_8fccdedc894cf5054aac6dfef709d428_1551841861.jpg";}}i:10;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/2019/03/20190306_9e97e6050bf4724304e97f1afafe7a0c_1551841862.jpg";}}i:11;s:264:"Đèn pha CX5 tích hợp công nghệ đèn thích ứng thông minh đảm bảo được tầm nhìn khi đánh lái, giúp người lái có được tầm nhìn tốt nhất, không gây chói mắt những phương tiện đi trước hoặc ngược chiều";i:12;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/2019/03/20190306_1f8b1aab3fda8bad6fcfae36812ea734_1551841837.jpg";}}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:98:"https://s1.storage.5giay.vn/image/2019/03/20190306_671a85baa25c2ab4312af8098a652b58_1551842209.jpg";}}i:14;s:89:"Camera lùi chính hãng với hình ảnh sắc nét không gây chóa khi nắng gắt
";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:98:"https://s1.storage.5giay.vn/image/2019/03/20190306_787f6dee6f10268ca146842c0d0c9212_1551842210.jpg";}}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:98:"https://s1.storage.5giay.vn/image/2019/03/20190306_84f8972f956b3d54373815da6b5fad5a_1551842210.jpg";}}i:17;s:170:"
Nội thất bọc da đẳng cấp sang trọng với tông màu đen chủ đạo và đường chỉ khâu tinh tếtạo nên không gian hiện đại cuốn hút
";i:18;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/2019/03/20190306_6cfbddffb51f006e633502e46e1db7a9_1551844133.jpg";}}i:19;s:1:"
";i:20;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:"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:71:"
Để Nhận Khuyến Mãi Tốt Nhất Quý Khách Hãy Liên Hệ :";}}}}i:21;s:226:"
Showroom Mazda Bình Tân
Địa chỉ : 75 Võ Văn Kiệt, Phường An Lạc, Quận Bình Tân, Tp. HCM
Điện Thoại : 0907.898.139 - Hoàng Long
Zalo: 0907.898.139
Facebook: facebook.com/sales.mazdamotors/
Email : ";i:22;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:27:"sales.mazdamotors@gmail.com";}}i:23;a:4:{s:3:"tag";s:5:"email";s:6:"option";s:25:"toan01664788311@gmail.com";s:8:"original";a:2:{i:0;s:35:"[EMAIL='toan01664788311@gmail.com']";i:1;s:8:"[/EMAIL]";}s:8:"children";a:0:{}}}, 1631068078, 1653317692
Run Time: 0.000848
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-binh-tan.814')
Params: 4
Run Time: 0.000182
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.000176
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 > 1653316792)
ORDER BY session_activity.view_date DESC
Run Time: 0.000924
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | ALL | view_date | | | | 2982 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.session_activity.user_id | 1 | |