SELECT `xf_thread`.*, `xf_forum_Forum_1`.*, `xf_node_Node_2`.*, `xf_user_User_3`.*, `xf_post_FirstPost_4`.*, `xf_permission_cache_content_Permissions_5`.*
FROM `xf_thread`
LEFT JOIN `xf_forum` AS `xf_forum_Forum_1` ON (`xf_forum_Forum_1`.`node_id` = `xf_thread`.`node_id`)
LEFT JOIN `xf_node` AS `xf_node_Node_2` ON (`xf_node_Node_2`.`node_id` = `xf_forum_Forum_1`.`node_id`)
LEFT JOIN `xf_user` AS `xf_user_User_3` ON (`xf_user_User_3`.`user_id` = `xf_thread`.`user_id`)
LEFT JOIN `xf_post` AS `xf_post_FirstPost_4` ON (`xf_post_FirstPost_4`.`post_id` = `xf_thread`.`first_post_id`)
LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_5` ON (`xf_permission_cache_content_Permissions_5`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_5`.`content_id` = `xf_node_Node_2`.`node_id` AND `xf_permission_cache_content_Permissions_5`.`permission_combination_id` = '1')
WHERE (`xf_thread`.`thread_id` IN (361021, 360985, 360973, 360631, 360125, 360112, 359947, 359410, 359298, 359297, 359070, 358992, 358899, 358877, 357209, 357203, 356657, 356275, 355443, 355245, 355141, 355128, 354784, 354657, 354652, 354651, 354641, 354640, 354638, 354636, 354486, 354401, 354374, 354194, 354118, 353991, 353885, 353809, 353803, 352835, 352661, 352416, 352401, 352111, 351993, 351992, 351860, 351831, 351809, 351801, 349951, 348574, 348561, 348425, 347685, 347667, 346803, 346613, 345539, 344702, 344348, 344344, 344343, 344228, 342984, 342830, 341510, 340741, 339414, 339278, 338899, 338898, 338788, 338513, 337652, 337295, 336165, 335972, 335326, 334813, 334661, 334633, 334615, 334582, 334191, 334182, 333844, 333497, 332684, 331576, 331542, 331295, 331222, 331190, 331108, 331107, 331060, 330666, 330557, 330487, 329637, 329452, 328922, 328318, 327746, 327625, 326867, 326498, 326243, 324997, 324623, 324391, 324163, 323741, 323721, 323068, 322925, 322909, 322721, 322431, 321933, 321284, 321147, 321125, 321066, 320969, 320795, 320791, 320667, 319989, 319800, 317737, 316791, 315358, 315009, 314887, 314801, 314493, 314040, 313910, 313636, 312556, 311997, 311765, 311438, 310891, 310775, 310692, 310393, 310160, 309755, 308932, 308656, 308215, 307251, 307155, 307076, 306564, 306184, 303434, 303283, 303214, 302589, 302253, 301972, 301938, 301695, 301571, 301540, 301525, 301442, 301080, 300993, 300901, 300900, 300816, 300774, 300760, 300757, 300628, 300585, 300488, 300299, 300298, 300296, 300203, 300074, 299577, 299441, 299215, 299204, 299202, 298988, 298574, 298424, 298297, 298129, 297967, 297945, 297633, 297297, 296967, 296933, 296767, 296526, 296438, 296437, 296416, 296415, 296404, 295986, 295806, 295782, 295720, 295690, 295604, 295596, 295530, 295526, 295468, 295428, 295400, 295382, 295380, 295213, 294983, 294910, 294468, 294077, 294063, 294061, 294005, 293855, 293687, 293673, 293659, 293637, 293585, 293480, 293478, 293462, 292968, 292959, 292956, 292744, 292442, 292428, 292201, 292153, 292140, 292104, 291788, 291785, 291596, 291559, 291528, 291359, 291281, 291252, 291054, 290880, 290549, 290494, 290465, 290392, 289884, 289457, 289351, 289325, 289021, 288946, 288756, 288573, 288489, 288199, 288170, 288116, 287985, 287674, 287636, 287630, 287620, 287606, 287603, 287547, 287441, 287427, 287401, 287399, 287383, 287368, 287342, 287299, 287296, 287267, 287201, 287155, 287129, 287037, 286945, 286795, 286767, 286527, 286499, 286497, 286360, 286264, 286245, 286172, 286148, 286120, 286083, 286005, 285981, 285935, 285838, 285739, 285691, 285643, 285641, 285630, 285612, 285606, 285601, 285504, 285270, 285064, 285051, 285027, 284828, 284824, 284665, 284664, 284656, 284595, 284568, 284306, 284172, 284141, 284129, 283924, 283897, 283841, 283656, 283644, 283574, 283573, 283494, 283358, 283326, 283319, 274820, 274819, 273962, 272425, 272030, 272031, 271746, 256938, 250673, 249930, 246139, 245917, 233679, 231696, 231552, 223635, 181926))
Run Time: 0.048939
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread | range | PRIMARY | PRIMARY | 4 | | 368 | Using where |
SIMPLE | xf_forum_Forum_1 | eq_ref | PRIMARY | PRIMARY | 4 | creapoeme.xf_thread.node_id | 1 | |
SIMPLE | xf_node_Node_2 | eq_ref | PRIMARY | PRIMARY | 4 | creapoeme.xf_forum_Forum_1.node_id | 1 | Using where |
SIMPLE | xf_user_User_3 | eq_ref | PRIMARY | PRIMARY | 4 | creapoeme.xf_thread.user_id | 1 | |
SIMPLE | xf_post_FirstPost_4 | eq_ref | PRIMARY | PRIMARY | 4 | creapoeme.xf_thread.first_post_id | 1 | |
SIMPLE | xf_permission_cache_content_Permissions_5 | eq_ref | PRIMARY | PRIMARY | 35 | const,const,creapoeme.xf_node_Node_2.node_id | 1 | Using where |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 69
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1134
- XF\Mvc\Entity\Finder->fetch() in src/XF/Mvc/Entity/Manager.php at line 212
- XF\Mvc\Entity\Manager->findByIds() in src/XF/App.php at line 2235
- XF\App->findByContentType() in src/XF/Tag/AbstractHandler.php at line 62
- XF\Tag\AbstractHandler->getContent() in src/XF/Repository/Tag.php at line 728
- XF\Repository\Tag->getResultSetData() in src/XF/ResultSet.php at line 228
- XF\ResultSet->loadResultsData() in src/XF/ResultSet.php at line 212
- XF\ResultSet->limitToViewableResults() in src/XF/Pub/Controller/Tag.php at line 136
- XF\Pub\Controller\Tag->actionTag() in src/XF/Mvc/Dispatcher.php at line 249
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1879
- XF\App->run() in src/XF.php at line 328
- XF::runApp() in index.php at line 13