SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000203
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: 8416169
Run Time: 0.000590
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: 163
Run Time: 0.000659
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: 8416169
Run Time: 0.001225
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: 40003056
Run Time: 0.000296
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: 8416169
Run Time: 0.000286
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(163))
ORDER BY field.materialized_order
Run Time: 0.001012
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.000205
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(163))
ORDER BY field.materialized_order
Run Time: 0.000261
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.000264
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: 288
Run Time: 0.000318
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: 51
Run Time: 0.000271
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: 51
Run Time: 0.000278
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.000186
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.000181
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: 101742536, 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 = 101742536 AND threadid = 8416169 AND open_iframe = 0 and apisource = 'haravan.vn'
Run Time: 0.000221
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: 101742536, webcall.vn, 1
Run Time: 0.000268
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.000164
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: 101742536
Run Time: 0.000432
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.000191
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 = 163 AND thread.sticky = 1 AND thread.thread_id <> 8416169 AND discussion_state = "visible" ORDER BY rand() LIMIT 5
Run Time: 0.001072
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 = 163 AND thread.sticky <> 1 AND thread.thread_id <> 8416169 AND discussion_state = "visible" ORDER BY thread.thread_id DESC LIMIT 5
Run Time: 0.001189
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 | | 1434742 | Using where |
SELECT * FROM `xf_quicklink` WHERE node_id = ? ORDER BY stt,id
Params: 163
Run Time: 0.000288
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=8416169, 1652830932,
Run Time: 0.000346
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.000193
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.000180
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: 810
Run Time: 0.000177
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, 1055125179, a:25:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"5";s:8:"original";a:2:{i:0;s:8:"[SIZE=5]";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:31:"Tour Vũng Tàu 2 ngày 1 đêm";}}}}i:1;s:3:"
";i:2;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:52:"http://sgtourism.vn/tour/tour-vung-tau-2-ngay-1-dem/";s:8:"original";a:2:{i:0;s:60:"[URL='http://sgtourism.vn/tour/tour-vung-tau-2-ngay-1-dem/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:31:"Tour Vũng Tàu 2 ngày 1 đêm";}}i:3;s:1103:" của Saigontourism sẽ giúp Quý khách được tham quan thắng cảnh, tắm biển và đặc biệt là thưởng thức hải sản của miền biển tại thành phố Vũng Tàu.
Thành phố biển Vũng Tàu với thiên nhiên hài hòa, sơn thủy hữu tình và các công trình văn hóa như tượng đài, chùa chiền, nhà thờ… xa xa phía biển Đông có Côn Đảohoang sơ từ lâu đã là điểm du lịch lý tưởng để mọi người có thể nghỉ ngơi, thư giãn sau những giờ làm việc, học tập căng thẳng. Đến với Vũng Tàu, du khách sẽ có cảm giác bình yên, dễ chịu với những con đường rộng rãi, thoáng đãng. Dưới là biển xanh, trên là những ngọn núi to, núi nhỏ, cùng những ngôi chùa thanh tịnh… Tất cả tạo nên một Vũng Tàu đầy ma lực, một thành phố Vũng Tàu không chỉ hiền hòa bình dị mà vô vàn những danh lam thắng cảnh nổi tiếng như Đình Thần Thắng Lam, Lăng Ông Thủy Tướng, tượng chúa Jesu…Hãy đặt ";i:4;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:52:"http://sgtourism.vn/tour/tour-vung-tau-2-ngay-1-dem/";s:8:"original";a:2:{i:0;s:60:"[URL='http://sgtourism.vn/tour/tour-vung-tau-2-ngay-1-dem/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:31:"tour Vũng Tàu 2 ngày 1 đêm";}}i:5;s:126:" tại sgtourism.vn để cảm nhận và khám phá vẻ đẹp khoáng đạt bao la của thành phố biển Vũng Tàu
";i:6;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"5";s:8:"original";a:2:{i:0;s:8:"[SIZE=5]";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:51:"Ngày 1: thành phố Hồ Chí Minh – Vũng Tàu";}}}}i:7;s:1:"
";i:8;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:73:"http://sgtourism.vn/wp-content/uploads/2015/03/tour-vung-tau-1-ngay-3.jpg";s:8:"original";a:2:{i:0;s:81:"[URL='http://sgtourism.vn/wp-content/uploads/2015/03/tour-vung-tau-1-ngay-3.jpg']";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:73:"http://sgtourism.vn/wp-content/uploads/2015/03/tour-vung-tau-1-ngay-3.jpg";}}}}i:9;s:50:"
Vũng Tàu thành phố ngàn năm biển gọi
";i:10;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:5:{i:0;s:77:"
[*]Sáng:
7h00: Xe và hướng dẫn viên Saigontourism đón khách đi ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:52:"http://sgtourism.vn/tour/tour-vung-tau-2-ngay-1-dem/";s:8:"original";a:2:{i:0;s:60:"[URL='http://sgtourism.vn/tour/tour-vung-tau-2-ngay-1-dem/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:31:"tour Vũng Tàu 2 ngày 1 đêm";}}i:2;s:1551:" tại điểm hẹn.
8h30: Khởi hành đi Vũng Tàu.
9h00: Hướng dẫn viên tổ chức các trò chơi vui nhộn trên xe, giới thiệu những điểm trên cung đường mà đã đi qua.
9h30: Đoàn tham quan tại khu du lịch Vũng Tàu, tham quan Lăng Cá Ông ởĐình Thần Thắng Tam, ngắm cảnh Hòn Bà, tượng chúa Giêsu. Đoàn dừng ởmũi Nghinh Phong chụp hình lưu niệm. Xe đưa quý khách đi chinh phục Núi Nhỏtham quan tượng Chúa KiTô trên đỉnh ngọn Tao Phùng.
12h00: Đoàn dùng cơm trưa và nhận phòng nghỉ ngơi tại Vũng Tàu.
[*]Chiều:
14h30: Đoàn tập trung tại bãi biển Vũng Tàu tham gia các trò chơi vận động trên biển với dàn âm thanh sống động: Đưa nước về nguồn, đá bóng tình nhân, vũ điệu tình nồng, ai dài hơn ai, kéo co tình yêu, đua ghe ngo trên cạn, đi tìm nàng tiên cá… Saigontourism tổ chức cùng nhiều phần quà thưởng hấp dẫn. Thưởng thức hải sản tại bãi biển Vũng Tàu với các món đặc sản được chế biến tại chỗ cho Quý khách vừa thưởng thức vùa tắm biển như: Cua, ghẹ, tôm, sò…….
[*]Tối:
Tối quý khách dùng cơm tối tại Vũng Tàu và tham gia chương trình sân khấu hóa hoành tráng và ấn tượng cùng giàn âm thanh sống động do công ty Saigontourism tổ chức với những phần quà hấp dẫn sẽ dành cho những ai may mắn và vui vẻ nhất trong ";i:3;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:52:"http://sgtourism.vn/tour/tour-vung-tau-2-ngay-1-dem/";s:8:"original";a:2:{i:0;s:60:"[URL='http://sgtourism.vn/tour/tour-vung-tau-2-ngay-1-dem/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:31:"tour Vũng Tàu 2 ngày 1 đêm";}}i:4;s:214:" này. Sau đó, cùng cắt bánh kem mừng sinh nhật và uống champagne trong tiệc mừng sinh nhật tháng. Tham gia những chương trình vui chơi giải trí với những phần quà hấp dẫn.
";}}i:11;s:1:"
";i:12;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"5";s:8:"original";a:2:{i:0;s:8:"[SIZE=5]";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:51:"Ngày 2: Vũng Tàu – thành phố Hồ Chí Minh";}}}}i:13;s:1:"
";i:14;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:66:"http://sgtourism.vn/wp-content/uploads/2015/03/tour-long-hai-1.jpg";s:8:"original";a:2:{i:0;s:74:"[URL='http://sgtourism.vn/wp-content/uploads/2015/03/tour-long-hai-1.jpg']";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:66:"http://sgtourism.vn/wp-content/uploads/2015/03/tour-long-hai-1.jpg";}}}}i:15;s:52:"
Cảnh đẹp hoàng hôn trên biển Vũng Tàu
";i:16;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:1312:"
[*]Sáng:
07h00: Quý khách dùng điểm tâm sáng.
08h00: Xe đưa đoàn đi theo con đường ven biển, qua bãi Thùy Vân, bãi Dâu,bãi Tầm Dương. Quý khách thưởng ngoạn phong cảnh nên thơ hữu tình củathành phố biển Vũng Tàu, với 2 ngọn núi lớn, núi nhỏ kề bên biển. Du khách có thể ngắm toàn cảnh thành phố Vũng Tàu. Và xe đưa đoàn đi tham quan khu du lịch Hồ Mây (Quý khách đi cáp treo và vé tham quan tự túc) và ngắm toàn cảnhbiển Vũng Tàu.
9h00: Sau khi tham quan xong ,đoàn trở khách sạn. Tiếp tục tắm biển Vũng Tàu.
11h00: Đoàn làm thủ tục trả phòng và dùng cơm trưa.
[*]Chiều:
13h00: Đoàn khởi hành từ thành phố biển Vũng Tàu trở về thành phố Hồ Chí Minh, dừng chân tham quan Ni Viện Thiên Hòa hay còn gọi là “Chùa bánh xèo” quý khách thưởng thức món “Bánh xèo” vừa mới được các Ni cô đỗ vừa nóng vừa giòn ăn kèm với rau rau thơm, cải, xà lách, diếp cá…. miễn phí. Trên đường về ghé siêu thị Hải Sản hoặc trại bò sữa Long Thành mua đặc sản. 17h30: Xe đưa Quý khách về đến thành phố Hồ Chí Minh. Kết thúc chương trình tham quan ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:52:"http://sgtourism.vn/tour/tour-vung-tau-2-ngay-1-dem/";s:8:"original";a:2:{i:0;s:60:"[URL='http://sgtourism.vn/tour/tour-vung-tau-2-ngay-1-dem/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:31:"tour Vũng Tàu 2 ngày 1 đêm";}}i:2;s:36:" , chia tay và hẹn gặp lại.
";}}i:17;s:44:"
XEM THÊM TOUR DU LỊCH VŨNG TÀU KHÁC
";i:18;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:5:{i:0;s:4:"
[*]";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:46:"http://sgtourism.vn/tour/tour-vung-tau-1-ngay/";s:8:"original";a:2:{i:0;s:54:"[URL='http://sgtourism.vn/tour/tour-vung-tau-1-ngay/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:23:"Tour Vũng Tàu 1 ngày";}}i:2;s:24:" – Giá: 450.000đ
[*]";i:3;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:46:"http://sgtourism.vn/tour/tour-long-hai-1-ngay/";s:8:"original";a:2:{i:0;s:54:"[URL='http://sgtourism.vn/tour/tour-long-hai-1-ngay/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:23:"Tour Long Hải 1 ngày";}}i:4;s:21:" – Giá: 450.000đ
";}}i:19;s:38:"
Hãy đến với dịch vụ đặt ";i:20;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:52:"http://sgtourism.vn/tour/tour-vung-tau-2-ngay-1-dem/";s:8:"original";a:2:{i:0;s:60:"[URL='http://sgtourism.vn/tour/tour-vung-tau-2-ngay-1-dem/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:31:"tour Vũng Tàu 2 ngày 1 đêm";}}i:21;s:173:" qua hệ thống đặt phòng khách sạn tại Vũng Tàu và đặt tour trực tuyến của sgtourism.vn để chúng tôi có thể hỗ trợ quý khách có một ";i:22;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:66:"http://sgtourism.vn/tour-du-lich-trong-nuoc/tour-du-lich-vung-tau/";s:8:"original";a:2:{i:0;s:74:"[URL='http://sgtourism.vn/tour-du-lich-trong-nuoc/tour-du-lich-vung-tau/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:25:"tour du lịch Vũng Tàu";}}i:23;s:69:" thật thú vị và tiết kiệm với chi phí hợp lý nhất!
";i:24;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:43:"MỌI CHI TIẾT XIN LIÊN HỆ: 0978209014";}}}, 1631068078, 1652830932
Run Time: 0.000626
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-12.810')
Params: 4
Run Time: 0.000191
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.000222
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 > 1652830032)
ORDER BY session_activity.view_date DESC
Run Time: 0.000751
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | ALL | view_date | | | | 1934 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.session_activity.user_id | 1 | |