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: 7274001
Run Time: 0.000638
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.000431
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: 7274001
Run Time: 0.001291
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 | 2 | 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: 9584676
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_ip
WHERE ip_id = ?
Params: 9584680
Run Time: 0.000244
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: 7274001
Run Time: 0.000278
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.000265
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.000216
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.000256
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.000265
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.000221
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.000168
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.000166
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.000180
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: 100982609, haravan.vn
Run Time: 0.000250
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 = 100982609 AND threadid = 7274001 AND open_iframe = 0 and apisource = 'haravan.vn'
Run Time: 0.000233
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: 100982609, webcall.vn, 1
Run Time: 0.000255
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.000159
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: 100982609
Run Time: 0.000501
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: 36
Run Time: 0.000193
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.000174
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=7274001, 1656653909,
Run Time: 0.000321
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.000222
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_widget | ALL | | | | | 17 | Using where; Using filesort |
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, 1022363620, a:41:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#000000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#000000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:5:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:6:"Tahoma";s:8:"original";a:2:{i:0;s:13:"[FONT=Tahoma]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;s:307:"
Có ít đồ chơi carbon cho anh em DUCATI đây, giá hữu nghị và chất lượng đảm bảo nhé (Nguồn hàng từ SLINGSHOT USA) ... ai có nhu cầu thì liên hệ 0937584886. Giao dịch tai quận 1 (nhà thờ Đức Bà) hàng ngày) hoặc chỗ khác cuối tuần. Ship toàn quốc.";}}i:1;s:2:"
";i:2;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:6:"Tahoma";s:8:"original";a:2:{i:0;s:13:"[FONT=Tahoma]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;s:102:"Hàng đã có sẵn nên bác nào cần là có gắn liền cho đỡ ghiền hihi.. KÍNH MỜI!!!";}}i:3;s:2:"
";i:4;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:6:"Tahoma";s:8:"original";a:2:{i:0;s:13:"[FONT=Tahoma]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;s:44:"1/ Miếng chắn nhông sên (giá VND900K)";}}}}i:1;s:1:"
";i:2;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:44:"http://imageshack.com/a/img833/7747/kaaf.jpg";s:8:"original";a:2:{i:0;s:52:"[URL="http://imageshack.com/a/img833/7747/kaaf.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:44:"http://imageshack.com/a/img833/7747/kaaf.jpg";}}}}i:3;s:2:"
";i:4;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#000000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#000000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:6:"Tahoma";s:8:"original";a:2:{i:0;s:13:"[FONT=Tahoma]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;s:38:"2/ Dè trước (giá VND3triệu300k)";}}}}i:5;s:1:"
";i:6;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:44:"http://imageshack.com/a/img811/2165/xors.jpg";s:8:"original";a:2:{i:0;s:52:"[URL="http://imageshack.com/a/img811/2165/xors.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:44:"http://imageshack.com/a/img811/2165/xors.jpg";}}}}i:7;s:2:"
";i:8;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:43:"http://imageshack.com/a/img18/4589/ru3h.jpg";s:8:"original";a:2:{i:0;s:51:"[URL="http://imageshack.com/a/img18/4589/ru3h.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:43:"http://imageshack.com/a/img18/4589/ru3h.jpg";}}}}i:9;s:2:"
";i:10;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:43:"http://imageshack.com/a/img35/8843/usgx.jpg";s:8:"original";a:2:{i:0;s:51:"[URL="http://imageshack.com/a/img35/8843/usgx.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:43:"http://imageshack.com/a/img35/8843/usgx.jpg";}}}}i:11;s:2:"
";i:12;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#000000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#000000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:6:"Tahoma";s:8:"original";a:2:{i:0;s:13:"[FONT=Tahoma]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;s:61:"3/ Miếng ốp bình xăng phần sau (giá VND2triệu100k)";}}}}i:13;s:1:"
";i:14;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:43:"http://imageshack.com/a/img31/6733/tp1e.jpg";s:8:"original";a:2:{i:0;s:51:"[URL="http://imageshack.com/a/img31/6733/tp1e.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:43:"http://imageshack.com/a/img31/6733/tp1e.jpg";}}}}i:15;s:2:"
";i:16;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#000000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#000000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:6:"Tahoma";s:8:"original";a:2:{i:0;s:13:"[FONT=Tahoma]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;s:63:"4/ Miếng ốp bình xăng phần trên (giá VND2triệu550k)";}}}}i:17;s:1:"
";i:18;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:43:"http://imageshack.com/a/img69/2834/507a.jpg";s:8:"original";a:2:{i:0;s:51:"[URL="http://imageshack.com/a/img69/2834/507a.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:43:"http://imageshack.com/a/img69/2834/507a.jpg";}}}}i:19;s:1:"
";i:20;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#CCCCCC";s:8:"original";a:2:{i:0;s:15:"[COLOR=#CCCCCC]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:6:"Tahoma";s:8:"original";a:2:{i:0;s:13:"[FONT=Tahoma]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;s:40:"5/ Đuôi chắn bùn sau giá 4triêu4 ";}}}}i:21;s:2:"
";i:22;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:44:"http://imageshack.com/a/img545/9019/gkb8.jpg";s:8:"original";a:2:{i:0;s:52:"[URL="http://imageshack.com/a/img545/9019/gkb8.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:44:"http://imageshack.com/a/img545/9019/gkb8.jpg";}}}}i:23;s:1:"
";i:24;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:44:"http://imageshack.com/a/img842/9323/2zsx.jpg";s:8:"original";a:2:{i:0;s:52:"[URL="http://imageshack.com/a/img842/9323/2zsx.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:44:"http://imageshack.com/a/img842/9323/2zsx.jpg";}}}}i:25;s:1:"
";i:26;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#CCCCCC";s:8:"original";a:2:{i:0;s:15:"[COLOR=#CCCCCC]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:6:"Tahoma";s:8:"original";a:2:{i:0;s:13:"[FONT=Tahoma]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;s:39:"7/ Ốp choá đèn (giá VND1triệu4)";}}}}i:27;s:1:"
";i:28;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:44:"http://imageshack.com/a/img842/1513/d2uf.jpg";s:8:"original";a:2:{i:0;s:52:"[URL="http://imageshack.com/a/img842/1513/d2uf.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:44:"http://imageshack.com/a/img842/1513/d2uf.jpg";}}}}i:29;s:2:"
";i:30;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#CCCCCC";s:8:"original";a:2:{i:0;s:15:"[COLOR=#CCCCCC]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:6:"Tahoma";s:8:"original";a:2:{i:0;s:13:"[FONT=Tahoma]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;s:36:"8/ Ốp yên solo (giá VND3 trieu3)";}}}}i:31;s:1:"
";i:32;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:44:"http://imageshack.com/a/img835/6517/dm97.jpg";s:8:"original";a:2:{i:0;s:52:"[URL="http://imageshack.com/a/img835/6517/dm97.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:44:"http://imageshack.com/a/img835/6517/dm97.jpg";}}}}i:33;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:6:"Tahoma";s:8:"original";a:2:{i:0;s:13:"[FONT=Tahoma]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;s:91:"
Làm tấm khui thùng hàng cho ae chiêm ngưỡng đồ thật việc thật nào....";}}i:34;s:2:"
";i:35;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:6:"Tahoma";s:8:"original";a:2:{i:0;s:13:"[FONT=Tahoma]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;s:60:"Hàng nhập từ USA của SLING SHOT RACING nhé các bác";}}i:36;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#D3D3D3";s:8:"original";a:2:{i:0;s:15:"[COLOR=#D3D3D3]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:6:"Tahoma";s:8:"original";a:2:{i:0;s:13:"[FONT=Tahoma]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;s:1:".";}}}}i:37;s:2:"
";i:38;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:44:"http://imageshack.com/a/img833/7785/5a8f.jpg";s:8:"original";a:2:{i:0;s:52:"[URL="http://imageshack.com/a/img833/7785/5a8f.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:44:"http://imageshack.com/a/img833/7785/5a8f.jpg";}}}}i:39;s:2:"
";i:40;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:43:"http://imageshack.com/a/img28/5470/b3ag.jpg";s:8:"original";a:2:{i:0;s:51:"[URL="http://imageshack.com/a/img28/5470/b3ag.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:43:"http://imageshack.com/a/img28/5470/b3ag.jpg";}}}}}, 1631068078, 1656653909
Run Time: 0.000624
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, 1024413753, a:1:{i:0;s:65:"up đêhhh, mời bà con ủng hộ hàng US tẩy chay hàng TQ";}, 1631068078, 1656653909
Run Time: 0.000434
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')
Params: 4
Run Time: 0.000320
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 106 | | 5 | Using where |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 36
Run Time: 0.000181
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, 100982609, a:1:{i:0;s:4:"NULL";}, 1631068078, 1656653909
Run Time: 0.003330
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 > 1656653009)
ORDER BY session_activity.view_date DESC
Run Time: 0.001124
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | ALL | view_date | | | | 2390 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.session_activity.user_id | 1 | |