SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000215
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: 9648250
Run Time: 0.000671
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: 53
Run Time: 0.000396
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: 9648250
Run Time: 0.001262
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: 72173177
Run Time: 0.000325
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: 9648250
Run Time: 0.000387
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(53))
ORDER BY field.materialized_order
Run Time: 0.000249
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.000226
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(53))
ORDER BY field.materialized_order
Run Time: 0.000260
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.000221
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: 0
Run Time: 0.000188
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT *
FROM xf_thread_field_custom_filter_group
WHERE id = ?
Params:
Run Time: 0.000167
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT *
FROM xf_thread_field_custom_filter_group
WHERE parentid = ?
Params:
Run Time: 0.000165
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: 0
Run Time: 0.000187
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT *
FROM xf_thread_field_custom_filter_group
WHERE id = ?
Params:
Run Time: 0.000164
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT count(*) FROM api_hash WHERE userid = ? and apisource = ?
Params: 101922660, haravan.vn
Run Time: 0.000281
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 = 101922660 AND threadid = 9648250 AND open_iframe = 0 and apisource = 'haravan.vn'
Run Time: 0.000272
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: 101922660, webcall.vn, 1
Run Time: 0.000286
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.000161
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: 101922660
Run Time: 0.000480
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.000182
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 = 53 AND thread.sticky = 1 AND thread.thread_id <> 9648250 AND discussion_state = "visible" ORDER BY rand() LIMIT 5
Run Time: 0.001106
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 = 53 AND thread.sticky <> 1 AND thread.thread_id <> 9648250 AND discussion_state = "visible" ORDER BY thread.thread_id DESC LIMIT 5
Run Time: 0.000770
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 | | 839286 | Using where |
SELECT * FROM `xf_quicklink` WHERE node_id = ? ORDER BY stt,id
Params: 53
Run Time: 0.000167
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=9648250, 1653262866,
Run Time: 0.000418
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.000228
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: 109
Run Time: 0.000196
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, 1058861985, a:32:{i:0;s:49:"TUYỂN DỤNG VỊ TRÍ CHUYÊN VIÊN MARKETING
";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:15:"1. Nhiệm vụ";}}i:2;s:1:"
";i:3;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:64:"a) Nhiệm vụ xây dựng, triển khai kế hoạch Marketing";}}}}i:4;s:882:"
– Phối hợp với các bộ phận khác xây dựng và triển khai thực hiện các kế hoạch Marketing để tăng tính nhận diện, phát triển thương hiệu của doanh nghiệp.
– Lập kế hoạch triển khai – phát triển, mở rộng thị trường.
– Phối hợp với các bộ phận và phòng ban liên quan thiết lập chi phí, ngân sách cho hoạt động Marketing hàng năm.
– Nhận thức và phát triển chiến lược marketing hiệu quả và trực quan.
– Tổ chức và quản lý các chiến dịch quảng cáo/truyền thông (trên mạng xã hội, TV), các triển lãm và sự kiện truyền thông.
– Làm việc với các nhà quản lý trong việc chi tiêu ngân sách.
– Thực hiện thống kê chi phí và đánh giá tính hiệu quả, tương tác của các kênh quảng cáo.
";i:5;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:71:"b) Nhiệm vụ phân tích – nắm bắt xu hướng thị trường";}}}}i:6;s:656:"
– Nghiên cứu và phân tích thị trường để đánh giá xu hướng mới, có kế hoạch định vị thương hiệu, phát triển sản phẩm phù hợp.
– Thu thập, phân tích các thông tin về sản phẩm, chương trình khuyến mãi,… của doanh nghiệp và đối thủ cạnh tranh để xem xét tính hiệu quả của các chương trình marketing.
– Khảo sát tìm hiểu về nhu cầu và mức độ quan tâm của khách hàng.
– Thiết lập mạng lưới quan hệ với nhà cung cấp truyền thông và nhà xuất bản để đảm bảo hợp tác trong các hoạt động quảng bá.
";i:7;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:27:"c) Nhiệm vụ biên tập";}}}}i:8;s:482:"
– Phụ trách việc biên tập, viết bài, đưa tin tức – hình ảnh về các hoạt động, sản phẩm, dự án,… của công ty lên các kênh phân phối marketing như fanpage, báo chí, website,…
– Cập nhật những tin tức nóng, nổi bật đến khách hàng mục tiêu.
– Tạo độ hot, sức hút cho các chương trình đang triển khai.
– Chịu trách nhiệm tương tác, quản lý Fanpage, website của doanh nghiệp.
";i:9;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:21:"d) Nhiệm vụ khác";}}}}i:10;s:164:"
– Hỗ trợ tổ chức các sự kiện tại công ty.
– Làm các báo cáo công việc theo yêu cầu và tham gia đủ các cuộc họp liên quan.
";i:11;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:16:"2. Quyền lợi";}}i:12;s:1:"
";i:13;a:4:{s:3:"tag";s:4:"list";s:6:"option";s:1:"1";s:8:"original";a:2:{i:0;s:8:"[LIST=1]";i:1;s:7:"[/LIST]";}s:8:"children";a:1:{i:0;s:651:"
[*]Đóng bảo hiểm đầy đủ theo quy định nhà nước.
[*]Được đào tạo nâng cao trình độ về kết cấu và kiến trúc với việc đồng hành cũng đội ngũ kỹ sư của công ty.
[*]Có cơ hội tiếp xúc với bản vẽ nước ngoài, nâng cao khả năng tiếng Anh.
[*]Chế độ thưởng theo năng lực, theo quý. Dựa theo kết quả kinh doanh
[*]Chủ nhật và các ngày lễ theo luật lao động Việt Nam.
[*]Môi trường làm việc năng động, chuyên nghiệp, trẻ trung
[*]Có lộ trình thăng tiến rõ ràng, tạo dựng sự nghiệp bền vững cùng công ty.
";}}i:14;s:1:"
";i:15;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:"3. Liên hệ";}}i:16;s:2:"
";i:17;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:66:"https://static.xx.fbcdn.net/images/emoji.php/v9/t4d/1/16/1f4de.png";}}i:18;s:46:" Điện thoại: 0988.308.126 - 0967.999.919
";i:19;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:66:"https://static.xx.fbcdn.net/images/emoji.php/v9/tbe/1/16/1f4e7.png";}}i:20;s:7:"Email: ";i:21;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:22:"nhathuycokhi@gmail.com";}}i:22;s:25:"
Website: nhathuy.com.vn
";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:66:"https://static.xx.fbcdn.net/images/emoji.php/v9/tfa/1/16/1f32a.png";}}i:24;s:101:"Địa chỉ: 569, Đại lộ Bình Dương (QL13), Hiêp Thành, Thủ Dầu Một, Bình Dương.
";i:25;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:276:"https://www.facebook.com/hashtag/xaylapnhathuy?__eep__=6&__cft__[0]=AZW9kqIpRMnX29tduKgVT6ZXM1xdmgR17sm7_XDm6m7f0gxObt431oc6Ruh-LMxvWMTGxocMnuEL5xdBwldfjUalgLXskHTCLQkOlU4oc45LYJC_-9w4yQbwKdRxNLeybaXvDScd8LzPBn9lThabF8NWg4qr83_jN-b7rvpI4834kAuJ5c6jLdAf404r7_vi2QQ&__tn__=*NK-R";s:8:"original";a:2:{i:0;s:284:"[URL='https://www.facebook.com/hashtag/xaylapnhathuy?__eep__=6&__cft__[0]=AZW9kqIpRMnX29tduKgVT6ZXM1xdmgR17sm7_XDm6m7f0gxObt431oc6Ruh-LMxvWMTGxocMnuEL5xdBwldfjUalgLXskHTCLQkOlU4oc45LYJC_-9w4yQbwKdRxNLeybaXvDScd8LzPBn9lThabF8NWg4qr83_jN-b7rvpI4834kAuJ5c6jLdAf404r7_vi2QQ&__tn__=*NK-R']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:14:"#xaylapnhathuy";}}i:26;s:1:" ";i:27;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:275:"https://www.facebook.com/hashtag/cokhinhathuy?__eep__=6&__cft__[0]=AZW9kqIpRMnX29tduKgVT6ZXM1xdmgR17sm7_XDm6m7f0gxObt431oc6Ruh-LMxvWMTGxocMnuEL5xdBwldfjUalgLXskHTCLQkOlU4oc45LYJC_-9w4yQbwKdRxNLeybaXvDScd8LzPBn9lThabF8NWg4qr83_jN-b7rvpI4834kAuJ5c6jLdAf404r7_vi2QQ&__tn__=*NK-R";s:8:"original";a:2:{i:0;s:283:"[URL='https://www.facebook.com/hashtag/cokhinhathuy?__eep__=6&__cft__[0]=AZW9kqIpRMnX29tduKgVT6ZXM1xdmgR17sm7_XDm6m7f0gxObt431oc6Ruh-LMxvWMTGxocMnuEL5xdBwldfjUalgLXskHTCLQkOlU4oc45LYJC_-9w4yQbwKdRxNLeybaXvDScd8LzPBn9lThabF8NWg4qr83_jN-b7rvpI4834kAuJ5c6jLdAf404r7_vi2QQ&__tn__=*NK-R']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:13:"#cokhinhathuy";}}i:28;s:1:" ";i:29;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:280:"https://www.facebook.com/hashtag/tuyendungnhanvien?__eep__=6&__cft__[0]=AZW9kqIpRMnX29tduKgVT6ZXM1xdmgR17sm7_XDm6m7f0gxObt431oc6Ruh-LMxvWMTGxocMnuEL5xdBwldfjUalgLXskHTCLQkOlU4oc45LYJC_-9w4yQbwKdRxNLeybaXvDScd8LzPBn9lThabF8NWg4qr83_jN-b7rvpI4834kAuJ5c6jLdAf404r7_vi2QQ&__tn__=*NK-R";s:8:"original";a:2:{i:0;s:288:"[URL='https://www.facebook.com/hashtag/tuyendungnhanvien?__eep__=6&__cft__[0]=AZW9kqIpRMnX29tduKgVT6ZXM1xdmgR17sm7_XDm6m7f0gxObt431oc6Ruh-LMxvWMTGxocMnuEL5xdBwldfjUalgLXskHTCLQkOlU4oc45LYJC_-9w4yQbwKdRxNLeybaXvDScd8LzPBn9lThabF8NWg4qr83_jN-b7rvpI4834kAuJ5c6jLdAf404r7_vi2QQ&__tn__=*NK-R']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:18:"#tuyendungnhanvien";}}i:30;s:2:" #";i:31;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:312:"https://www.facebook.com/hashtag/tuy%E1%BB%83nd%E1%BB%A5ngb%C3%ACnhd%C6%B0%C6%A1ng?__eep__=6&__cft__[0]=AZW9kqIpRMnX29tduKgVT6ZXM1xdmgR17sm7_XDm6m7f0gxObt431oc6Ruh-LMxvWMTGxocMnuEL5xdBwldfjUalgLXskHTCLQkOlU4oc45LYJC_-9w4yQbwKdRxNLeybaXvDScd8LzPBn9lThabF8NWg4qr83_jN-b7rvpI4834kAuJ5c6jLdAf404r7_vi2QQ&__tn__=*NK-R";s:8:"original";a:2:{i:0;s:320:"[URL='https://www.facebook.com/hashtag/tuy%E1%BB%83nd%E1%BB%A5ngb%C3%ACnhd%C6%B0%C6%A1ng?__eep__=6&__cft__[0]=AZW9kqIpRMnX29tduKgVT6ZXM1xdmgR17sm7_XDm6m7f0gxObt431oc6Ruh-LMxvWMTGxocMnuEL5xdBwldfjUalgLXskHTCLQkOlU4oc45LYJC_-9w4yQbwKdRxNLeybaXvDScd8LzPBn9lThabF8NWg4qr83_jN-b7rvpI4834kAuJ5c6jLdAf404r7_vi2QQ&__tn__=*NK-R']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:26:"#tuyểndụngbìnhdương";}}}, 1631068078, 1653262866
Run Time: 0.000601
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thread_field_seller_desc', 'thread_field_city_desc', 'thread_field_district_desc', 'thread_field_mobile_desc', 'thread_field_postaddress_desc', 'thread_field_city_choice_binh-duong.109', 'thread_field_district_choice_0')
Params: 4
Run Time: 0.000372
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 | |
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, 101922660, a:7:{i:0;s:32:"Nhật Huy Construction chuyên ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:75:"https://nhathuy.com.vn/trang-chu/dich-vu-sua-chua-nha-xuong-tai-binh-duong/";s:8:"original";a:2:{i:0;s:83:"[URL='https://nhathuy.com.vn/trang-chu/dich-vu-sua-chua-nha-xuong-tai-binh-duong/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:26:"Sửa chữa nhà xưởng";}}i:2;s:2:", ";i:3;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:59:"https://nhathuy.com.vn/trang-chu/thiet-ke-nha-ket-cau-thep/";s:8:"original";a:2:{i:0;s:67:"[URL='https://nhathuy.com.vn/trang-chu/thiet-ke-nha-ket-cau-thep/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:35:"thiết kế nhà kết cấu thép";}}i:4;s:2:", ";i:5;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:59:"https://nhathuy.com.vn/trang-chu/xay-dung-nha-ket-cau-thep/";s:8:"original";a:2:{i:0;s:67:"[URL='https://nhathuy.com.vn/trang-chu/xay-dung-nha-ket-cau-thep/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:34:"xây dựng nhà kết cấu thép";}}i:6;s:1:".";}, 1631068078, 1653262866
Run Time: 0.000485
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 > 1653261966)
ORDER BY session_activity.view_date DESC
Run Time: 0.000757
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | ALL | view_date | | | | 1956 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.session_activity.user_id | 1 | |