SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000214
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,
IF(rate.count IS NULL, 0, rate.count) AS thread_rate_count, IF(rate.sum IS NULL, 0, rate.sum) AS thread_rate_sum, IF(rate.avg IS NULL, 0, rate.avg) AS thread_rate_avg
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
LEFT JOIN tr_thread_rate AS rate ON (rate.thread_id = thread.thread_id)
WHERE thread.thread_id = ?
Params: 30916
Run Time: 0.000821
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 | |
SIMPLE | rate | 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: 210
Run Time: 0.000862
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.*
,
user.*, IF(user.username IS NULL, post.username, user.username) AS username,
user_profile.*,
user_privacy.*,
0 AS like_date
FROM xf_post AS post
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)
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: 30916
Run Time: 0.008804
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 | 11 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | dembuon_vn_d58b.post.user_id | 1 | |
SIMPLE | user_profile | eq_ref | PRIMARY | PRIMARY | 4 | dembuon_vn_d58b.post.user_id | 1 | |
SIMPLE | user_privacy | eq_ref | PRIMARY | PRIMARY | 4 | dembuon_vn_d58b.post.user_id | 1 | |
INSERT DELAYED INTO xf_thread_view
(thread_id)
VALUES
(?)
Params: 30916
Run Time: 0.000582
SELECT value.*, field.field_type
FROM xf_user_field_value AS value
INNER JOIN xf_user_field AS field ON (field.field_id = value.field_id)
WHERE value.user_id = ?
Params: 22007
Run Time: 0.000498
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | value | ref | PRIMARY,field_id | PRIMARY | 4 | const | 1 | |
SIMPLE | field | eq_ref | PRIMARY | PRIMARY | 27 | dembuon_vn_d58b.value.field_id | 1 | |
SELECT * FROM xf_post WHERE post_id = '259325'
Run Time: 0.000511
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_post | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT *
FROM xf_node
ORDER BY lft ASC
Run Time: 0.000526
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_node | ALL | | | | | 254 | Using filesort |
SELECT content_id, cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = 'node'
Params: 1
Run Time: 0.000587
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | ref | PRIMARY | PRIMARY | 31 | const,const | 486 | Using where |
SELECT params
FROM xf_session_activity
WHERE user_id = ?
AND controller_action = 'CreateThread'
Params: 0
Run Time: 0.000394
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_session_activity | ref | PRIMARY | PRIMARY | 4 | const | 594 | Using where |
SELECT xf_thread.thread_id,
xf_thread.node_id,
xf_thread.title,
xf_thread.reply_count,
xf_thread.view_count,
xf_thread.username,
xf_thread.post_date,
xf_thread.last_post_date,
xf_thread.last_post_user_id,
xf_thread.last_post_username,
xf_thread.prefix_id,
xf_node.title AS nodeTitle,
xf_user.user_id,
xf_user.gender,
xf_user.avatar_date
FROM xf_thread
INNER JOIN xf_node ON xf_node.node_id = xf_thread.node_id
INNER JOIN xf_user ON xf_user.user_id = xf_thread.user_id
WHERE xf_thread.title LIKE '%Điều Kì Diệu Em Mong Chờ - Nguyễn Nguyễn%'
AND xf_thread.discussion_state = 'visible'
AND xf_thread.discussion_type <> 'redirect'
AND xf_thread.post_date >= ?
AND (xf_thread.node_id = 1 OR xf_thread.node_id = 8 OR xf_thread.node_id = 9 OR xf_thread.node_id = 10 OR xf_thread.node_id = 11 OR xf_thread.node_id = 13 OR xf_thread.node_id = 14 OR xf_thread.node_id = 15 OR xf_thread.node_id = 16 OR xf_thread.node_id = 17 OR xf_thread.node_id = 18 OR xf_thread.node_id = 19 OR xf_thread.node_id = 20 OR xf_thread.node_id = 21 OR xf_thread.node_id = 22 OR xf_thread.node_id = 23 OR xf_thread.node_id = 24 OR xf_thread.node_id = 25 OR xf_thread.node_id = 26 OR xf_thread.node_id = 27 OR xf_thread.node_id = 2 OR xf_thread.node_id = 33 OR xf_thread.node_id = 34 OR xf_thread.node_id = 35 OR xf_thread.node_id = 36 OR xf_thread.node_id = 37 OR xf_thread.node_id = 38 OR xf_thread.node_id = 39 OR xf_thread.node_id = 40 OR xf_thread.node_id = 41 OR xf_thread.node_id = 42 OR xf_thread.node_id = 43 OR xf_thread.node_id = 44 OR xf_thread.node_id = 45 OR xf_thread.node_id = 46 OR xf_thread.node_id = 47 OR xf_thread.node_id = 48 OR xf_thread.node_id = 49 OR xf_thread.node_id = 50 OR xf_thread.node_id = 51 OR xf_thread.node_id = 52 OR xf_thread.node_id = 53 OR xf_thread.node_id = 54 OR xf_thread.node_id = 55 OR xf_thread.node_id = 56 OR xf_thread.node_id = 57 OR xf_thread.node_id = 58 OR xf_thread.node_id = 59 OR xf_thread.node_id = 60 OR xf_thread.node_id = 61 OR xf_thread.node_id = 62 OR xf_thread.node_id = 203 OR xf_thread.node_id = 204 OR xf_thread.node_id = 240 OR xf_thread.node_id = 241 OR xf_thread.node_id = 205 OR xf_thread.node_id = 206 OR xf_thread.node_id = 210 OR xf_thread.node_id = 211 OR xf_thread.node_id = 212 OR xf_thread.node_id = 213 OR xf_thread.node_id = 238 OR xf_thread.node_id = 239 OR xf_thread.node_id = 244 OR xf_thread.node_id = 207 OR xf_thread.node_id = 214 OR xf_thread.node_id = 215 OR xf_thread.node_id = 216 OR xf_thread.node_id = 217 OR xf_thread.node_id = 208 OR xf_thread.node_id = 218 OR xf_thread.node_id = 219 OR xf_thread.node_id = 220 OR xf_thread.node_id = 221 OR xf_thread.node_id = 209 OR xf_thread.node_id = 227 OR xf_thread.node_id = 228 OR xf_thread.node_id = 229 OR xf_thread.node_id = 230 OR xf_thread.node_id = 231 OR xf_thread.node_id = 232 OR xf_thread.node_id = 242 OR xf_thread.node_id = 243 OR xf_thread.node_id = 251 OR xf_thread.node_id = 252 OR xf_thread.node_id = 222 OR xf_thread.node_id = 223 OR xf_thread.node_id = 224 OR xf_thread.node_id = 225 OR xf_thread.node_id = 226 OR xf_thread.node_id = 3 OR xf_thread.node_id = 63 OR xf_thread.node_id = 64 OR xf_thread.node_id = 65 OR xf_thread.node_id = 66 OR xf_thread.node_id = 67 OR xf_thread.node_id = 68 OR xf_thread.node_id = 69 OR xf_thread.node_id = 70 OR xf_thread.node_id = 71 OR xf_thread.node_id = 72 OR xf_thread.node_id = 73 OR xf_thread.node_id = 74 OR xf_thread.node_id = 75 OR xf_thread.node_id = 76 OR xf_thread.node_id = 77 OR xf_thread.node_id = 78 OR xf_thread.node_id = 79 OR xf_thread.node_id = 80 OR xf_thread.node_id = 81 OR xf_thread.node_id = 82 OR xf_thread.node_id = 83 OR xf_thread.node_id = 84 OR xf_thread.node_id = 85 OR xf_thread.node_id = 86 OR xf_thread.node_id = 87 OR xf_thread.node_id = 88 OR xf_thread.node_id = 89 OR xf_thread.node_id = 90 OR xf_thread.node_id = 91 OR xf_thread.node_id = 92 OR xf_thread.node_id = 93 OR xf_thread.node_id = 94 OR xf_thread.node_id = 95 OR xf_thread.node_id = 96 OR xf_thread.node_id = 97 OR xf_thread.node_id = 98 OR xf_thread.node_id = 99 OR xf_thread.node_id = 100 OR xf_thread.node_id = 101 OR xf_thread.node_id = 102 OR xf_thread.node_id = 103 OR xf_thread.node_id = 104 OR xf_thread.node_id = 105 OR xf_thread.node_id = 106 OR xf_thread.node_id = 107 OR xf_thread.node_id = 108 OR xf_thread.node_id = 109 OR xf_thread.node_id = 110 OR xf_thread.node_id = 111 OR xf_thread.node_id = 112 OR xf_thread.node_id = 246 OR xf_thread.node_id = 247 OR xf_thread.node_id = 248 OR xf_thread.node_id = 249 OR xf_thread.node_id = 250 OR xf_thread.node_id = 4 OR xf_thread.node_id = 113 OR xf_thread.node_id = 114 OR xf_thread.node_id = 115 OR xf_thread.node_id = 116 OR xf_thread.node_id = 117 OR xf_thread.node_id = 118 OR xf_thread.node_id = 119 OR xf_thread.node_id = 120 OR xf_thread.node_id = 121 OR xf_thread.node_id = 122 OR xf_thread.node_id = 123 OR xf_thread.node_id = 124 OR xf_thread.node_id = 125 OR xf_thread.node_id = 126 OR xf_thread.node_id = 127 OR xf_thread.node_id = 128 OR xf_thread.node_id = 129 OR xf_thread.node_id = 130 OR xf_thread.node_id = 131 OR xf_thread.node_id = 132 OR xf_thread.node_id = 133 OR xf_thread.node_id = 134 OR xf_thread.node_id = 135 OR xf_thread.node_id = 136 OR xf_thread.node_id = 137 OR xf_thread.node_id = 138 OR xf_thread.node_id = 139 OR xf_thread.node_id = 140 OR xf_thread.node_id = 141 OR xf_thread.node_id = 142 OR xf_thread.node_id = 5 OR xf_thread.node_id = 143 OR xf_thread.node_id = 144 OR xf_thread.node_id = 145 OR xf_thread.node_id = 146 OR xf_thread.node_id = 147 OR xf_thread.node_id = 148 OR xf_thread.node_id = 149 OR xf_thread.node_id = 150 OR xf_thread.node_id = 151 OR xf_thread.node_id = 152 OR xf_thread.node_id = 153 OR xf_thread.node_id = 154 OR xf_thread.node_id = 155 OR xf_thread.node_id = 156 OR xf_thread.node_id = 157 OR xf_thread.node_id = 158 OR xf_thread.node_id = 159 OR xf_thread.node_id = 160 OR xf_thread.node_id = 161 OR xf_thread.node_id = 162 OR xf_thread.node_id = 163 OR xf_thread.node_id = 164 OR xf_thread.node_id = 165 OR xf_thread.node_id = 166 OR xf_thread.node_id = 167 OR xf_thread.node_id = 168 OR xf_thread.node_id = 169 OR xf_thread.node_id = 170 OR xf_thread.node_id = 171 OR xf_thread.node_id = 172 OR xf_thread.node_id = 173 OR xf_thread.node_id = 174 OR xf_thread.node_id = 175 OR xf_thread.node_id = 176 OR xf_thread.node_id = 177 OR xf_thread.node_id = 6 OR xf_thread.node_id = 178 OR xf_thread.node_id = 179 OR xf_thread.node_id = 180 OR xf_thread.node_id = 181 OR xf_thread.node_id = 182 OR xf_thread.node_id = 183 OR xf_thread.node_id = 184 OR xf_thread.node_id = 185 OR xf_thread.node_id = 186 OR xf_thread.node_id = 187 OR xf_thread.node_id = 188 OR xf_thread.node_id = 189 OR xf_thread.node_id = 190 OR xf_thread.node_id = 191 OR xf_thread.node_id = 192 OR xf_thread.node_id = 193 OR xf_thread.node_id = 194 OR xf_thread.node_id = 195 OR xf_thread.node_id = 196 OR xf_thread.node_id = 197 OR xf_thread.node_id = 198 OR xf_thread.node_id = 199 OR xf_thread.node_id = 200 OR xf_thread.node_id = 201 OR xf_thread.node_id = 202 OR xf_thread.node_id = 7 OR xf_thread.node_id = 28 OR xf_thread.node_id = 29 OR xf_thread.node_id = 30 OR xf_thread.node_id = 31 OR xf_thread.node_id = 32 OR xf_thread.node_id = 253 OR xf_thread.node_id = 233 OR xf_thread.node_id = 234 OR xf_thread.node_id = 236 OR xf_thread.node_id = 245 OR xf_thread.node_id = 254 OR xf_thread.node_id = 235 OR xf_thread.node_id = 237)
AND xf_thread.thread_id <> '30916'
ORDER BY xf_thread.title DESC
LIMIT ?
Params: 0, 5
Run Time: 0.038550
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread | range | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,post_date,user_id | PRIMARY | 4 | | 32112 | Using where; Using filesort |
SIMPLE | xf_node | eq_ref | PRIMARY | PRIMARY | 4 | dembuon_vn_d58b.xf_thread.node_id | 1 | |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | dembuon_vn_d58b.xf_thread.user_id | 1 | |
SELECT xf_thread.thread_id,
xf_thread.node_id,
xf_thread.title,
xf_thread.reply_count,
xf_thread.view_count,
xf_thread.username,
xf_thread.post_date,
xf_thread.last_post_date,
xf_thread.last_post_user_id,
xf_thread.last_post_username,
xf_thread.prefix_id,
xf_node.title AS nodeTitle,
xf_user.user_id,
xf_user.gender,
xf_user.avatar_date
FROM xf_thread
INNER JOIN xf_node ON xf_node.node_id = xf_thread.node_id
INNER JOIN xf_user ON xf_user.user_id = xf_thread.user_id
WHERE xf_thread.title LIKE '%Điều%'
AND xf_thread.title LIKE '%Kì%'
AND xf_thread.discussion_state = 'visible'
AND xf_thread.discussion_type <> 'redirect'
AND xf_thread.post_date >= ?
AND (xf_thread.node_id = 1 OR xf_thread.node_id = 8 OR xf_thread.node_id = 9 OR xf_thread.node_id = 10 OR xf_thread.node_id = 11 OR xf_thread.node_id = 13 OR xf_thread.node_id = 14 OR xf_thread.node_id = 15 OR xf_thread.node_id = 16 OR xf_thread.node_id = 17 OR xf_thread.node_id = 18 OR xf_thread.node_id = 19 OR xf_thread.node_id = 20 OR xf_thread.node_id = 21 OR xf_thread.node_id = 22 OR xf_thread.node_id = 23 OR xf_thread.node_id = 24 OR xf_thread.node_id = 25 OR xf_thread.node_id = 26 OR xf_thread.node_id = 27 OR xf_thread.node_id = 2 OR xf_thread.node_id = 33 OR xf_thread.node_id = 34 OR xf_thread.node_id = 35 OR xf_thread.node_id = 36 OR xf_thread.node_id = 37 OR xf_thread.node_id = 38 OR xf_thread.node_id = 39 OR xf_thread.node_id = 40 OR xf_thread.node_id = 41 OR xf_thread.node_id = 42 OR xf_thread.node_id = 43 OR xf_thread.node_id = 44 OR xf_thread.node_id = 45 OR xf_thread.node_id = 46 OR xf_thread.node_id = 47 OR xf_thread.node_id = 48 OR xf_thread.node_id = 49 OR xf_thread.node_id = 50 OR xf_thread.node_id = 51 OR xf_thread.node_id = 52 OR xf_thread.node_id = 53 OR xf_thread.node_id = 54 OR xf_thread.node_id = 55 OR xf_thread.node_id = 56 OR xf_thread.node_id = 57 OR xf_thread.node_id = 58 OR xf_thread.node_id = 59 OR xf_thread.node_id = 60 OR xf_thread.node_id = 61 OR xf_thread.node_id = 62 OR xf_thread.node_id = 203 OR xf_thread.node_id = 204 OR xf_thread.node_id = 240 OR xf_thread.node_id = 241 OR xf_thread.node_id = 205 OR xf_thread.node_id = 206 OR xf_thread.node_id = 210 OR xf_thread.node_id = 211 OR xf_thread.node_id = 212 OR xf_thread.node_id = 213 OR xf_thread.node_id = 238 OR xf_thread.node_id = 239 OR xf_thread.node_id = 244 OR xf_thread.node_id = 207 OR xf_thread.node_id = 214 OR xf_thread.node_id = 215 OR xf_thread.node_id = 216 OR xf_thread.node_id = 217 OR xf_thread.node_id = 208 OR xf_thread.node_id = 218 OR xf_thread.node_id = 219 OR xf_thread.node_id = 220 OR xf_thread.node_id = 221 OR xf_thread.node_id = 209 OR xf_thread.node_id = 227 OR xf_thread.node_id = 228 OR xf_thread.node_id = 229 OR xf_thread.node_id = 230 OR xf_thread.node_id = 231 OR xf_thread.node_id = 232 OR xf_thread.node_id = 242 OR xf_thread.node_id = 243 OR xf_thread.node_id = 251 OR xf_thread.node_id = 252 OR xf_thread.node_id = 222 OR xf_thread.node_id = 223 OR xf_thread.node_id = 224 OR xf_thread.node_id = 225 OR xf_thread.node_id = 226 OR xf_thread.node_id = 3 OR xf_thread.node_id = 63 OR xf_thread.node_id = 64 OR xf_thread.node_id = 65 OR xf_thread.node_id = 66 OR xf_thread.node_id = 67 OR xf_thread.node_id = 68 OR xf_thread.node_id = 69 OR xf_thread.node_id = 70 OR xf_thread.node_id = 71 OR xf_thread.node_id = 72 OR xf_thread.node_id = 73 OR xf_thread.node_id = 74 OR xf_thread.node_id = 75 OR xf_thread.node_id = 76 OR xf_thread.node_id = 77 OR xf_thread.node_id = 78 OR xf_thread.node_id = 79 OR xf_thread.node_id = 80 OR xf_thread.node_id = 81 OR xf_thread.node_id = 82 OR xf_thread.node_id = 83 OR xf_thread.node_id = 84 OR xf_thread.node_id = 85 OR xf_thread.node_id = 86 OR xf_thread.node_id = 87 OR xf_thread.node_id = 88 OR xf_thread.node_id = 89 OR xf_thread.node_id = 90 OR xf_thread.node_id = 91 OR xf_thread.node_id = 92 OR xf_thread.node_id = 93 OR xf_thread.node_id = 94 OR xf_thread.node_id = 95 OR xf_thread.node_id = 96 OR xf_thread.node_id = 97 OR xf_thread.node_id = 98 OR xf_thread.node_id = 99 OR xf_thread.node_id = 100 OR xf_thread.node_id = 101 OR xf_thread.node_id = 102 OR xf_thread.node_id = 103 OR xf_thread.node_id = 104 OR xf_thread.node_id = 105 OR xf_thread.node_id = 106 OR xf_thread.node_id = 107 OR xf_thread.node_id = 108 OR xf_thread.node_id = 109 OR xf_thread.node_id = 110 OR xf_thread.node_id = 111 OR xf_thread.node_id = 112 OR xf_thread.node_id = 246 OR xf_thread.node_id = 247 OR xf_thread.node_id = 248 OR xf_thread.node_id = 249 OR xf_thread.node_id = 250 OR xf_thread.node_id = 4 OR xf_thread.node_id = 113 OR xf_thread.node_id = 114 OR xf_thread.node_id = 115 OR xf_thread.node_id = 116 OR xf_thread.node_id = 117 OR xf_thread.node_id = 118 OR xf_thread.node_id = 119 OR xf_thread.node_id = 120 OR xf_thread.node_id = 121 OR xf_thread.node_id = 122 OR xf_thread.node_id = 123 OR xf_thread.node_id = 124 OR xf_thread.node_id = 125 OR xf_thread.node_id = 126 OR xf_thread.node_id = 127 OR xf_thread.node_id = 128 OR xf_thread.node_id = 129 OR xf_thread.node_id = 130 OR xf_thread.node_id = 131 OR xf_thread.node_id = 132 OR xf_thread.node_id = 133 OR xf_thread.node_id = 134 OR xf_thread.node_id = 135 OR xf_thread.node_id = 136 OR xf_thread.node_id = 137 OR xf_thread.node_id = 138 OR xf_thread.node_id = 139 OR xf_thread.node_id = 140 OR xf_thread.node_id = 141 OR xf_thread.node_id = 142 OR xf_thread.node_id = 5 OR xf_thread.node_id = 143 OR xf_thread.node_id = 144 OR xf_thread.node_id = 145 OR xf_thread.node_id = 146 OR xf_thread.node_id = 147 OR xf_thread.node_id = 148 OR xf_thread.node_id = 149 OR xf_thread.node_id = 150 OR xf_thread.node_id = 151 OR xf_thread.node_id = 152 OR xf_thread.node_id = 153 OR xf_thread.node_id = 154 OR xf_thread.node_id = 155 OR xf_thread.node_id = 156 OR xf_thread.node_id = 157 OR xf_thread.node_id = 158 OR xf_thread.node_id = 159 OR xf_thread.node_id = 160 OR xf_thread.node_id = 161 OR xf_thread.node_id = 162 OR xf_thread.node_id = 163 OR xf_thread.node_id = 164 OR xf_thread.node_id = 165 OR xf_thread.node_id = 166 OR xf_thread.node_id = 167 OR xf_thread.node_id = 168 OR xf_thread.node_id = 169 OR xf_thread.node_id = 170 OR xf_thread.node_id = 171 OR xf_thread.node_id = 172 OR xf_thread.node_id = 173 OR xf_thread.node_id = 174 OR xf_thread.node_id = 175 OR xf_thread.node_id = 176 OR xf_thread.node_id = 177 OR xf_thread.node_id = 6 OR xf_thread.node_id = 178 OR xf_thread.node_id = 179 OR xf_thread.node_id = 180 OR xf_thread.node_id = 181 OR xf_thread.node_id = 182 OR xf_thread.node_id = 183 OR xf_thread.node_id = 184 OR xf_thread.node_id = 185 OR xf_thread.node_id = 186 OR xf_thread.node_id = 187 OR xf_thread.node_id = 188 OR xf_thread.node_id = 189 OR xf_thread.node_id = 190 OR xf_thread.node_id = 191 OR xf_thread.node_id = 192 OR xf_thread.node_id = 193 OR xf_thread.node_id = 194 OR xf_thread.node_id = 195 OR xf_thread.node_id = 196 OR xf_thread.node_id = 197 OR xf_thread.node_id = 198 OR xf_thread.node_id = 199 OR xf_thread.node_id = 200 OR xf_thread.node_id = 201 OR xf_thread.node_id = 202 OR xf_thread.node_id = 7 OR xf_thread.node_id = 28 OR xf_thread.node_id = 29 OR xf_thread.node_id = 30 OR xf_thread.node_id = 31 OR xf_thread.node_id = 32 OR xf_thread.node_id = 253 OR xf_thread.node_id = 233 OR xf_thread.node_id = 234 OR xf_thread.node_id = 236 OR xf_thread.node_id = 245 OR xf_thread.node_id = 254 OR xf_thread.node_id = 235 OR xf_thread.node_id = 237)
AND xf_thread.thread_id <> '30916'
ORDER BY xf_thread.post_date ASC
LIMIT ?
Params: 0, 5
Run Time: 0.013007
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread | range | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,post_date,user_id | post_date | 4 | | 16056 | Using where |
SIMPLE | xf_node | eq_ref | PRIMARY | PRIMARY | 4 | dembuon_vn_d58b.xf_thread.node_id | 1 | |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | dembuon_vn_d58b.xf_thread.user_id | 1 | |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: ead07ed5a23ccabe06b145b6b6e3a8ca, , 1575632839
Run Time: 0.000181
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=30916, 1575629239,
Run Time: 0.000114
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('BRC_action_login', 'BRC_action_login_description', 'BRC_action_exchange', 'BRC_action_exchange_description', 'BRC_action_transfer', 'BRC_action_transfer_description', 'BRC_action_withdraw', 'BRC_action_withdraw_description', 'BRC_action_steal', 'BRC_action_steal_description', 'BRC_action_paypalPayment', 'BRC_action_paypalPayment_description', 'BRC_action_paypalPaymentRe', 'BRC_action_paypalPaymentRe_description', 'BRC_action_registration', 'BRC_action_registration_description', 'BRC_action_facebookAssociate', 'BRC_action_facebookAssociate_description', 'BRC_action_facebookDisassociate', 'BRC_action_facebookDisassociate_description', 'BRC_action_twitterAssociate', 'BRC_action_twitterAssociate_description', 'BRC_action_twitterDisassociate', 'BRC_action_twitterDisassociate_description', 'BRC_action_googleAssociate', 'BRC_action_googleAssociate_description', 'BRC_action_googleDisassociate', 'BRC_action_googleDisassociate_description', 'BRC_action_birthday', 'BRC_action_birthday_description', 'BRC_action_importVbb', 'BRC_action_importVbb_description', 'BRC_action_interest', 'BRC_action_interest_description', 'BRC_action_updateFullProfile', 'BRC_action_updateFullProfile_description', 'BRC_action_updateFullProfileRe', 'BRC_action_updateFullProfileRe_description', 'BRC_action_uploadAvatar', 'BRC_action_uploadAvatar_description', 'BRC_action_uploadAvatarRe', 'BRC_action_uploadAvatarRe_description', 'BRC_action_updateStatus', 'BRC_action_updateStatus_description', 'BRC_action_follow', 'BRC_action_follow_description', 'BRC_action_followRe', 'BRC_action_followRe_description', 'BRC_action_getFollower', 'BRC_action_getFollower_description', 'BRC_action_getFollowerRe', 'BRC_action_getFollowerRe_description', 'BRC_action_profilePost', 'BRC_action_profilePost_description', 'BRC_action_getProfilePost', 'BRC_action_getProfilePost_description', 'BRC_action_likeProfilePost', 'BRC_action_likeProfilePost_description', 'BRC_action_likeProfilePostRe', 'BRC_action_likeProfilePostRe_description', 'BRC_action_receiveProfilePostLike', 'BRC_action_receiveProfilePostLike_description', 'BRC_action_receiveProfilePostLikeRe', 'BRC_action_receiveProfilePostLikeRe_description', 'BRC_action_createConversation', 'BRC_action_createConversation_description', 'BRC_action_createConversationRe', 'BRC_action_createConversationRe_description', 'BRC_action_receiveConversation', 'BRC_action_receiveConversation_description', 'BRC_action_replyConversation', 'BRC_action_replyConversation_description', 'BRC_action_conversationGetReply', 'BRC_action_conversationGetReply_description', 'BRC_action_trophyReward', 'BRC_action_trophyReward_description', 'BRC_action_dailyReward', 'BRC_action_dailyReward_description', 'BRC_action_salary', 'BRC_action_salary_description', 'BRC_action_createNewThread', 'BRC_action_createNewThread_description', 'BRC_action_threadDeleted', 'BRC_action_threadDeleted_description', 'BRC_action_threadGetReply', 'BRC_action_threadGetReply_description', 'BRC_action_threadViewed', 'BRC_action_threadViewed_description', 'BRC_action_readThread', 'BRC_action_readThread_description', 'BRC_action_watchThread', 'BRC_action_watchThread_description', 'BRC_action_watchThreadRe', 'BRC_action_watchThreadRe_description', 'BRC_action_threadGetWatched', 'BRC_action_threadGetWatched_description', 'BRC_action_threadGetWatchedRe', 'BRC_action_threadGetWatchedRe_description', 'BRC_action_createNewPoll', 'BRC_action_createNewPoll_description', 'BRC_action_votePoll', 'BRC_action_votePoll_description', 'BRC_action_pollGetVote', 'BRC_action_pollGetVote_description', 'BRC_action_threadSticky', 'BRC_action_threadSticky_description', 'BRC_action_threadStickyRe', 'BRC_action_threadStickyRe_description', 'BRC_action_newPost', 'BRC_action_newPost_description', 'BRC_action_postDeleted', 'BRC_action_postDeleted_description', 'BRC_action_uploadAttachment', 'BRC_action_uploadAttachment_description', 'BRC_action_uploadAttachmentRe', 'BRC_action_uploadAttachmentRe_description', 'BRC_action_downloadAttachment', 'BRC_action_downloadAttachment_description', 'BRC_action_attachmentDownloaded', 'BRC_action_attachmentDownloaded_description', 'BRC_action_likePost', 'BRC_action_likePost_description', 'BRC_action_likePostRe', 'BRC_action_likePostRe_description', 'BRC_action_receivePostLike', 'BRC_action_receivePostLike_description', 'BRC_action_receivePostLikeRe', 'BRC_action_receivePostLikeRe_description', 'BRC_action_reportPost', 'BRC_action_reportPost_description', 'BRC_action_postReported', 'BRC_action_postReported_description', 'BRC_action_BRCIPurchaseUserUpgrade', 'BRC_action_BRCIPurchaseUserUpgrade_explain', 'BRC_action_BRRS_referral', 'BRC_action_BRRS_referral_explain', 'BRC_action_BRRSBuyReferralTimes', 'VNNET_action_NLATMPayment', 'VNNET_action_NLATMPayment_explain', 'BRC_action_getbbcodePay', 'BRC_action_getbbcodePay_explain', 'BRC_action_bbcodePay', 'BRC_action_bbcodePay_explain')
Params: 2
Run Time: 0.000183
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 106 | | 143 | Using where |
SELECT thread.*
,
1 AS fetched_last_post_user, user.gender, user.avatar_date, user.gravatar
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.last_post_user_id)
WHERE (thread.node_id IN (210)) AND (thread.sticky = 1) AND (thread.discussion_state IN ('visible'))
ORDER BY thread.last_post_date DESC
LIMIT 15
Run Time: 0.000377
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | ref | node_id_last_post_date,node_id_sticky_state_last_post | node_id_sticky_state_last_post | 6 | const,const,const | 3 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | dembuon_vn_d58b.thread.last_post_user_id | 1 | |
SELECT content_id, cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = 'node'
Params: 1
Run Time: 0.000404
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | ref | PRIMARY | PRIMARY | 31 | const,const | 486 | Using where |
SELECT node.*, forum.*
FROM xf_forum AS forum
INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
WHERE node.node_id IN (210, 210, 210)
Run Time: 0.000391
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | node | range | PRIMARY | PRIMARY | 4 | | 1 | Using where |
SIMPLE | forum | eq_ref | PRIMARY | PRIMARY | 4 | dembuon_vn_d58b.node.node_id | 1 | |
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc__1_thread_view_f210, a:3:{s:19:"thread_view_f210_16";a:2:{s:4:"html";s:2026:"<div class="avatarList">
<ul>
<li class="thread-24864 thread-node-210">
<a href="members/alissa.7054/" class="avatar Av7054s" data-avatarhtml="true"><img src="data/avatars/s/7/7054.jpg?1574192024" width="48" height="48" alt="Alissa" /></a>
<a title="Báo Cáo Truyện Hoàn Box Truyện Ngắn - Tản Văn Nhận Thưởng" class="Tooltip"
href="posts/461411/">
Báo Cáo Truyện Hoàn Box Truyện...
</a>
<div class="userTitle">
<a href="members/alissa.7054/" class="username">Alissa</a> replied <abbr class="DateTime" data-time="1575553096" data-diff="76143" data-datestring="5/12/2019" data-timestring="8:38 PM">5/12/2019 lúc 8:38 PM</abbr>
</div>
</li>
<li class="thread-3966 thread-node-210">
<a href="members/huong-jy.33280/" class="avatar Av33280s" data-avatarhtml="true"><img src="data/avatars/s/33/33280.jpg?1571559575" width="48" height="48" alt="Hương JY" /></a>
<a
href="posts/438593/">
Nội Quy Box Truyện Ngắn - Tản Văn
</a>
<div class="userTitle">
<a href="members/huong-jy.33280/" class="username">Hương JY</a> replied <span class="DateTime" title="22/11/2019 lúc 7:10 PM">22/11/2019</span>
</div>
</li>
<li class="thread-7918 thread-node-210">
<a href="members/huong-jy.33280/" class="avatar Av33280s" data-avatarhtml="true"><img src="data/avatars/s/33/33280.jpg?1571559575" width="48" height="48" alt="Hương JY" /></a>
<a
href="posts/408924/">
Nội Quy Của Box Đoản Văn
</a>
<div class="userTitle">
<a href="members/huong-jy.33280/" class="username">Hương JY</a> replied <span class="DateTime" title="26/10/2019 lúc 12:10 PM">26/10/2019</span>
</div>
</li>
</ul>
</div>
<div id="PreviewTooltip">
<span class="arrow"><span></span></span>
<div class="section">
<div class="primaryContent previewContent">
<span class="PreviewContents">Đang tải...</span>
</div>
</div>
</div>";s:4:"time";i:1575629239;}s:18:"thread_view_f210_5";a:2:{s:4:"html";s:3749:"<div class="avatarList">
<ul>
<li class="thread-42111 thread-node-210">
<a href="members/dong-tan.18022/" class="avatar Av18022s" data-avatarhtml="true"><img src="data/avatars/s/18/18022.jpg?1548578691" width="48" height="48" alt="Đông Tàn" /></a>
<a
href="threads/hanh-phuc-cua-chi-dong-tan.42111/">
Hạnh Phúc Của Chị - Đông Tàn
</a>
<div class="userTitle">
<a href="members/dong-tan.18022/" class="username">Đông Tàn</a> posted <abbr class="DateTime" data-time="1575378190" data-diff="250647" data-datestring="3/12/2019" data-timestring="8:03 PM">3/12/2019 lúc 8:03 PM</abbr>
</div>
</li>
<li class="thread-42115 thread-node-210">
<a href="members/tri-loc.36174/" class="avatar Av36174s" data-avatarhtml="true"><img src="data/avatars/s/36/36174.jpg?1575430548" width="48" height="48" alt="Trí Lộc" /></a>
<a
href="threads/thang-12-tri-loc.42115/">
Tháng 12... - Trí Lộc
</a>
<div class="userTitle">
<a href="members/tri-loc.36174/" class="username">Trí Lộc</a> posted <abbr class="DateTime" data-time="1575383735" data-diff="245102" data-datestring="3/12/2019" data-timestring="9:35 PM">3/12/2019 lúc 9:35 PM</abbr>
</div>
</li>
<li class="thread-42043 thread-node-210">
<a href="members/kaitokid.35132/" class="avatar Av35132s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="Kaitokid" /></a>
<a title="[Full] Romeo Và Juliet Phiên Bản Remix - Kaitokid" class="Tooltip"
href="threads/full-romeo-va-juliet-phien-ban-remix-kaitokid.42043/">
[Full] Romeo Và Juliet Phiên...
</a>
<div class="userTitle">
<a href="members/kaitokid.35132/" class="username">Kaitokid</a> posted <abbr class="DateTime" data-time="1575212204" data-diff="416633" data-datestring="1/12/2019" data-timestring="9:56 PM">1/12/2019 lúc 9:56 PM</abbr>
</div>
</li>
<li class="thread-42150 thread-node-210">
<a href="members/dongtamhon.34323/" class="avatar Av34323s" data-avatarhtml="true"><img src="data/avatars/s/34/34323.jpg?1573649375" width="48" height="48" alt="Dongtamhon" /></a>
<a title="Cái Tôi Đôi Khi Cũng Cần Có Một Điểm Chung - Dongtamhon" class="Tooltip"
href="threads/cai-toi-doi-khi-cung-can-co-mot-diem-chung-dongtamhon.42150/">
Cái Tôi Đôi Khi Cũng Cần Có Một...
</a>
<div class="userTitle">
<a href="members/dongtamhon.34323/" class="username">Dongtamhon</a> posted <abbr class="DateTime" data-time="1575470614" data-diff="158223" data-datestring="4/12/2019" data-timestring="9:43 PM">4/12/2019 lúc 9:43 PM</abbr>
</div>
</li>
<li class="thread-42055 thread-node-210">
<a href="members/dongtamhon.34323/" class="avatar Av34323s" data-avatarhtml="true"><img src="data/avatars/s/34/34323.jpg?1573649375" width="48" height="48" alt="Dongtamhon" /></a>
<a title="Vì Ta Đã Đặt Nhau Ở Hướng Vô Cùng - Dongtamhon" class="Tooltip"
href="threads/vi-ta-da-dat-nhau-o-huong-vo-cung-dongtamhon.42055/">
Vì Ta Đã Đặt Nhau Ở Hướng Vô...
</a>
<div class="userTitle">
<a href="members/dongtamhon.34323/" class="username">Dongtamhon</a> posted <abbr class="DateTime" data-time="1575257880" data-diff="370957" data-datestring="2/12/2019" data-timestring="10:38 AM">2/12/2019 lúc 10:38 AM</abbr>
</div>
</li>
</ul>
</div>
<div id="PreviewTooltip">
<span class="arrow"><span></span></span>
<div class="section">
<div class="primaryContent previewContent">
<span class="PreviewContents">Đang tải...</span>
</div>
</div>
</div>";s:4:"time";i:1575628837;}s:19:"thread_view_f210_13";a:2:{s:4:"html";s:3455:"<div class="avatarList">
<ul>
<li class="thread-42111 thread-node-210">
<a href="members/dong-tan.18022/" class="avatar Av18022s" data-avatarhtml="true"><img src="data/avatars/s/18/18022.jpg?1548578691" width="48" height="48" alt="Đông Tàn" /></a>
<a
href="threads/hanh-phuc-cua-chi-dong-tan.42111/">
Hạnh Phúc Của Chị - Đông Tàn
</a>
<div class="userTitle">
<a href="members/dong-tan.18022/" class="username">Đông Tàn</a> posted,
Thích: <a href="posts/459140/likes" class="OverlayTrigger">5</a>
</div>
</li>
<li class="thread-42150 thread-node-210">
<a href="members/dongtamhon.34323/" class="avatar Av34323s" data-avatarhtml="true"><img src="data/avatars/s/34/34323.jpg?1573649375" width="48" height="48" alt="Dongtamhon" /></a>
<a title="Cái Tôi Đôi Khi Cũng Cần Có Một Điểm Chung - Dongtamhon" class="Tooltip"
href="threads/cai-toi-doi-khi-cung-can-co-mot-diem-chung-dongtamhon.42150/">
Cái Tôi Đôi Khi Cũng Cần Có Một...
</a>
<div class="userTitle">
<a href="members/dongtamhon.34323/" class="username">Dongtamhon</a> posted,
Thích: <a href="posts/460189/likes" class="OverlayTrigger">4</a>
</div>
</li>
<li class="thread-42115 thread-node-210">
<a href="members/tri-loc.36174/" class="avatar Av36174s" data-avatarhtml="true"><img src="data/avatars/s/36/36174.jpg?1575430548" width="48" height="48" alt="Trí Lộc" /></a>
<a
href="threads/thang-12-tri-loc.42115/">
Tháng 12... - Trí Lộc
</a>
<div class="userTitle">
<a href="members/tri-loc.36174/" class="username">Trí Lộc</a> posted,
Thích: <a href="posts/459323/likes" class="OverlayTrigger">4</a>
</div>
</li>
<li class="thread-42207 thread-node-210">
<a href="members/gemina.35862/" class="avatar Av35862s" data-avatarhtml="true"><img src="data/avatars/s/35/35862.jpg?1575016082" width="48" height="48" alt="Gemina" /></a>
<a title="Đứa Trẻ Bên Trong Bạn Từng Tổn Thương Về Điều Gì? - Gemina" class="Tooltip"
href="threads/dua-tre-ben-trong-ban-tung-ton-thuong-ve-dieu-gi-gemina.42207/">
Đứa Trẻ Bên Trong Bạn Từng Tổn...
</a>
<div class="userTitle">
<a href="members/gemina.35862/" class="username">Gemina</a> posted,
Thích: <a href="posts/461826/likes" class="OverlayTrigger">3</a>
</div>
</li>
<li class="thread-42180 thread-node-210">
<a href="members/tu-cam-an-nhien.15478/" class="avatar Av15478s" data-avatarhtml="true"><img src="data/avatars/s/15/15478.jpg?1544842285" width="48" height="48" alt="Tử Cầm An Nhiên" /></a>
<a title="Mẫu Chuyện Nhỏ Trên Chuyến Tàu Đêm - Tử Cầm An Nhiên" class="Tooltip"
href="threads/mau-chuyen-nho-tren-chuyen-tau-dem-tu-cam-an-nhien.42180/">
Mẫu Chuyện Nhỏ Trên Chuyến Tàu...
</a>
<div class="userTitle">
<a href="members/tu-cam-an-nhien.15478/" class="username">Tử Cầm An Nhiên</a> posted,
Thích: <a href="posts/461062/likes" class="OverlayTrigger">2</a>
</div>
</li>
</ul>
</div>
<div id="PreviewTooltip">
<span class="arrow"><span></span></span>
<div class="section">
<div class="primaryContent previewContent">
<span class="PreviewContents">Đang tải...</span>
</div>
</div>
</div>";s:4:"time";i:1575628837;}}
Run Time: 0.000258
SELECT *
FROM xf_node
ORDER BY lft ASC
Run Time: 0.000252
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_node | ALL | | | | | 254 | Using filesort |
SELECT thread.*
,
user.gender, user.avatar_date, user.gravatar
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
WHERE ((thread.node_id IN (210)) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))) AND (thread.post_date > 1575197239)
ORDER BY thread.view_count DESC
LIMIT 15
Run Time: 0.000631
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | node_id_last_post_date,node_id_sticky_state_last_post,post_date | post_date | 4 | | 175 | Using index condition; Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | dembuon_vn_d58b.thread.user_id | 1 | |
SELECT node.*, forum.*
FROM xf_forum AS forum
INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
WHERE node.node_id IN (210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210)
Run Time: 0.000329
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | node | range | PRIMARY | PRIMARY | 4 | | 1 | Using where |
SIMPLE | forum | eq_ref | PRIMARY | PRIMARY | 4 | dembuon_vn_d58b.node.node_id | 1 | |
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc__1_thread_view_f210, a:3:{s:19:"thread_view_f210_16";a:2:{s:4:"html";s:2026:"<div class="avatarList">
<ul>
<li class="thread-24864 thread-node-210">
<a href="members/alissa.7054/" class="avatar Av7054s" data-avatarhtml="true"><img src="data/avatars/s/7/7054.jpg?1574192024" width="48" height="48" alt="Alissa" /></a>
<a title="Báo Cáo Truyện Hoàn Box Truyện Ngắn - Tản Văn Nhận Thưởng" class="Tooltip"
href="posts/461411/">
Báo Cáo Truyện Hoàn Box Truyện...
</a>
<div class="userTitle">
<a href="members/alissa.7054/" class="username">Alissa</a> replied <abbr class="DateTime" data-time="1575553096" data-diff="76143" data-datestring="5/12/2019" data-timestring="8:38 PM">5/12/2019 lúc 8:38 PM</abbr>
</div>
</li>
<li class="thread-3966 thread-node-210">
<a href="members/huong-jy.33280/" class="avatar Av33280s" data-avatarhtml="true"><img src="data/avatars/s/33/33280.jpg?1571559575" width="48" height="48" alt="Hương JY" /></a>
<a
href="posts/438593/">
Nội Quy Box Truyện Ngắn - Tản Văn
</a>
<div class="userTitle">
<a href="members/huong-jy.33280/" class="username">Hương JY</a> replied <span class="DateTime" title="22/11/2019 lúc 7:10 PM">22/11/2019</span>
</div>
</li>
<li class="thread-7918 thread-node-210">
<a href="members/huong-jy.33280/" class="avatar Av33280s" data-avatarhtml="true"><img src="data/avatars/s/33/33280.jpg?1571559575" width="48" height="48" alt="Hương JY" /></a>
<a
href="posts/408924/">
Nội Quy Của Box Đoản Văn
</a>
<div class="userTitle">
<a href="members/huong-jy.33280/" class="username">Hương JY</a> replied <span class="DateTime" title="26/10/2019 lúc 12:10 PM">26/10/2019</span>
</div>
</li>
</ul>
</div>
<div id="PreviewTooltip">
<span class="arrow"><span></span></span>
<div class="section">
<div class="primaryContent previewContent">
<span class="PreviewContents">Đang tải...</span>
</div>
</div>
</div>";s:4:"time";i:1575629239;}s:18:"thread_view_f210_5";a:2:{s:4:"html";s:3749:"<div class="avatarList">
<ul>
<li class="thread-42111 thread-node-210">
<a href="members/dong-tan.18022/" class="avatar Av18022s" data-avatarhtml="true"><img src="data/avatars/s/18/18022.jpg?1548578691" width="48" height="48" alt="Đông Tàn" /></a>
<a
href="threads/hanh-phuc-cua-chi-dong-tan.42111/">
Hạnh Phúc Của Chị - Đông Tàn
</a>
<div class="userTitle">
<a href="members/dong-tan.18022/" class="username">Đông Tàn</a> posted <abbr class="DateTime" data-time="1575378190" data-diff="251049" data-datestring="3/12/2019" data-timestring="8:03 PM">3/12/2019 lúc 8:03 PM</abbr>
</div>
</li>
<li class="thread-42115 thread-node-210">
<a href="members/tri-loc.36174/" class="avatar Av36174s" data-avatarhtml="true"><img src="data/avatars/s/36/36174.jpg?1575430548" width="48" height="48" alt="Trí Lộc" /></a>
<a
href="threads/thang-12-tri-loc.42115/">
Tháng 12... - Trí Lộc
</a>
<div class="userTitle">
<a href="members/tri-loc.36174/" class="username">Trí Lộc</a> posted <abbr class="DateTime" data-time="1575383735" data-diff="245504" data-datestring="3/12/2019" data-timestring="9:35 PM">3/12/2019 lúc 9:35 PM</abbr>
</div>
</li>
<li class="thread-42043 thread-node-210">
<a href="members/kaitokid.35132/" class="avatar Av35132s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="Kaitokid" /></a>
<a title="[Full] Romeo Và Juliet Phiên Bản Remix - Kaitokid" class="Tooltip"
href="threads/full-romeo-va-juliet-phien-ban-remix-kaitokid.42043/">
[Full] Romeo Và Juliet Phiên...
</a>
<div class="userTitle">
<a href="members/kaitokid.35132/" class="username">Kaitokid</a> posted <abbr class="DateTime" data-time="1575212204" data-diff="417035" data-datestring="1/12/2019" data-timestring="9:56 PM">1/12/2019 lúc 9:56 PM</abbr>
</div>
</li>
<li class="thread-42150 thread-node-210">
<a href="members/dongtamhon.34323/" class="avatar Av34323s" data-avatarhtml="true"><img src="data/avatars/s/34/34323.jpg?1573649375" width="48" height="48" alt="Dongtamhon" /></a>
<a title="Cái Tôi Đôi Khi Cũng Cần Có Một Điểm Chung - Dongtamhon" class="Tooltip"
href="threads/cai-toi-doi-khi-cung-can-co-mot-diem-chung-dongtamhon.42150/">
Cái Tôi Đôi Khi Cũng Cần Có Một...
</a>
<div class="userTitle">
<a href="members/dongtamhon.34323/" class="username">Dongtamhon</a> posted <abbr class="DateTime" data-time="1575470614" data-diff="158625" data-datestring="4/12/2019" data-timestring="9:43 PM">4/12/2019 lúc 9:43 PM</abbr>
</div>
</li>
<li class="thread-42055 thread-node-210">
<a href="members/dongtamhon.34323/" class="avatar Av34323s" data-avatarhtml="true"><img src="data/avatars/s/34/34323.jpg?1573649375" width="48" height="48" alt="Dongtamhon" /></a>
<a title="Vì Ta Đã Đặt Nhau Ở Hướng Vô Cùng - Dongtamhon" class="Tooltip"
href="threads/vi-ta-da-dat-nhau-o-huong-vo-cung-dongtamhon.42055/">
Vì Ta Đã Đặt Nhau Ở Hướng Vô...
</a>
<div class="userTitle">
<a href="members/dongtamhon.34323/" class="username">Dongtamhon</a> posted <abbr class="DateTime" data-time="1575257880" data-diff="371359" data-datestring="2/12/2019" data-timestring="10:38 AM">2/12/2019 lúc 10:38 AM</abbr>
</div>
</li>
</ul>
</div>
<div id="PreviewTooltip">
<span class="arrow"><span></span></span>
<div class="section">
<div class="primaryContent previewContent">
<span class="PreviewContents">Đang tải...</span>
</div>
</div>
</div>";s:4:"time";i:1575629239;}s:19:"thread_view_f210_13";a:2:{s:4:"html";s:3455:"<div class="avatarList">
<ul>
<li class="thread-42111 thread-node-210">
<a href="members/dong-tan.18022/" class="avatar Av18022s" data-avatarhtml="true"><img src="data/avatars/s/18/18022.jpg?1548578691" width="48" height="48" alt="Đông Tàn" /></a>
<a
href="threads/hanh-phuc-cua-chi-dong-tan.42111/">
Hạnh Phúc Của Chị - Đông Tàn
</a>
<div class="userTitle">
<a href="members/dong-tan.18022/" class="username">Đông Tàn</a> posted,
Thích: <a href="posts/459140/likes" class="OverlayTrigger">5</a>
</div>
</li>
<li class="thread-42150 thread-node-210">
<a href="members/dongtamhon.34323/" class="avatar Av34323s" data-avatarhtml="true"><img src="data/avatars/s/34/34323.jpg?1573649375" width="48" height="48" alt="Dongtamhon" /></a>
<a title="Cái Tôi Đôi Khi Cũng Cần Có Một Điểm Chung - Dongtamhon" class="Tooltip"
href="threads/cai-toi-doi-khi-cung-can-co-mot-diem-chung-dongtamhon.42150/">
Cái Tôi Đôi Khi Cũng Cần Có Một...
</a>
<div class="userTitle">
<a href="members/dongtamhon.34323/" class="username">Dongtamhon</a> posted,
Thích: <a href="posts/460189/likes" class="OverlayTrigger">4</a>
</div>
</li>
<li class="thread-42115 thread-node-210">
<a href="members/tri-loc.36174/" class="avatar Av36174s" data-avatarhtml="true"><img src="data/avatars/s/36/36174.jpg?1575430548" width="48" height="48" alt="Trí Lộc" /></a>
<a
href="threads/thang-12-tri-loc.42115/">
Tháng 12... - Trí Lộc
</a>
<div class="userTitle">
<a href="members/tri-loc.36174/" class="username">Trí Lộc</a> posted,
Thích: <a href="posts/459323/likes" class="OverlayTrigger">4</a>
</div>
</li>
<li class="thread-42207 thread-node-210">
<a href="members/gemina.35862/" class="avatar Av35862s" data-avatarhtml="true"><img src="data/avatars/s/35/35862.jpg?1575016082" width="48" height="48" alt="Gemina" /></a>
<a title="Đứa Trẻ Bên Trong Bạn Từng Tổn Thương Về Điều Gì? - Gemina" class="Tooltip"
href="threads/dua-tre-ben-trong-ban-tung-ton-thuong-ve-dieu-gi-gemina.42207/">
Đứa Trẻ Bên Trong Bạn Từng Tổn...
</a>
<div class="userTitle">
<a href="members/gemina.35862/" class="username">Gemina</a> posted,
Thích: <a href="posts/461826/likes" class="OverlayTrigger">3</a>
</div>
</li>
<li class="thread-42180 thread-node-210">
<a href="members/tu-cam-an-nhien.15478/" class="avatar Av15478s" data-avatarhtml="true"><img src="data/avatars/s/15/15478.jpg?1544842285" width="48" height="48" alt="Tử Cầm An Nhiên" /></a>
<a title="Mẫu Chuyện Nhỏ Trên Chuyến Tàu Đêm - Tử Cầm An Nhiên" class="Tooltip"
href="threads/mau-chuyen-nho-tren-chuyen-tau-dem-tu-cam-an-nhien.42180/">
Mẫu Chuyện Nhỏ Trên Chuyến Tàu...
</a>
<div class="userTitle">
<a href="members/tu-cam-an-nhien.15478/" class="username">Tử Cầm An Nhiên</a> posted,
Thích: <a href="posts/461062/likes" class="OverlayTrigger">2</a>
</div>
</li>
</ul>
</div>
<div id="PreviewTooltip">
<span class="arrow"><span></span></span>
<div class="section">
<div class="primaryContent previewContent">
<span class="PreviewContents">Đang tải...</span>
</div>
</div>
</div>";s:4:"time";i:1575628837;}}
Run Time: 0.000220
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 > 1575625639)
ORDER BY session_activity.view_date DESC
Run Time: 0.002216
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | range | view_date | view_date | 4 | | 293 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | dembuon_vn_d58b.session_activity.user_id | 1 | |
SELECT thread.*
,
user.gender, user.avatar_date, user.gravatar
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
WHERE ((thread.node_id IN (210)) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))) AND (thread.post_date > 1575197239)
ORDER BY thread.first_post_likes DESC, thread.last_post_date DESC
LIMIT 15
Run Time: 0.000691
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | node_id_last_post_date,node_id_sticky_state_last_post,post_date | post_date | 4 | | 175 | Using index condition; Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | dembuon_vn_d58b.thread.user_id | 1 | |
SELECT node.*, forum.*
FROM xf_forum AS forum
INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
WHERE node.node_id IN (210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210)
Run Time: 0.000395
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | node | range | PRIMARY | PRIMARY | 4 | | 1 | Using where |
SIMPLE | forum | eq_ref | PRIMARY | PRIMARY | 4 | dembuon_vn_d58b.node.node_id | 1 | |
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc__1_thread_view_f210, a:3:{s:19:"thread_view_f210_16";a:2:{s:4:"html";s:2026:"<div class="avatarList">
<ul>
<li class="thread-24864 thread-node-210">
<a href="members/alissa.7054/" class="avatar Av7054s" data-avatarhtml="true"><img src="data/avatars/s/7/7054.jpg?1574192024" width="48" height="48" alt="Alissa" /></a>
<a title="Báo Cáo Truyện Hoàn Box Truyện Ngắn - Tản Văn Nhận Thưởng" class="Tooltip"
href="posts/461411/">
Báo Cáo Truyện Hoàn Box Truyện...
</a>
<div class="userTitle">
<a href="members/alissa.7054/" class="username">Alissa</a> replied <abbr class="DateTime" data-time="1575553096" data-diff="76143" data-datestring="5/12/2019" data-timestring="8:38 PM">5/12/2019 lúc 8:38 PM</abbr>
</div>
</li>
<li class="thread-3966 thread-node-210">
<a href="members/huong-jy.33280/" class="avatar Av33280s" data-avatarhtml="true"><img src="data/avatars/s/33/33280.jpg?1571559575" width="48" height="48" alt="Hương JY" /></a>
<a
href="posts/438593/">
Nội Quy Box Truyện Ngắn - Tản Văn
</a>
<div class="userTitle">
<a href="members/huong-jy.33280/" class="username">Hương JY</a> replied <span class="DateTime" title="22/11/2019 lúc 7:10 PM">22/11/2019</span>
</div>
</li>
<li class="thread-7918 thread-node-210">
<a href="members/huong-jy.33280/" class="avatar Av33280s" data-avatarhtml="true"><img src="data/avatars/s/33/33280.jpg?1571559575" width="48" height="48" alt="Hương JY" /></a>
<a
href="posts/408924/">
Nội Quy Của Box Đoản Văn
</a>
<div class="userTitle">
<a href="members/huong-jy.33280/" class="username">Hương JY</a> replied <span class="DateTime" title="26/10/2019 lúc 12:10 PM">26/10/2019</span>
</div>
</li>
</ul>
</div>
<div id="PreviewTooltip">
<span class="arrow"><span></span></span>
<div class="section">
<div class="primaryContent previewContent">
<span class="PreviewContents">Đang tải...</span>
</div>
</div>
</div>";s:4:"time";i:1575629239;}s:18:"thread_view_f210_5";a:2:{s:4:"html";s:3749:"<div class="avatarList">
<ul>
<li class="thread-42111 thread-node-210">
<a href="members/dong-tan.18022/" class="avatar Av18022s" data-avatarhtml="true"><img src="data/avatars/s/18/18022.jpg?1548578691" width="48" height="48" alt="Đông Tàn" /></a>
<a
href="threads/hanh-phuc-cua-chi-dong-tan.42111/">
Hạnh Phúc Của Chị - Đông Tàn
</a>
<div class="userTitle">
<a href="members/dong-tan.18022/" class="username">Đông Tàn</a> posted <abbr class="DateTime" data-time="1575378190" data-diff="251049" data-datestring="3/12/2019" data-timestring="8:03 PM">3/12/2019 lúc 8:03 PM</abbr>
</div>
</li>
<li class="thread-42115 thread-node-210">
<a href="members/tri-loc.36174/" class="avatar Av36174s" data-avatarhtml="true"><img src="data/avatars/s/36/36174.jpg?1575430548" width="48" height="48" alt="Trí Lộc" /></a>
<a
href="threads/thang-12-tri-loc.42115/">
Tháng 12... - Trí Lộc
</a>
<div class="userTitle">
<a href="members/tri-loc.36174/" class="username">Trí Lộc</a> posted <abbr class="DateTime" data-time="1575383735" data-diff="245504" data-datestring="3/12/2019" data-timestring="9:35 PM">3/12/2019 lúc 9:35 PM</abbr>
</div>
</li>
<li class="thread-42043 thread-node-210">
<a href="members/kaitokid.35132/" class="avatar Av35132s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="Kaitokid" /></a>
<a title="[Full] Romeo Và Juliet Phiên Bản Remix - Kaitokid" class="Tooltip"
href="threads/full-romeo-va-juliet-phien-ban-remix-kaitokid.42043/">
[Full] Romeo Và Juliet Phiên...
</a>
<div class="userTitle">
<a href="members/kaitokid.35132/" class="username">Kaitokid</a> posted <abbr class="DateTime" data-time="1575212204" data-diff="417035" data-datestring="1/12/2019" data-timestring="9:56 PM">1/12/2019 lúc 9:56 PM</abbr>
</div>
</li>
<li class="thread-42150 thread-node-210">
<a href="members/dongtamhon.34323/" class="avatar Av34323s" data-avatarhtml="true"><img src="data/avatars/s/34/34323.jpg?1573649375" width="48" height="48" alt="Dongtamhon" /></a>
<a title="Cái Tôi Đôi Khi Cũng Cần Có Một Điểm Chung - Dongtamhon" class="Tooltip"
href="threads/cai-toi-doi-khi-cung-can-co-mot-diem-chung-dongtamhon.42150/">
Cái Tôi Đôi Khi Cũng Cần Có Một...
</a>
<div class="userTitle">
<a href="members/dongtamhon.34323/" class="username">Dongtamhon</a> posted <abbr class="DateTime" data-time="1575470614" data-diff="158625" data-datestring="4/12/2019" data-timestring="9:43 PM">4/12/2019 lúc 9:43 PM</abbr>
</div>
</li>
<li class="thread-42055 thread-node-210">
<a href="members/dongtamhon.34323/" class="avatar Av34323s" data-avatarhtml="true"><img src="data/avatars/s/34/34323.jpg?1573649375" width="48" height="48" alt="Dongtamhon" /></a>
<a title="Vì Ta Đã Đặt Nhau Ở Hướng Vô Cùng - Dongtamhon" class="Tooltip"
href="threads/vi-ta-da-dat-nhau-o-huong-vo-cung-dongtamhon.42055/">
Vì Ta Đã Đặt Nhau Ở Hướng Vô...
</a>
<div class="userTitle">
<a href="members/dongtamhon.34323/" class="username">Dongtamhon</a> posted <abbr class="DateTime" data-time="1575257880" data-diff="371359" data-datestring="2/12/2019" data-timestring="10:38 AM">2/12/2019 lúc 10:38 AM</abbr>
</div>
</li>
</ul>
</div>
<div id="PreviewTooltip">
<span class="arrow"><span></span></span>
<div class="section">
<div class="primaryContent previewContent">
<span class="PreviewContents">Đang tải...</span>
</div>
</div>
</div>";s:4:"time";i:1575629239;}s:19:"thread_view_f210_13";a:2:{s:4:"html";s:3455:"<div class="avatarList">
<ul>
<li class="thread-42111 thread-node-210">
<a href="members/dong-tan.18022/" class="avatar Av18022s" data-avatarhtml="true"><img src="data/avatars/s/18/18022.jpg?1548578691" width="48" height="48" alt="Đông Tàn" /></a>
<a
href="threads/hanh-phuc-cua-chi-dong-tan.42111/">
Hạnh Phúc Của Chị - Đông Tàn
</a>
<div class="userTitle">
<a href="members/dong-tan.18022/" class="username">Đông Tàn</a> posted,
Thích: <a href="posts/459140/likes" class="OverlayTrigger">5</a>
</div>
</li>
<li class="thread-42150 thread-node-210">
<a href="members/dongtamhon.34323/" class="avatar Av34323s" data-avatarhtml="true"><img src="data/avatars/s/34/34323.jpg?1573649375" width="48" height="48" alt="Dongtamhon" /></a>
<a title="Cái Tôi Đôi Khi Cũng Cần Có Một Điểm Chung - Dongtamhon" class="Tooltip"
href="threads/cai-toi-doi-khi-cung-can-co-mot-diem-chung-dongtamhon.42150/">
Cái Tôi Đôi Khi Cũng Cần Có Một...
</a>
<div class="userTitle">
<a href="members/dongtamhon.34323/" class="username">Dongtamhon</a> posted,
Thích: <a href="posts/460189/likes" class="OverlayTrigger">4</a>
</div>
</li>
<li class="thread-42115 thread-node-210">
<a href="members/tri-loc.36174/" class="avatar Av36174s" data-avatarhtml="true"><img src="data/avatars/s/36/36174.jpg?1575430548" width="48" height="48" alt="Trí Lộc" /></a>
<a
href="threads/thang-12-tri-loc.42115/">
Tháng 12... - Trí Lộc
</a>
<div class="userTitle">
<a href="members/tri-loc.36174/" class="username">Trí Lộc</a> posted,
Thích: <a href="posts/459323/likes" class="OverlayTrigger">4</a>
</div>
</li>
<li class="thread-42207 thread-node-210">
<a href="members/gemina.35862/" class="avatar Av35862s" data-avatarhtml="true"><img src="data/avatars/s/35/35862.jpg?1575016082" width="48" height="48" alt="Gemina" /></a>
<a title="Đứa Trẻ Bên Trong Bạn Từng Tổn Thương Về Điều Gì? - Gemina" class="Tooltip"
href="threads/dua-tre-ben-trong-ban-tung-ton-thuong-ve-dieu-gi-gemina.42207/">
Đứa Trẻ Bên Trong Bạn Từng Tổn...
</a>
<div class="userTitle">
<a href="members/gemina.35862/" class="username">Gemina</a> posted,
Thích: <a href="posts/461826/likes" class="OverlayTrigger">3</a>
</div>
</li>
<li class="thread-42180 thread-node-210">
<a href="members/tu-cam-an-nhien.15478/" class="avatar Av15478s" data-avatarhtml="true"><img src="data/avatars/s/15/15478.jpg?1544842285" width="48" height="48" alt="Tử Cầm An Nhiên" /></a>
<a title="Mẫu Chuyện Nhỏ Trên Chuyến Tàu Đêm - Tử Cầm An Nhiên" class="Tooltip"
href="threads/mau-chuyen-nho-tren-chuyen-tau-dem-tu-cam-an-nhien.42180/">
Mẫu Chuyện Nhỏ Trên Chuyến Tàu...
</a>
<div class="userTitle">
<a href="members/tu-cam-an-nhien.15478/" class="username">Tử Cầm An Nhiên</a> posted,
Thích: <a href="posts/461062/likes" class="OverlayTrigger">2</a>
</div>
</li>
</ul>
</div>
<div id="PreviewTooltip">
<span class="arrow"><span></span></span>
<div class="section">
<div class="primaryContent previewContent">
<span class="PreviewContents">Đang tải...</span>
</div>
</div>
</div>";s:4:"time";i:1575629239;}}
Run Time: 0.000271
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('wf_widget_threads_type_popular')
Params: 2
Run Time: 0.000081
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |