SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('addOns', 'addOnsComposer', 'autoJobRun', 'bbCodeMedia', 'classExtensions', 'codeEventListeners', 'connectedAccountCount', 'contentTypes', 'displayStyles', 'helpPageCount', 'languages', 'masterStyleProperties', 'nodeTypes', 'options', 'reactions', 'reportCounts', 'simpleCache', 'smilies', 'unapprovedCounts', 'userBanners', 'userTitleLadder', 'userUpgradeCount', 'widgetCache', 'widgetDefinition', 'widgetPosition', 'bannedIps', 'bbCodeCustom', 'discouragedIps', 'forumTypes', 'notices', 'noticesLastReset', 'routeFilters', 'routesPublic', 'styles', 'userFieldsInfo', 'threadFieldsInfo', 'threadPrefixes', 'threadTypes')
Run Time: 0.000705
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 27 | | 38 | Using where |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 175
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/DataRegistry.php at line 138
- XF\DataRegistry->readFromDb() in src/XF/DataRegistry.php at line 83
- XF\DataRegistry->get() in src/XF/App.php at line 1888
- XF\App->preLoadData() in src/XF/App.php at line 1876
- XF\App->setup() in src/XF/Pub/App.php at line 91
- XF\Pub\App->setup() in src/XF.php at line 461
- XF::setupApp() in src/XF.php at line 484
- XF::runApp() in index.php at line 20
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000198
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 150
- XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 32
- XF\PermissionCache->getGlobalPerms() in src/XF/PermissionSet.php at line 35
- XF\PermissionSet->hasGlobalPermission() in src/XF/Entity/User.php at line 1176
- XF\Entity\User->hasPermission() in src/XF/Pub/Controller/AbstractController.php at line 242
- XF\Pub\Controller\AbstractController->assertViewingPermissions() in src/XF/Pub/Controller/AbstractController.php at line 20
- XF\Pub\Controller\AbstractController->preDispatchType() in src/XF/Mvc/Controller.php at line 123
- XF\Mvc\Controller->preDispatch() in src/XF/Mvc/Dispatcher.php at line 349
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
- XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
- XF\App->run() in src/XF.php at line 488
- XF::runApp() in index.php at line 20
SELECT `xf_thread`.*, `xf_user_User_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_permission_cache_content_Permissions_4`.*
FROM `xf_thread`
LEFT JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_thread`.`user_id`)
LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)
LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)
LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_4` ON (`xf_permission_cache_content_Permissions_4`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_4`.`content_id` = `xf_node_Node_3`.`node_id` AND `xf_permission_cache_content_Permissions_4`.`permission_combination_id` = '1')
WHERE (`xf_thread`.`thread_id` = '163')
LIMIT 1
Run Time: 0.001855
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | xf_user_User_1 | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | xf_forum_Forum_2 | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | xf_node_Node_3 | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | xf_permission_cache_content_Permissions_4 | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1346
- XF\Mvc\Entity\Finder->fetchOne() in src/XF/Mvc/Entity/Manager.php at line 149
- XF\Mvc\Entity\Manager->find() in src/XF/Pub/Controller/Thread.php at line 1713
- XF\Pub\Controller\Thread->assertViewableThread() in src/XF/Pub/Controller/Thread.php at line 15
- XF\Pub\Controller\Thread->actionIndex() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 11
- TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/addons/XenConcept/RestrictGuestViews/XF/Pub/Controller/Thread.php at line 22
- XenConcept\RestrictGuestViews\XF\Pub\Controller\Thread->actionIndex() in src/addons/XenGenTr/KonuyuKimlerOkudu/XF/Pub/Controller/Thread.php at line 12
- XenGenTr\KonuyuKimlerOkudu\XF\Pub\Controller\Thread->actionIndex() in src/addons/ThemeHouse/PostComments/XF/Pub/Controller/Thread.php at line 20
- ThemeHouse\PostComments\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
- XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
- XF\App->run() in src/XF.php at line 488
- XF::runApp() in index.php at line 20
SELECT `xf_post`.*, `xf_user_User_1`.*, `xf_user_option_Option_2`.*, `xf_user_profile_Profile_3`.*, `xf_user_privacy_Privacy_4`.*, `xf_permission_combination_PermissionCombination_5`.*, `xf_session_activity_Activity_6`.*
FROM `xf_post`
LEFT JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_post`.`user_id`)
LEFT JOIN `xf_user_option` AS `xf_user_option_Option_2` ON (`xf_user_option_Option_2`.`user_id` = `xf_user_User_1`.`user_id`)
LEFT JOIN `xf_user_profile` AS `xf_user_profile_Profile_3` ON (`xf_user_profile_Profile_3`.`user_id` = `xf_user_User_1`.`user_id`)
LEFT JOIN `xf_user_privacy` AS `xf_user_privacy_Privacy_4` ON (`xf_user_privacy_Privacy_4`.`user_id` = `xf_user_User_1`.`user_id`)
LEFT JOIN `xf_permission_combination` AS `xf_permission_combination_PermissionCombination_5` ON (`xf_permission_combination_PermissionCombination_5`.`permission_combination_id` = `xf_user_User_1`.`permission_combination_id`)
LEFT JOIN `xf_session_activity` AS `xf_session_activity_Activity_6` ON (`xf_session_activity_Activity_6`.`user_id` = `xf_user_User_1`.`user_id` AND `xf_session_activity_Activity_6`.`unique_key` = CONCAT(`xf_user_User_1`.`user_id`, ''))
WHERE (`xf_post`.`thread_id` = 163) AND ((`xf_post`.`message_state` IN ('visible'))) AND (`xf_post`.`position` >= 10) AND (`xf_post`.`position` < 20)
ORDER BY `xf_post`.`position` ASC, `xf_post`.`thpostcomments_lft` ASC, `xf_post`.`position` ASC, `xf_post`.`post_date` ASC
Run Time: 0.002097
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_post | range | thread_id_post_date,thread_id_position,thread_id_score_date | thread_id_position | 8 | | 10 | Using index condition; Using where; Using filesort |
SIMPLE | xf_user_User_1 | eq_ref | PRIMARY | PRIMARY | 4 | sonyturk_son.xf_post.user_id | 1 | |
SIMPLE | xf_user_option_Option_2 | eq_ref | PRIMARY | PRIMARY | 4 | sonyturk_son.xf_user_User_1.user_id | 1 | Using where |
SIMPLE | xf_user_profile_Profile_3 | eq_ref | PRIMARY | PRIMARY | 4 | sonyturk_son.xf_user_User_1.user_id | 1 | Using where |
SIMPLE | xf_user_privacy_Privacy_4 | eq_ref | PRIMARY | PRIMARY | 4 | sonyturk_son.xf_user_User_1.user_id | 1 | Using where |
SIMPLE | xf_permission_combination_PermissionCombination_5 | eq_ref | PRIMARY | PRIMARY | 4 | sonyturk_son.xf_user_User_1.permission_combination_id | 1 | Using where |
SIMPLE | xf_session_activity_Activity_6 | eq_ref | PRIMARY | PRIMARY | 22 | sonyturk_son.xf_user_User_1.user_id,func | 1 | Using where |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
- XF\Mvc\Entity\Finder->fetch() in src/XF/Pub/Controller/Thread.php at line 63
- XF\Pub\Controller\Thread->actionIndex() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 11
- TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/addons/XenConcept/RestrictGuestViews/XF/Pub/Controller/Thread.php at line 22
- XenConcept\RestrictGuestViews\XF\Pub\Controller\Thread->actionIndex() in src/addons/XenGenTr/KonuyuKimlerOkudu/XF/Pub/Controller/Thread.php at line 12
- XenGenTr\KonuyuKimlerOkudu\XF\Pub\Controller\Thread->actionIndex() in src/addons/ThemeHouse/PostComments/XF/Pub/Controller/Thread.php at line 20
- ThemeHouse\PostComments\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
- XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
- XF\App->run() in src/XF.php at line 488
- XF::runApp() in index.php at line 20
INSERT INTO xf_thread_view
(thread_id, total)
VALUES
(? , 1)
ON DUPLICATE KEY UPDATE
total = total + 1
Params: 163
Run Time: 0.000177
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->query() in src/XF/Repository/Thread.php at line 193
- XF\Repository\Thread->logThreadView() in src/XF/Pub/Controller/Thread.php at line 140
- XF\Pub\Controller\Thread->actionIndex() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 11
- TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/addons/XenConcept/RestrictGuestViews/XF/Pub/Controller/Thread.php at line 22
- XenConcept\RestrictGuestViews\XF\Pub\Controller\Thread->actionIndex() in src/addons/XenGenTr/KonuyuKimlerOkudu/XF/Pub/Controller/Thread.php at line 12
- XenGenTr\KonuyuKimlerOkudu\XF\Pub\Controller\Thread->actionIndex() in src/addons/ThemeHouse/PostComments/XF/Pub/Controller/Thread.php at line 20
- ThemeHouse\PostComments\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
- XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
- XF\App->run() in src/XF.php at line 488
- XF::runApp() in index.php at line 20
SELECT `xf_node`.*
FROM `xf_node`
WHERE (`xf_node`.`display_in_list` = 1)
ORDER BY `xf_node`.`lft` ASC
Run Time: 0.000381
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_node | ALL | display_in_list | | | | 221 | Using where; Using filesort |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
- XF\Mvc\Entity\Finder->fetch() in src/XF/Repository/Node.php at line 17
- XF\Repository\Node->getNodeList() in src/addons/TB/BenzerKonular/Repository/BenzerKonular.php at line 72
- TB\BenzerKonular\Repository\BenzerKonular->getBenzerKonular() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 35
- TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/addons/XenConcept/RestrictGuestViews/XF/Pub/Controller/Thread.php at line 22
- XenConcept\RestrictGuestViews\XF\Pub\Controller\Thread->actionIndex() in src/addons/XenGenTr/KonuyuKimlerOkudu/XF/Pub/Controller/Thread.php at line 12
- XenGenTr\KonuyuKimlerOkudu\XF\Pub\Controller\Thread->actionIndex() in src/addons/ThemeHouse/PostComments/XF/Pub/Controller/Thread.php at line 20
- ThemeHouse\PostComments\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
- XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
- XF\App->run() in src/XF.php at line 488
- XF::runApp() in index.php at line 20
SELECT `xf_category`.*, `xf_node_Node_1`.*
FROM `xf_category`
LEFT JOIN `xf_node` AS `xf_node_Node_1` ON (`xf_node_Node_1`.`node_id` = `xf_category`.`node_id`)
WHERE (`xf_category`.`node_id` IN (1, 143, 170, 243, 171, 177, 186, 95, 300, 255, 20, 21, 13, 23, 72, 263, 164, 294))
Run Time: 0.000173
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_category | index | PRIMARY | PRIMARY | 4 | | 19 | Using where; Using index |
SIMPLE | xf_node_Node_1 | eq_ref | PRIMARY | PRIMARY | 4 | sonyturk_son.xf_category.node_id | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
- XF\Mvc\Entity\Finder->fetch() in src/XF/Mvc/Entity/Manager.php at line 212
- XF\Mvc\Entity\Manager->findByIds() in src/XF/Repository/Node.php at line 144
- XF\Repository\Node->loadNodeTypeDataForNodes() in src/XF/Repository/Node.php at line 18
- XF\Repository\Node->getNodeList() in src/addons/TB/BenzerKonular/Repository/BenzerKonular.php at line 72
- TB\BenzerKonular\Repository\BenzerKonular->getBenzerKonular() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 35
- TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/addons/XenConcept/RestrictGuestViews/XF/Pub/Controller/Thread.php at line 22
- XenConcept\RestrictGuestViews\XF\Pub\Controller\Thread->actionIndex() in src/addons/XenGenTr/KonuyuKimlerOkudu/XF/Pub/Controller/Thread.php at line 12
- XenGenTr\KonuyuKimlerOkudu\XF\Pub\Controller\Thread->actionIndex() in src/addons/ThemeHouse/PostComments/XF/Pub/Controller/Thread.php at line 20
- ThemeHouse\PostComments\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
- XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
- XF\App->run() in src/XF.php at line 488
- XF::runApp() in index.php at line 20
SELECT `xf_forum`.*, `xf_node_Node_1`.*, `xf_user_LastPostUser_2`.*, `xf_thread_LastThread_3`.*
FROM `xf_forum`
LEFT JOIN `xf_node` AS `xf_node_Node_1` ON (`xf_node_Node_1`.`node_id` = `xf_forum`.`node_id`)
LEFT JOIN `xf_user` AS `xf_user_LastPostUser_2` ON (`xf_user_LastPostUser_2`.`user_id` = `xf_forum`.`last_post_user_id`)
LEFT JOIN `xf_thread` AS `xf_thread_LastThread_3` ON (`xf_thread_LastThread_3`.`thread_id` = `xf_forum`.`last_thread_id`)
WHERE (`xf_forum`.`node_id` IN (290, 307, 7, 8, 9, 11, 12, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 291, 48, 51, 54, 56, 59, 60, 63, 64, 65, 292, 66, 67, 68, 69, 70, 140, 71, 274, 147, 148, 149, 150, 275, 153, 152, 244, 245, 246, 247, 172, 173, 175, 178, 180, 184, 248, 262, 234, 235, 236, 237, 238, 239, 257, 189, 190, 191, 192, 193, 194, 195, 196, 242, 197, 198, 258, 199, 200, 201, 202, 203, 204, 205, 241, 261, 259, 209, 210, 211, 212, 213, 214, 215, 216, 260, 217, 218, 219, 240, 222, 231, 185, 221, 138, 128, 272, 129, 130, 131, 132, 133, 135, 121, 134, 123, 124, 127, 126, 122, 125, 96, 117, 113, 112, 114, 115, 116, 118, 119, 136, 298, 273, 301, 302, 306, 303, 304, 305, 256, 250, 251, 252, 253, 299, 254, 31, 141, 41, 27, 34, 33, 32, 28, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 293, 22, 38, 44, 162, 43, 37, 163, 288, 18, 286, 287, 83, 84, 85, 87, 137, 73, 74, 76, 77, 78, 79, 80, 82, 81, 169, 289, 264, 266, 267, 268, 265, 269, 270, 271, 165, 167, 168, 297, 295))
Run Time: 0.001007
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_forum | ALL | PRIMARY | | | | 202 | Using where |
SIMPLE | xf_node_Node_1 | eq_ref | PRIMARY | PRIMARY | 4 | sonyturk_son.xf_forum.node_id | 1 | |
SIMPLE | xf_user_LastPostUser_2 | eq_ref | PRIMARY | PRIMARY | 4 | sonyturk_son.xf_forum.last_post_user_id | 1 | |
SIMPLE | xf_thread_LastThread_3 | eq_ref | PRIMARY | PRIMARY | 4 | sonyturk_son.xf_forum.last_thread_id | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
- XF\Mvc\Entity\Finder->fetch() in src/XF/Mvc/Entity/Manager.php at line 212
- XF\Mvc\Entity\Manager->findByIds() in src/XF/Repository/Node.php at line 144
- XF\Repository\Node->loadNodeTypeDataForNodes() in src/XF/Repository/Node.php at line 18
- XF\Repository\Node->getNodeList() in src/addons/TB/BenzerKonular/Repository/BenzerKonular.php at line 72
- TB\BenzerKonular\Repository\BenzerKonular->getBenzerKonular() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 35
- TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/addons/XenConcept/RestrictGuestViews/XF/Pub/Controller/Thread.php at line 22
- XenConcept\RestrictGuestViews\XF\Pub\Controller\Thread->actionIndex() in src/addons/XenGenTr/KonuyuKimlerOkudu/XF/Pub/Controller/Thread.php at line 12
- XenGenTr\KonuyuKimlerOkudu\XF\Pub\Controller\Thread->actionIndex() in src/addons/ThemeHouse/PostComments/XF/Pub/Controller/Thread.php at line 20
- ThemeHouse\PostComments\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
- XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
- XF\App->run() in src/XF.php at line 488
- XF::runApp() in index.php at line 20
SELECT content_id, cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
Params: 1, node
Run Time: 0.000525
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | ref | PRIMARY | PRIMARY | 31 | const,const | 400 | Using where |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 175
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/PermissionCache.php at line 102
- XF\PermissionCache->cacheAllContentPerms() in src/XF/Entity/User.php at line 1197
- XF\Entity\User->cacheNodePermissions() in src/XF/Repository/Node.php at line 158
- XF\Repository\Node->filterViewable() in src/XF/Repository/Node.php at line 20
- XF\Repository\Node->getNodeList() in src/addons/TB/BenzerKonular/Repository/BenzerKonular.php at line 72
- TB\BenzerKonular\Repository\BenzerKonular->getBenzerKonular() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 35
- TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/addons/XenConcept/RestrictGuestViews/XF/Pub/Controller/Thread.php at line 22
- XenConcept\RestrictGuestViews\XF\Pub\Controller\Thread->actionIndex() in src/addons/XenGenTr/KonuyuKimlerOkudu/XF/Pub/Controller/Thread.php at line 12
- XenGenTr\KonuyuKimlerOkudu\XF\Pub\Controller\Thread->actionIndex() in src/addons/ThemeHouse/PostComments/XF/Pub/Controller/Thread.php at line 20
- ThemeHouse\PostComments\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
- XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
- XF\App->run() in src/XF.php at line 488
- XF::runApp() in index.php at line 20
SELECT `xf_thread`.*
FROM `xf_thread`
WHERE (`xf_thread`.`title` LIKE '%Ziyaretçi%') AND (`xf_thread`.`title` LIKE '%Alanı%') AND (`xf_thread`.`title` LIKE '%(BETA)%') AND (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_type` <> 'redirect') AND (`xf_thread`.`post_date` >= 0) AND (`xf_thread`.`thread_id` <> 163) AND ((`xf_thread`.`node_id` = 1) OR (`xf_thread`.`node_id` = 290) OR (`xf_thread`.`node_id` = 307) OR (`xf_thread`.`node_id` = 7) OR (`xf_thread`.`node_id` = 8) OR (`xf_thread`.`node_id` = 9) OR (`xf_thread`.`node_id` = 11) OR (`xf_thread`.`node_id` = 12) 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` = 291) OR (`xf_thread`.`node_id` = 48) OR (`xf_thread`.`node_id` = 51) OR (`xf_thread`.`node_id` = 54) OR (`xf_thread`.`node_id` = 56) OR (`xf_thread`.`node_id` = 59) OR (`xf_thread`.`node_id` = 60) OR (`xf_thread`.`node_id` = 63) OR (`xf_thread`.`node_id` = 64) OR (`xf_thread`.`node_id` = 65) OR (`xf_thread`.`node_id` = 292) 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` = 140) OR (`xf_thread`.`node_id` = 71) OR (`xf_thread`.`node_id` = 143) OR (`xf_thread`.`node_id` = 274) 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` = 275) OR (`xf_thread`.`node_id` = 153) OR (`xf_thread`.`node_id` = 152) OR (`xf_thread`.`node_id` = 95) OR (`xf_thread`.`node_id` = 138) OR (`xf_thread`.`node_id` = 128) OR (`xf_thread`.`node_id` = 272) 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` = 135) OR (`xf_thread`.`node_id` = 121) OR (`xf_thread`.`node_id` = 134) OR (`xf_thread`.`node_id` = 123) OR (`xf_thread`.`node_id` = 124) OR (`xf_thread`.`node_id` = 127) OR (`xf_thread`.`node_id` = 126) OR (`xf_thread`.`node_id` = 122) OR (`xf_thread`.`node_id` = 125) OR (`xf_thread`.`node_id` = 96) OR (`xf_thread`.`node_id` = 117) OR (`xf_thread`.`node_id` = 113) OR (`xf_thread`.`node_id` = 112) OR (`xf_thread`.`node_id` = 114) OR (`xf_thread`.`node_id` = 115) OR (`xf_thread`.`node_id` = 116) OR (`xf_thread`.`node_id` = 118) OR (`xf_thread`.`node_id` = 119) OR (`xf_thread`.`node_id` = 136) OR (`xf_thread`.`node_id` = 298) OR (`xf_thread`.`node_id` = 273) OR (`xf_thread`.`node_id` = 300) OR (`xf_thread`.`node_id` = 301) OR (`xf_thread`.`node_id` = 302) OR (`xf_thread`.`node_id` = 306) OR (`xf_thread`.`node_id` = 303) OR (`xf_thread`.`node_id` = 304) OR (`xf_thread`.`node_id` = 305) OR (`xf_thread`.`node_id` = 255) OR (`xf_thread`.`node_id` = 256) OR (`xf_thread`.`node_id` = 250) OR (`xf_thread`.`node_id` = 251) OR (`xf_thread`.`node_id` = 252) OR (`xf_thread`.`node_id` = 253) OR (`xf_thread`.`node_id` = 299) OR (`xf_thread`.`node_id` = 254) OR (`xf_thread`.`node_id` = 20) OR (`xf_thread`.`node_id` = 31) OR (`xf_thread`.`node_id` = 141) OR (`xf_thread`.`node_id` = 41) OR (`xf_thread`.`node_id` = 27) OR (`xf_thread`.`node_id` = 34) OR (`xf_thread`.`node_id` = 33) OR (`xf_thread`.`node_id` = 32) OR (`xf_thread`.`node_id` = 28) OR (`xf_thread`.`node_id` = 276) OR (`xf_thread`.`node_id` = 277) OR (`xf_thread`.`node_id` = 278) OR (`xf_thread`.`node_id` = 279) OR (`xf_thread`.`node_id` = 280) OR (`xf_thread`.`node_id` = 281) OR (`xf_thread`.`node_id` = 282) OR (`xf_thread`.`node_id` = 283) OR (`xf_thread`.`node_id` = 284) OR (`xf_thread`.`node_id` = 285) OR (`xf_thread`.`node_id` = 293) OR (`xf_thread`.`node_id` = 21) OR (`xf_thread`.`node_id` = 22) OR (`xf_thread`.`node_id` = 38) OR (`xf_thread`.`node_id` = 44) OR (`xf_thread`.`node_id` = 162) OR (`xf_thread`.`node_id` = 43) OR (`xf_thread`.`node_id` = 37) OR (`xf_thread`.`node_id` = 163) OR (`xf_thread`.`node_id` = 13) OR (`xf_thread`.`node_id` = 288) OR (`xf_thread`.`node_id` = 18) OR (`xf_thread`.`node_id` = 286) OR (`xf_thread`.`node_id` = 287) OR (`xf_thread`.`node_id` = 23) OR (`xf_thread`.`node_id` = 83) OR (`xf_thread`.`node_id` = 84) OR (`xf_thread`.`node_id` = 85) OR (`xf_thread`.`node_id` = 87) OR (`xf_thread`.`node_id` = 72) OR (`xf_thread`.`node_id` = 137) OR (`xf_thread`.`node_id` = 73) OR (`xf_thread`.`node_id` = 74) 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` = 82) OR (`xf_thread`.`node_id` = 81) OR (`xf_thread`.`node_id` = 169) OR (`xf_thread`.`node_id` = 263) OR (`xf_thread`.`node_id` = 289) OR (`xf_thread`.`node_id` = 264) OR (`xf_thread`.`node_id` = 266) OR (`xf_thread`.`node_id` = 267) OR (`xf_thread`.`node_id` = 268) OR (`xf_thread`.`node_id` = 265) OR (`xf_thread`.`node_id` = 269) OR (`xf_thread`.`node_id` = 270) OR (`xf_thread`.`node_id` = 271) OR (`xf_thread`.`node_id` = 164) OR (`xf_thread`.`node_id` = 165) OR (`xf_thread`.`node_id` = 167) OR (`xf_thread`.`node_id` = 168) OR (`xf_thread`.`node_id` = 297) OR (`xf_thread`.`node_id` = 294) OR (`xf_thread`.`node_id` = 295))
ORDER BY `xf_thread`.`post_date` DESC
LIMIT 3
Run Time: 0.000219
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,node_id_sticky_state_vote_score | post_date | 4 | | 393 | Using where |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
- XF\Mvc\Entity\Finder->fetch() in src/addons/TB/BenzerKonular/Repository/BenzerKonular.php at line 107
- TB\BenzerKonular\Repository\BenzerKonular->getBenzerKonular() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 35
- TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/addons/XenConcept/RestrictGuestViews/XF/Pub/Controller/Thread.php at line 22
- XenConcept\RestrictGuestViews\XF\Pub\Controller\Thread->actionIndex() in src/addons/XenGenTr/KonuyuKimlerOkudu/XF/Pub/Controller/Thread.php at line 12
- XenGenTr\KonuyuKimlerOkudu\XF\Pub\Controller\Thread->actionIndex() in src/addons/ThemeHouse/PostComments/XF/Pub/Controller/Thread.php at line 20
- ThemeHouse\PostComments\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
- XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
- XF\App->run() in src/XF.php at line 488
- XF::runApp() in index.php at line 20
SELECT `xf_thread`.*
FROM `xf_thread`
WHERE (`xf_thread`.`title` LIKE '%Ziyaretçi%') AND (`xf_thread`.`title` LIKE '%Alanı%') AND (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_type` <> 'redirect') AND (`xf_thread`.`post_date` >= 0) AND (`xf_thread`.`thread_id` <> 163) AND (1) AND ((`xf_thread`.`node_id` = 1) OR (`xf_thread`.`node_id` = 290) OR (`xf_thread`.`node_id` = 307) OR (`xf_thread`.`node_id` = 7) OR (`xf_thread`.`node_id` = 8) OR (`xf_thread`.`node_id` = 9) OR (`xf_thread`.`node_id` = 11) OR (`xf_thread`.`node_id` = 12) 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` = 291) OR (`xf_thread`.`node_id` = 48) OR (`xf_thread`.`node_id` = 51) OR (`xf_thread`.`node_id` = 54) OR (`xf_thread`.`node_id` = 56) OR (`xf_thread`.`node_id` = 59) OR (`xf_thread`.`node_id` = 60) OR (`xf_thread`.`node_id` = 63) OR (`xf_thread`.`node_id` = 64) OR (`xf_thread`.`node_id` = 65) OR (`xf_thread`.`node_id` = 292) 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` = 140) OR (`xf_thread`.`node_id` = 71) OR (`xf_thread`.`node_id` = 143) OR (`xf_thread`.`node_id` = 274) 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` = 275) OR (`xf_thread`.`node_id` = 153) OR (`xf_thread`.`node_id` = 152) OR (`xf_thread`.`node_id` = 95) OR (`xf_thread`.`node_id` = 138) OR (`xf_thread`.`node_id` = 128) OR (`xf_thread`.`node_id` = 272) 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` = 135) OR (`xf_thread`.`node_id` = 121) OR (`xf_thread`.`node_id` = 134) OR (`xf_thread`.`node_id` = 123) OR (`xf_thread`.`node_id` = 124) OR (`xf_thread`.`node_id` = 127) OR (`xf_thread`.`node_id` = 126) OR (`xf_thread`.`node_id` = 122) OR (`xf_thread`.`node_id` = 125) OR (`xf_thread`.`node_id` = 96) OR (`xf_thread`.`node_id` = 117) OR (`xf_thread`.`node_id` = 113) OR (`xf_thread`.`node_id` = 112) OR (`xf_thread`.`node_id` = 114) OR (`xf_thread`.`node_id` = 115) OR (`xf_thread`.`node_id` = 116) OR (`xf_thread`.`node_id` = 118) OR (`xf_thread`.`node_id` = 119) OR (`xf_thread`.`node_id` = 136) OR (`xf_thread`.`node_id` = 298) OR (`xf_thread`.`node_id` = 273) OR (`xf_thread`.`node_id` = 300) OR (`xf_thread`.`node_id` = 301) OR (`xf_thread`.`node_id` = 302) OR (`xf_thread`.`node_id` = 306) OR (`xf_thread`.`node_id` = 303) OR (`xf_thread`.`node_id` = 304) OR (`xf_thread`.`node_id` = 305) OR (`xf_thread`.`node_id` = 255) OR (`xf_thread`.`node_id` = 256) OR (`xf_thread`.`node_id` = 250) OR (`xf_thread`.`node_id` = 251) OR (`xf_thread`.`node_id` = 252) OR (`xf_thread`.`node_id` = 253) OR (`xf_thread`.`node_id` = 299) OR (`xf_thread`.`node_id` = 254) OR (`xf_thread`.`node_id` = 20) OR (`xf_thread`.`node_id` = 31) OR (`xf_thread`.`node_id` = 141) OR (`xf_thread`.`node_id` = 41) OR (`xf_thread`.`node_id` = 27) OR (`xf_thread`.`node_id` = 34) OR (`xf_thread`.`node_id` = 33) OR (`xf_thread`.`node_id` = 32) OR (`xf_thread`.`node_id` = 28) OR (`xf_thread`.`node_id` = 276) OR (`xf_thread`.`node_id` = 277) OR (`xf_thread`.`node_id` = 278) OR (`xf_thread`.`node_id` = 279) OR (`xf_thread`.`node_id` = 280) OR (`xf_thread`.`node_id` = 281) OR (`xf_thread`.`node_id` = 282) OR (`xf_thread`.`node_id` = 283) OR (`xf_thread`.`node_id` = 284) OR (`xf_thread`.`node_id` = 285) OR (`xf_thread`.`node_id` = 293) OR (`xf_thread`.`node_id` = 21) OR (`xf_thread`.`node_id` = 22) OR (`xf_thread`.`node_id` = 38) OR (`xf_thread`.`node_id` = 44) OR (`xf_thread`.`node_id` = 162) OR (`xf_thread`.`node_id` = 43) OR (`xf_thread`.`node_id` = 37) OR (`xf_thread`.`node_id` = 163) OR (`xf_thread`.`node_id` = 13) OR (`xf_thread`.`node_id` = 288) OR (`xf_thread`.`node_id` = 18) OR (`xf_thread`.`node_id` = 286) OR (`xf_thread`.`node_id` = 287) OR (`xf_thread`.`node_id` = 23) OR (`xf_thread`.`node_id` = 83) OR (`xf_thread`.`node_id` = 84) OR (`xf_thread`.`node_id` = 85) OR (`xf_thread`.`node_id` = 87) OR (`xf_thread`.`node_id` = 72) OR (`xf_thread`.`node_id` = 137) OR (`xf_thread`.`node_id` = 73) OR (`xf_thread`.`node_id` = 74) 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` = 82) OR (`xf_thread`.`node_id` = 81) OR (`xf_thread`.`node_id` = 169) OR (`xf_thread`.`node_id` = 263) OR (`xf_thread`.`node_id` = 289) OR (`xf_thread`.`node_id` = 264) OR (`xf_thread`.`node_id` = 266) OR (`xf_thread`.`node_id` = 267) OR (`xf_thread`.`node_id` = 268) OR (`xf_thread`.`node_id` = 265) OR (`xf_thread`.`node_id` = 269) OR (`xf_thread`.`node_id` = 270) OR (`xf_thread`.`node_id` = 271) OR (`xf_thread`.`node_id` = 164) OR (`xf_thread`.`node_id` = 165) OR (`xf_thread`.`node_id` = 167) OR (`xf_thread`.`node_id` = 168) OR (`xf_thread`.`node_id` = 297) OR (`xf_thread`.`node_id` = 294) OR (`xf_thread`.`node_id` = 295))
ORDER BY `xf_thread`.`post_date` DESC
LIMIT 3
Run Time: 0.000165
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,node_id_sticky_state_vote_score | post_date | 4 | | 393 | Using where |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
- XF\Mvc\Entity\Finder->fetch() in src/addons/TB/BenzerKonular/Repository/BenzerKonular.php at line 150
- TB\BenzerKonular\Repository\BenzerKonular->getBenzerKonular() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 35
- TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/addons/XenConcept/RestrictGuestViews/XF/Pub/Controller/Thread.php at line 22
- XenConcept\RestrictGuestViews\XF\Pub\Controller\Thread->actionIndex() in src/addons/XenGenTr/KonuyuKimlerOkudu/XF/Pub/Controller/Thread.php at line 12
- XenGenTr\KonuyuKimlerOkudu\XF\Pub\Controller\Thread->actionIndex() in src/addons/ThemeHouse/PostComments/XF/Pub/Controller/Thread.php at line 20
- ThemeHouse\PostComments\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
- XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
- XF\App->run() in src/XF.php at line 488
- XF::runApp() in index.php at line 20
SELECT `xf_thread`.*
FROM `xf_thread`
WHERE (`xf_thread`.`title` LIKE '%Ziyaretçi%') AND (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_type` <> 'redirect') AND (`xf_thread`.`post_date` >= 0) AND (`xf_thread`.`thread_id` <> 163) AND (1) AND ((`xf_thread`.`node_id` = 1) OR (`xf_thread`.`node_id` = 290) OR (`xf_thread`.`node_id` = 307) OR (`xf_thread`.`node_id` = 7) OR (`xf_thread`.`node_id` = 8) OR (`xf_thread`.`node_id` = 9) OR (`xf_thread`.`node_id` = 11) OR (`xf_thread`.`node_id` = 12) 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` = 291) OR (`xf_thread`.`node_id` = 48) OR (`xf_thread`.`node_id` = 51) OR (`xf_thread`.`node_id` = 54) OR (`xf_thread`.`node_id` = 56) OR (`xf_thread`.`node_id` = 59) OR (`xf_thread`.`node_id` = 60) OR (`xf_thread`.`node_id` = 63) OR (`xf_thread`.`node_id` = 64) OR (`xf_thread`.`node_id` = 65) OR (`xf_thread`.`node_id` = 292) 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` = 140) OR (`xf_thread`.`node_id` = 71) OR (`xf_thread`.`node_id` = 143) OR (`xf_thread`.`node_id` = 274) 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` = 275) OR (`xf_thread`.`node_id` = 153) OR (`xf_thread`.`node_id` = 152) OR (`xf_thread`.`node_id` = 95) OR (`xf_thread`.`node_id` = 138) OR (`xf_thread`.`node_id` = 128) OR (`xf_thread`.`node_id` = 272) 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` = 135) OR (`xf_thread`.`node_id` = 121) OR (`xf_thread`.`node_id` = 134) OR (`xf_thread`.`node_id` = 123) OR (`xf_thread`.`node_id` = 124) OR (`xf_thread`.`node_id` = 127) OR (`xf_thread`.`node_id` = 126) OR (`xf_thread`.`node_id` = 122) OR (`xf_thread`.`node_id` = 125) OR (`xf_thread`.`node_id` = 96) OR (`xf_thread`.`node_id` = 117) OR (`xf_thread`.`node_id` = 113) OR (`xf_thread`.`node_id` = 112) OR (`xf_thread`.`node_id` = 114) OR (`xf_thread`.`node_id` = 115) OR (`xf_thread`.`node_id` = 116) OR (`xf_thread`.`node_id` = 118) OR (`xf_thread`.`node_id` = 119) OR (`xf_thread`.`node_id` = 136) OR (`xf_thread`.`node_id` = 298) OR (`xf_thread`.`node_id` = 273) OR (`xf_thread`.`node_id` = 300) OR (`xf_thread`.`node_id` = 301) OR (`xf_thread`.`node_id` = 302) OR (`xf_thread`.`node_id` = 306) OR (`xf_thread`.`node_id` = 303) OR (`xf_thread`.`node_id` = 304) OR (`xf_thread`.`node_id` = 305) OR (`xf_thread`.`node_id` = 255) OR (`xf_thread`.`node_id` = 256) OR (`xf_thread`.`node_id` = 250) OR (`xf_thread`.`node_id` = 251) OR (`xf_thread`.`node_id` = 252) OR (`xf_thread`.`node_id` = 253) OR (`xf_thread`.`node_id` = 299) OR (`xf_thread`.`node_id` = 254) OR (`xf_thread`.`node_id` = 20) OR (`xf_thread`.`node_id` = 31) OR (`xf_thread`.`node_id` = 141) OR (`xf_thread`.`node_id` = 41) OR (`xf_thread`.`node_id` = 27) OR (`xf_thread`.`node_id` = 34) OR (`xf_thread`.`node_id` = 33) OR (`xf_thread`.`node_id` = 32) OR (`xf_thread`.`node_id` = 28) OR (`xf_thread`.`node_id` = 276) OR (`xf_thread`.`node_id` = 277) OR (`xf_thread`.`node_id` = 278) OR (`xf_thread`.`node_id` = 279) OR (`xf_thread`.`node_id` = 280) OR (`xf_thread`.`node_id` = 281) OR (`xf_thread`.`node_id` = 282) OR (`xf_thread`.`node_id` = 283) OR (`xf_thread`.`node_id` = 284) OR (`xf_thread`.`node_id` = 285) OR (`xf_thread`.`node_id` = 293) OR (`xf_thread`.`node_id` = 21) OR (`xf_thread`.`node_id` = 22) OR (`xf_thread`.`node_id` = 38) OR (`xf_thread`.`node_id` = 44) OR (`xf_thread`.`node_id` = 162) OR (`xf_thread`.`node_id` = 43) OR (`xf_thread`.`node_id` = 37) OR (`xf_thread`.`node_id` = 163) OR (`xf_thread`.`node_id` = 13) OR (`xf_thread`.`node_id` = 288) OR (`xf_thread`.`node_id` = 18) OR (`xf_thread`.`node_id` = 286) OR (`xf_thread`.`node_id` = 287) OR (`xf_thread`.`node_id` = 23) OR (`xf_thread`.`node_id` = 83) OR (`xf_thread`.`node_id` = 84) OR (`xf_thread`.`node_id` = 85) OR (`xf_thread`.`node_id` = 87) OR (`xf_thread`.`node_id` = 72) OR (`xf_thread`.`node_id` = 137) OR (`xf_thread`.`node_id` = 73) OR (`xf_thread`.`node_id` = 74) 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` = 82) OR (`xf_thread`.`node_id` = 81) OR (`xf_thread`.`node_id` = 169) OR (`xf_thread`.`node_id` = 263) OR (`xf_thread`.`node_id` = 289) OR (`xf_thread`.`node_id` = 264) OR (`xf_thread`.`node_id` = 266) OR (`xf_thread`.`node_id` = 267) OR (`xf_thread`.`node_id` = 268) OR (`xf_thread`.`node_id` = 265) OR (`xf_thread`.`node_id` = 269) OR (`xf_thread`.`node_id` = 270) OR (`xf_thread`.`node_id` = 271) OR (`xf_thread`.`node_id` = 164) OR (`xf_thread`.`node_id` = 165) OR (`xf_thread`.`node_id` = 167) OR (`xf_thread`.`node_id` = 168) OR (`xf_thread`.`node_id` = 297) OR (`xf_thread`.`node_id` = 294) OR (`xf_thread`.`node_id` = 295))
ORDER BY `xf_thread`.`post_date` DESC
LIMIT 3
Run Time: 0.000162
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,node_id_sticky_state_vote_score | post_date | 4 | | 393 | Using where |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
- XF\Mvc\Entity\Finder->fetch() in src/addons/TB/BenzerKonular/Repository/BenzerKonular.php at line 193
- TB\BenzerKonular\Repository\BenzerKonular->getBenzerKonular() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 35
- TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/addons/XenConcept/RestrictGuestViews/XF/Pub/Controller/Thread.php at line 22
- XenConcept\RestrictGuestViews\XF\Pub\Controller\Thread->actionIndex() in src/addons/XenGenTr/KonuyuKimlerOkudu/XF/Pub/Controller/Thread.php at line 12
- XenGenTr\KonuyuKimlerOkudu\XF\Pub\Controller\Thread->actionIndex() in src/addons/ThemeHouse/PostComments/XF/Pub/Controller/Thread.php at line 20
- ThemeHouse\PostComments\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
- XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
- XF\App->run() in src/XF.php at line 488
- XF::runApp() in index.php at line 20
SELECT `xf_thread`.*
FROM `xf_thread`
WHERE (`xf_thread`.`title` LIKE '%Alanı%') AND (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_type` <> 'redirect') AND (`xf_thread`.`post_date` >= 0) AND (`xf_thread`.`thread_id` <> 163) AND (1) AND ((`xf_thread`.`node_id` = 1) OR (`xf_thread`.`node_id` = 290) OR (`xf_thread`.`node_id` = 307) OR (`xf_thread`.`node_id` = 7) OR (`xf_thread`.`node_id` = 8) OR (`xf_thread`.`node_id` = 9) OR (`xf_thread`.`node_id` = 11) OR (`xf_thread`.`node_id` = 12) 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` = 291) OR (`xf_thread`.`node_id` = 48) OR (`xf_thread`.`node_id` = 51) OR (`xf_thread`.`node_id` = 54) OR (`xf_thread`.`node_id` = 56) OR (`xf_thread`.`node_id` = 59) OR (`xf_thread`.`node_id` = 60) OR (`xf_thread`.`node_id` = 63) OR (`xf_thread`.`node_id` = 64) OR (`xf_thread`.`node_id` = 65) OR (`xf_thread`.`node_id` = 292) 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` = 140) OR (`xf_thread`.`node_id` = 71) OR (`xf_thread`.`node_id` = 143) OR (`xf_thread`.`node_id` = 274) 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` = 275) OR (`xf_thread`.`node_id` = 153) OR (`xf_thread`.`node_id` = 152) OR (`xf_thread`.`node_id` = 95) OR (`xf_thread`.`node_id` = 138) OR (`xf_thread`.`node_id` = 128) OR (`xf_thread`.`node_id` = 272) 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` = 135) OR (`xf_thread`.`node_id` = 121) OR (`xf_thread`.`node_id` = 134) OR (`xf_thread`.`node_id` = 123) OR (`xf_thread`.`node_id` = 124) OR (`xf_thread`.`node_id` = 127) OR (`xf_thread`.`node_id` = 126) OR (`xf_thread`.`node_id` = 122) OR (`xf_thread`.`node_id` = 125) OR (`xf_thread`.`node_id` = 96) OR (`xf_thread`.`node_id` = 117) OR (`xf_thread`.`node_id` = 113) OR (`xf_thread`.`node_id` = 112) OR (`xf_thread`.`node_id` = 114) OR (`xf_thread`.`node_id` = 115) OR (`xf_thread`.`node_id` = 116) OR (`xf_thread`.`node_id` = 118) OR (`xf_thread`.`node_id` = 119) OR (`xf_thread`.`node_id` = 136) OR (`xf_thread`.`node_id` = 298) OR (`xf_thread`.`node_id` = 273) OR (`xf_thread`.`node_id` = 300) OR (`xf_thread`.`node_id` = 301) OR (`xf_thread`.`node_id` = 302) OR (`xf_thread`.`node_id` = 306) OR (`xf_thread`.`node_id` = 303) OR (`xf_thread`.`node_id` = 304) OR (`xf_thread`.`node_id` = 305) OR (`xf_thread`.`node_id` = 255) OR (`xf_thread`.`node_id` = 256) OR (`xf_thread`.`node_id` = 250) OR (`xf_thread`.`node_id` = 251) OR (`xf_thread`.`node_id` = 252) OR (`xf_thread`.`node_id` = 253) OR (`xf_thread`.`node_id` = 299) OR (`xf_thread`.`node_id` = 254) OR (`xf_thread`.`node_id` = 20) OR (`xf_thread`.`node_id` = 31) OR (`xf_thread`.`node_id` = 141) OR (`xf_thread`.`node_id` = 41) OR (`xf_thread`.`node_id` = 27) OR (`xf_thread`.`node_id` = 34) OR (`xf_thread`.`node_id` = 33) OR (`xf_thread`.`node_id` = 32) OR (`xf_thread`.`node_id` = 28) OR (`xf_thread`.`node_id` = 276) OR (`xf_thread`.`node_id` = 277) OR (`xf_thread`.`node_id` = 278) OR (`xf_thread`.`node_id` = 279) OR (`xf_thread`.`node_id` = 280) OR (`xf_thread`.`node_id` = 281) OR (`xf_thread`.`node_id` = 282) OR (`xf_thread`.`node_id` = 283) OR (`xf_thread`.`node_id` = 284) OR (`xf_thread`.`node_id` = 285) OR (`xf_thread`.`node_id` = 293) OR (`xf_thread`.`node_id` = 21) OR (`xf_thread`.`node_id` = 22) OR (`xf_thread`.`node_id` = 38) OR (`xf_thread`.`node_id` = 44) OR (`xf_thread`.`node_id` = 162) OR (`xf_thread`.`node_id` = 43) OR (`xf_thread`.`node_id` = 37) OR (`xf_thread`.`node_id` = 163) OR (`xf_thread`.`node_id` = 13) OR (`xf_thread`.`node_id` = 288) OR (`xf_thread`.`node_id` = 18) OR (`xf_thread`.`node_id` = 286) OR (`xf_thread`.`node_id` = 287) OR (`xf_thread`.`node_id` = 23) OR (`xf_thread`.`node_id` = 83) OR (`xf_thread`.`node_id` = 84) OR (`xf_thread`.`node_id` = 85) OR (`xf_thread`.`node_id` = 87) OR (`xf_thread`.`node_id` = 72) OR (`xf_thread`.`node_id` = 137) OR (`xf_thread`.`node_id` = 73) OR (`xf_thread`.`node_id` = 74) 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` = 82) OR (`xf_thread`.`node_id` = 81) OR (`xf_thread`.`node_id` = 169) OR (`xf_thread`.`node_id` = 263) OR (`xf_thread`.`node_id` = 289) OR (`xf_thread`.`node_id` = 264) OR (`xf_thread`.`node_id` = 266) OR (`xf_thread`.`node_id` = 267) OR (`xf_thread`.`node_id` = 268) OR (`xf_thread`.`node_id` = 265) OR (`xf_thread`.`node_id` = 269) OR (`xf_thread`.`node_id` = 270) OR (`xf_thread`.`node_id` = 271) OR (`xf_thread`.`node_id` = 164) OR (`xf_thread`.`node_id` = 165) OR (`xf_thread`.`node_id` = 167) OR (`xf_thread`.`node_id` = 168) OR (`xf_thread`.`node_id` = 297) OR (`xf_thread`.`node_id` = 294) OR (`xf_thread`.`node_id` = 295))
ORDER BY `xf_thread`.`post_date` DESC
LIMIT 3
Run Time: 0.000189
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,node_id_sticky_state_vote_score | post_date | 4 | | 393 | Using where |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
- XF\Mvc\Entity\Finder->fetch() in src/addons/TB/BenzerKonular/Repository/BenzerKonular.php at line 236
- TB\BenzerKonular\Repository\BenzerKonular->getBenzerKonular() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 35
- TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/addons/XenConcept/RestrictGuestViews/XF/Pub/Controller/Thread.php at line 22
- XenConcept\RestrictGuestViews\XF\Pub\Controller\Thread->actionIndex() in src/addons/XenGenTr/KonuyuKimlerOkudu/XF/Pub/Controller/Thread.php at line 12
- XenGenTr\KonuyuKimlerOkudu\XF\Pub\Controller\Thread->actionIndex() in src/addons/ThemeHouse/PostComments/XF/Pub/Controller/Thread.php at line 20
- ThemeHouse\PostComments\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
- XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
- XF\App->run() in src/XF.php at line 488
- XF::runApp() in index.php at line 20
SELECT `xf_thread`.*
FROM `xf_thread`
WHERE (`xf_thread`.`title` LIKE '%Alanı%') AND (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_type` <> 'redirect') AND (`xf_thread`.`post_date` >= 0) AND (`xf_thread`.`thread_id` <> 163) AND (1) AND ((`xf_thread`.`node_id` = 1) OR (`xf_thread`.`node_id` = 290) OR (`xf_thread`.`node_id` = 307) OR (`xf_thread`.`node_id` = 7) OR (`xf_thread`.`node_id` = 8) OR (`xf_thread`.`node_id` = 9) OR (`xf_thread`.`node_id` = 11) OR (`xf_thread`.`node_id` = 12) 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` = 291) OR (`xf_thread`.`node_id` = 48) OR (`xf_thread`.`node_id` = 51) OR (`xf_thread`.`node_id` = 54) OR (`xf_thread`.`node_id` = 56) OR (`xf_thread`.`node_id` = 59) OR (`xf_thread`.`node_id` = 60) OR (`xf_thread`.`node_id` = 63) OR (`xf_thread`.`node_id` = 64) OR (`xf_thread`.`node_id` = 65) OR (`xf_thread`.`node_id` = 292) 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` = 140) OR (`xf_thread`.`node_id` = 71) OR (`xf_thread`.`node_id` = 143) OR (`xf_thread`.`node_id` = 274) 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` = 275) OR (`xf_thread`.`node_id` = 153) OR (`xf_thread`.`node_id` = 152) OR (`xf_thread`.`node_id` = 95) OR (`xf_thread`.`node_id` = 138) OR (`xf_thread`.`node_id` = 128) OR (`xf_thread`.`node_id` = 272) 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` = 135) OR (`xf_thread`.`node_id` = 121) OR (`xf_thread`.`node_id` = 134) OR (`xf_thread`.`node_id` = 123) OR (`xf_thread`.`node_id` = 124) OR (`xf_thread`.`node_id` = 127) OR (`xf_thread`.`node_id` = 126) OR (`xf_thread`.`node_id` = 122) OR (`xf_thread`.`node_id` = 125) OR (`xf_thread`.`node_id` = 96) OR (`xf_thread`.`node_id` = 117) OR (`xf_thread`.`node_id` = 113) OR (`xf_thread`.`node_id` = 112) OR (`xf_thread`.`node_id` = 114) OR (`xf_thread`.`node_id` = 115) OR (`xf_thread`.`node_id` = 116) OR (`xf_thread`.`node_id` = 118) OR (`xf_thread`.`node_id` = 119) OR (`xf_thread`.`node_id` = 136) OR (`xf_thread`.`node_id` = 298) OR (`xf_thread`.`node_id` = 273) OR (`xf_thread`.`node_id` = 300) OR (`xf_thread`.`node_id` = 301) OR (`xf_thread`.`node_id` = 302) OR (`xf_thread`.`node_id` = 306) OR (`xf_thread`.`node_id` = 303) OR (`xf_thread`.`node_id` = 304) OR (`xf_thread`.`node_id` = 305) OR (`xf_thread`.`node_id` = 255) OR (`xf_thread`.`node_id` = 256) OR (`xf_thread`.`node_id` = 250) OR (`xf_thread`.`node_id` = 251) OR (`xf_thread`.`node_id` = 252) OR (`xf_thread`.`node_id` = 253) OR (`xf_thread`.`node_id` = 299) OR (`xf_thread`.`node_id` = 254) OR (`xf_thread`.`node_id` = 20) OR (`xf_thread`.`node_id` = 31) OR (`xf_thread`.`node_id` = 141) OR (`xf_thread`.`node_id` = 41) OR (`xf_thread`.`node_id` = 27) OR (`xf_thread`.`node_id` = 34) OR (`xf_thread`.`node_id` = 33) OR (`xf_thread`.`node_id` = 32) OR (`xf_thread`.`node_id` = 28) OR (`xf_thread`.`node_id` = 276) OR (`xf_thread`.`node_id` = 277) OR (`xf_thread`.`node_id` = 278) OR (`xf_thread`.`node_id` = 279) OR (`xf_thread`.`node_id` = 280) OR (`xf_thread`.`node_id` = 281) OR (`xf_thread`.`node_id` = 282) OR (`xf_thread`.`node_id` = 283) OR (`xf_thread`.`node_id` = 284) OR (`xf_thread`.`node_id` = 285) OR (`xf_thread`.`node_id` = 293) OR (`xf_thread`.`node_id` = 21) OR (`xf_thread`.`node_id` = 22) OR (`xf_thread`.`node_id` = 38) OR (`xf_thread`.`node_id` = 44) OR (`xf_thread`.`node_id` = 162) OR (`xf_thread`.`node_id` = 43) OR (`xf_thread`.`node_id` = 37) OR (`xf_thread`.`node_id` = 163) OR (`xf_thread`.`node_id` = 13) OR (`xf_thread`.`node_id` = 288) OR (`xf_thread`.`node_id` = 18) OR (`xf_thread`.`node_id` = 286) OR (`xf_thread`.`node_id` = 287) OR (`xf_thread`.`node_id` = 23) OR (`xf_thread`.`node_id` = 83) OR (`xf_thread`.`node_id` = 84) OR (`xf_thread`.`node_id` = 85) OR (`xf_thread`.`node_id` = 87) OR (`xf_thread`.`node_id` = 72) OR (`xf_thread`.`node_id` = 137) OR (`xf_thread`.`node_id` = 73) OR (`xf_thread`.`node_id` = 74) 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` = 82) OR (`xf_thread`.`node_id` = 81) OR (`xf_thread`.`node_id` = 169) OR (`xf_thread`.`node_id` = 263) OR (`xf_thread`.`node_id` = 289) OR (`xf_thread`.`node_id` = 264) OR (`xf_thread`.`node_id` = 266) OR (`xf_thread`.`node_id` = 267) OR (`xf_thread`.`node_id` = 268) OR (`xf_thread`.`node_id` = 265) OR (`xf_thread`.`node_id` = 269) OR (`xf_thread`.`node_id` = 270) OR (`xf_thread`.`node_id` = 271) OR (`xf_thread`.`node_id` = 164) OR (`xf_thread`.`node_id` = 165) OR (`xf_thread`.`node_id` = 167) OR (`xf_thread`.`node_id` = 168) OR (`xf_thread`.`node_id` = 297) OR (`xf_thread`.`node_id` = 294) OR (`xf_thread`.`node_id` = 295))
ORDER BY `xf_thread`.`post_date` DESC
LIMIT 3
Run Time: 0.000160
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,node_id_sticky_state_vote_score | post_date | 4 | | 393 | Using where |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
- XF\Mvc\Entity\Finder->fetch() in src/addons/TB/BenzerKonular/Repository/BenzerKonular.php at line 279
- TB\BenzerKonular\Repository\BenzerKonular->getBenzerKonular() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 35
- TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/addons/XenConcept/RestrictGuestViews/XF/Pub/Controller/Thread.php at line 22
- XenConcept\RestrictGuestViews\XF\Pub\Controller\Thread->actionIndex() in src/addons/XenGenTr/KonuyuKimlerOkudu/XF/Pub/Controller/Thread.php at line 12
- XenGenTr\KonuyuKimlerOkudu\XF\Pub\Controller\Thread->actionIndex() in src/addons/ThemeHouse/PostComments/XF/Pub/Controller/Thread.php at line 20
- ThemeHouse\PostComments\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
- XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
- XF\App->run() in src/XF.php at line 488
- XF::runApp() in index.php at line 20
SELECT `xf_thread_read`.*, `xf_user_User_1`.*
FROM `xf_thread_read`
LEFT JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_thread_read`.`user_id`)
WHERE (`xf_thread_read`.`thread_id` = 163) AND (`xf_thread_read`.`user_id` != 1) AND (`xf_user_User_1`.`is_banned` = 0)
LIMIT 50
Run Time: 0.000792
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread_read | ref | user_id_thread_id,thread_id | thread_id | 4 | const | 8 | Using where |
SIMPLE | xf_user_User_1 | eq_ref | PRIMARY | PRIMARY | 4 | sonyturk_son.xf_thread_read.user_id | 1 | Using where |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
- XF\Mvc\Entity\Finder->fetch() in src/addons/XenGenTr/KonuyuKimlerOkudu/XF/Repository/Thread.php at line 27
- XenGenTr\KonuyuKimlerOkudu\XF\Repository\Thread->findUsersReader() in src/addons/XenGenTr/KonuyuKimlerOkudu/XF/Pub/Controller/Thread.php at line 24
- XenGenTr\KonuyuKimlerOkudu\XF\Pub\Controller\Thread->actionIndex() in src/addons/ThemeHouse/PostComments/XF/Pub/Controller/Thread.php at line 20
- ThemeHouse\PostComments\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
- XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
- XF\App->run() in src/XF.php at line 488
- XF::runApp() in index.php at line 20
-- XFDB=noForceAllWrite
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, , , XF\Pub\Controller\Thread, Index, valid, thread_id=163&page=2, 1615051250,
Run Time: 0.006648
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->query() in src/XF/Repository/SessionActivity.php at line 158
- XF\Repository\SessionActivity->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 82
- XF\Pub\Controller\AbstractController->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 42
- XF\Pub\Controller\AbstractController->postDispatchType() in src/XF/Mvc/Controller.php at line 287
- XF\Mvc\Controller->postDispatch() in src/XF/Mvc/Dispatcher.php at line 383
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
- XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
- XF\App->run() in src/XF.php at line 488
- XF::runApp() in index.php at line 20
SELECT `xf_siropu_ads_manager_ad`.*, `xf_siropu_ads_manager_package_Package_1`.*, `xf_template_MasterTemplate_2`.*
FROM `xf_siropu_ads_manager_ad`
LEFT JOIN `xf_siropu_ads_manager_package` AS `xf_siropu_ads_manager_package_Package_1` ON (`xf_siropu_ads_manager_package_Package_1`.`package_id` = `xf_siropu_ads_manager_ad`.`package_id`)
LEFT JOIN `xf_template` AS `xf_template_MasterTemplate_2` ON (`xf_template_MasterTemplate_2`.`style_id` = 0 AND `xf_template_MasterTemplate_2`.`type` = 'public' AND `xf_template_MasterTemplate_2`.`title` = CONCAT('_siropu_ads_manager_ad_code.', `xf_siropu_ads_manager_ad`.`ad_id`))
WHERE (`xf_siropu_ads_manager_ad`.`type` IN ('code', 'banner', 'text', 'link', 'popup', 'background')) AND (`xf_siropu_ads_manager_ad`.`status` = 'active')
ORDER BY `xf_siropu_ads_manager_ad`.`display_order` ASC
Run Time: 0.000381
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_siropu_ads_manager_ad | ALL | type,status,status_display_order | | | | 8 | Using where; Using filesort |
SIMPLE | xf_siropu_ads_manager_package_Package_1 | eq_ref | PRIMARY | PRIMARY | 4 | sonyturk_son.xf_siropu_ads_manager_ad.package_id | 1 | |
SIMPLE | xf_template_MasterTemplate_2 | eq_ref | type_title_style_id | type_title_style_id | 128 | const,func,const | 1 | Using where |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
- XF\Mvc\Entity\Finder->fetch() in src/addons/Siropu/AdsManager/Template/Ad.php at line 414
- Siropu\AdsManager\Template\Ad->prepareAdsForDisplay() in src/addons/Siropu/AdsManager/Template/Ad.php at line 274
- Siropu\AdsManager\Template\Ad->setAds() in src/addons/Siropu/AdsManager/Template/Ad.php at line 265
- Siropu\AdsManager\Template\Ad->__construct() in src/addons/Siropu/AdsManager/Listener.php at line 27
- Siropu\AdsManager\Listener::templaterGlobalData()
- call_user_func_array() in src/XF/Extension.php at line 67
- XF\Extension->fire() in src/XF/App.php at line 2823
- XF\App->fire() in src/XF/App.php at line 2058
- XF\App->getGlobalTemplateData() in src/XF/App.php at line 1929
- XF\App->preRender() in src/XF/Pub/App.php at line 448
- XF\Pub\App->preRender() in src/XF/Mvc/Dispatcher.php at line 395
- XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 58
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
- XF\App->run() in src/XF.php at line 488
- XF::runApp() in index.php at line 20
SELECT `xf_session_activity`.*
FROM `xf_session_activity`
WHERE (`xf_session_activity`.`user_id` = 0) AND (`xf_session_activity`.`unique_key` = '0')
LIMIT 1
Run Time: 0.001119
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1346
- XF\Mvc\Entity\Finder->fetchOne() in src/XF/Mvc/Entity/Manager.php at line 149
- XF\Mvc\Entity\Manager->find() in src/XF/Mvc/Entity/Manager.php at line 357
- XF\Mvc\Entity\Manager->getRelation() in src/XF/Mvc/Entity/Entity.php at line 394
- XF\Mvc\Entity\Entity->getRelation() in src/XF/Mvc/Entity/Entity.php at line 186
- XF\Mvc\Entity\Entity->get() in src/XF/Mvc/Entity/Entity.php at line 110
- XF\Mvc\Entity\Entity->__get() in src/addons/Siropu/AdsManager/Entity/Ad.php at line 275
- Siropu\AdsManager\Entity\Ad->matchesUserCriteria() in src/addons/Siropu/AdsManager/Template/Ad.php at line 418
- Siropu\AdsManager\Template\Ad->Siropu\AdsManager\Template\{closure}()
- array_filter() in src/XF/Mvc/Entity/AbstractCollection.php at line 189
- XF\Mvc\Entity\AbstractCollection->filter() in src/addons/Siropu/AdsManager/Template/Ad.php at line 422
- Siropu\AdsManager\Template\Ad->prepareAdsForDisplay() in src/addons/Siropu/AdsManager/Template/Ad.php at line 274
- Siropu\AdsManager\Template\Ad->setAds() in src/addons/Siropu/AdsManager/Template/Ad.php at line 265
- Siropu\AdsManager\Template\Ad->__construct() in src/addons/Siropu/AdsManager/Listener.php at line 27
- Siropu\AdsManager\Listener::templaterGlobalData()
- call_user_func_array() in src/XF/Extension.php at line 67
- XF\Extension->fire() in src/XF/App.php at line 2823
- XF\App->fire() in src/XF/App.php at line 2058
- XF\App->getGlobalTemplateData() in src/XF/App.php at line 1929
- XF\App->preRender() in src/XF/Pub/App.php at line 448
- XF\Pub\App->preRender() in src/XF/Mvc/Dispatcher.php at line 395
- XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 58
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
- XF\App->run() in src/XF.php at line 488
- XF::runApp() in index.php at line 20
SELECT `xf_siropu_ads_manager_ad`.*, `xf_siropu_ads_manager_package_Package_1`.*
FROM `xf_siropu_ads_manager_ad`
LEFT JOIN `xf_siropu_ads_manager_package` AS `xf_siropu_ads_manager_package_Package_1` ON (`xf_siropu_ads_manager_package_Package_1`.`package_id` = `xf_siropu_ads_manager_ad`.`package_id`)
WHERE (`xf_siropu_ads_manager_ad`.`type` IN ('keyword', 'affiliate')) AND (`xf_siropu_ads_manager_ad`.`status` = 'active')
ORDER BY RAND() ASC
Run Time: 0.001516
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_siropu_ads_manager_ad | ref | type,status,status_display_order | status | 102 | const | 4 | Using index condition; Using where; Using temporary; Using filesort |
SIMPLE | xf_siropu_ads_manager_package_Package_1 | eq_ref | PRIMARY | PRIMARY | 4 | sonyturk_son.xf_siropu_ads_manager_ad.package_id | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
- XF\Mvc\Entity\Finder->fetch() in src/addons/Siropu/AdsManager/Template/Ad.php at line 524
- Siropu\AdsManager\Template\Ad->loadFilterAds() in src/addons/Siropu/AdsManager/Template/Ad.php at line 278
- Siropu\AdsManager\Template\Ad->setFilterAds() in src/addons/Siropu/AdsManager/Template/Ad.php at line 269
- Siropu\AdsManager\Template\Ad->__construct() in src/addons/Siropu/AdsManager/Listener.php at line 27
- Siropu\AdsManager\Listener::templaterGlobalData()
- call_user_func_array() in src/XF/Extension.php at line 67
- XF\Extension->fire() in src/XF/App.php at line 2823
- XF\App->fire() in src/XF/App.php at line 2058
- XF\App->getGlobalTemplateData() in src/XF/App.php at line 1929
- XF\App->preRender() in src/XF/Pub/App.php at line 448
- XF\Pub\App->preRender() in src/XF/Mvc/Dispatcher.php at line 395
- XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 58
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
- XF\App->run() in src/XF.php at line 488
- XF::runApp() in index.php at line 20
SELECT `xf_session_activity`.*
FROM `xf_session_activity`
WHERE (`xf_session_activity`.`user_id` = 1) AND (`xf_session_activity`.`unique_key` = '1')
LIMIT 1
Run Time: 0.001278
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1346
- XF\Mvc\Entity\Finder->fetchOne() in src/XF/Mvc/Entity/Manager.php at line 149
- XF\Mvc\Entity\Manager->find() in src/XF/Mvc/Entity/Manager.php at line 357
- XF\Mvc\Entity\Manager->getRelation() in src/XF/Mvc/Entity/Entity.php at line 394
- XF\Mvc\Entity\Entity->getRelation() in src/XF/Mvc/Entity/Entity.php at line 186
- XF\Mvc\Entity\Entity->get() in src/XF/Mvc/Entity/Entity.php at line 110
- XF\Mvc\Entity\Entity->__get() in src/XF/Entity/User.php at line 310
- XF\Entity\User->getLastActivity() in src/XF/Mvc/Entity/Entity.php at line 157
- XF\Mvc\Entity\Entity->get() in src/XF/Mvc/Entity/Entity.php at line 110
- XF\Mvc\Entity\Entity->__get() in src/XF/Entity/User.php at line 519
- XF\Entity\User->canViewOnlineStatus() in src/XF/Entity/User.php at line 238
- XF\Entity\User->isOnline()
- call_user_func_array() in src/XF/Template/Templater.php at line 1166
- XF\Template\Templater->method() in internal_data/code_cache/templates/l2/s9/public/message_macros.php at line 15
- XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 799
- XF\Template\Templater->callMacro() in internal_data/code_cache/templates/l2/s9/public/post_macros.php at line 67
- XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 799
- XF\Template\Templater->callMacro() in internal_data/code_cache/templates/l2/s9/public/thread_view.php at line 827
- XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1626
- XF\Template\Templater->renderTemplate() in src/XF/Template/Template.php at line 24
- XF\Template\Template->render() in src/XF/Mvc/Renderer/Html.php at line 48
- XF\Mvc\Renderer\Html->renderView() in src/XF/Mvc/Dispatcher.php at line 458
- XF\Mvc\Dispatcher->renderView() in src/XF/Mvc/Dispatcher.php at line 440
- XF\Mvc\Dispatcher->renderReply() in src/XF/Mvc/Dispatcher.php at line 400
- XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 58
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
- XF\App->run() in src/XF.php at line 488
- XF::runApp() in index.php at line 20
SELECT `xf_thread`.*, `xf_forum_Forum_1`.*, `xf_node_Node_2`.*, `xf_user_User_3`.*, `xf_permission_cache_content_Permissions_4`.*
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_permission_cache_content` AS `xf_permission_cache_content_Permissions_4` ON (`xf_permission_cache_content_Permissions_4`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_4`.`content_id` = `xf_node_Node_2`.`node_id` AND `xf_permission_cache_content_Permissions_4`.`permission_combination_id` = '1')
WHERE (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_type` <> 'redirect') AND (`xf_thread`.`view_count` > 1) AND (`xf_thread`.`post_date` >= 1614459600) AND (`xf_thread`.`post_date` <= 1615064399)
ORDER BY `xf_thread`.`view_count` DESC
LIMIT 10
Run Time: 0.000410
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread | range | post_date | post_date | 4 | | 6 | Using index condition; Using where; Using filesort |
SIMPLE | xf_forum_Forum_1 | eq_ref | PRIMARY | PRIMARY | 4 | sonyturk_son.xf_thread.node_id | 1 | |
SIMPLE | xf_node_Node_2 | eq_ref | PRIMARY | PRIMARY | 4 | sonyturk_son.xf_forum_Forum_1.node_id | 1 | Using where |
SIMPLE | xf_user_User_3 | eq_ref | PRIMARY | PRIMARY | 4 | sonyturk_son.xf_thread.user_id | 1 | |
SIMPLE | xf_permission_cache_content_Permissions_4 | eq_ref | PRIMARY | PRIMARY | 35 | const,const,sonyturk_son.xf_node_Node_2.node_id | 1 | Using where |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
- XF\Mvc\Entity\Finder->fetch() in src/addons/DL6/MLTP/Widget/MostViewedThreads.php at line 157
- DL6\MLTP\Widget\MostViewedThreads->render() in internal_data/code_cache/widgets/_59_mostviewed.php at line 5
- XF\SubContainer\Widget->{closure}() in src/XF/Template/Templater.php at line 7402
- XF\Template\Templater->renderWidgetClosure() in src/XF/SubContainer/Widget.php at line 168
- XF\SubContainer\Widget->getCompiledWidget() in src/XF/Template/Templater.php at line 1901
- XF\Template\Templater->widgetPosition() in internal_data/code_cache/templates/l2/s9/public/thread_view.php at line 1018
- XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1626
- XF\Template\Templater->renderTemplate() in src/XF/Template/Template.php at line 24
- XF\Template\Template->render() in src/XF/Mvc/Renderer/Html.php at line 48
- XF\Mvc\Renderer\Html->renderView() in src/XF/Mvc/Dispatcher.php at line 458
- XF\Mvc\Dispatcher->renderView() in src/XF/Mvc/Dispatcher.php at line 440
- XF\Mvc\Dispatcher->renderReply() in src/XF/Mvc/Dispatcher.php at line 400
- XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 58
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
- XF\App->run() in src/XF.php at line 488
- XF::runApp() in index.php at line 20
SELECT `xf_thread`.*, `xf_forum_Forum_1`.*, `xf_node_Node_2`.*, `xf_user_User_3`.*, `xf_permission_cache_content_Permissions_4`.*, `xf_user_LastPoster_5`.*
FROM `xf_thread` FORCE INDEX (`last_post_date`)
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_permission_cache_content` AS `xf_permission_cache_content_Permissions_4` ON (`xf_permission_cache_content_Permissions_4`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_4`.`content_id` = `xf_node_Node_2`.`node_id` AND `xf_permission_cache_content_Permissions_4`.`permission_combination_id` = '1')
LEFT JOIN `xf_user` AS `xf_user_LastPoster_5` ON (`xf_user_LastPoster_5`.`user_id` = `xf_thread`.`last_post_user_id`)
WHERE (`xf_forum_Forum_1`.`find_new` = 1) AND (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_type` <> 'redirect') AND (`xf_thread`.`last_post_date` > 1609867250)
ORDER BY `xf_thread`.`last_post_date` DESC
LIMIT 10
Run Time: 0.002593
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread | range | last_post_date | last_post_date | 4 | | 76 | Using where |
SIMPLE | xf_forum_Forum_1 | eq_ref | PRIMARY | PRIMARY | 4 | sonyturk_son.xf_thread.node_id | 1 | Using where |
SIMPLE | xf_node_Node_2 | eq_ref | PRIMARY | PRIMARY | 4 | sonyturk_son.xf_thread.node_id | 1 | |
SIMPLE | xf_user_User_3 | eq_ref | PRIMARY | PRIMARY | 4 | sonyturk_son.xf_thread.user_id | 1 | |
SIMPLE | xf_permission_cache_content_Permissions_4 | eq_ref | PRIMARY | PRIMARY | 35 | const,const,sonyturk_son.xf_node_Node_2.node_id | 1 | Using where |
SIMPLE | xf_user_LastPoster_5 | eq_ref | PRIMARY | PRIMARY | 4 | sonyturk_son.xf_thread.last_post_user_id | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
- XF\Mvc\Entity\Finder->fetch() in src/XF/Widget/NewPosts.php at line 87
- XF\Widget\NewPosts->render() in internal_data/code_cache/widgets/_7_forum_overview_new_posts.php at line 5
- XF\SubContainer\Widget->{closure}() in src/XF/Template/Templater.php at line 7402
- XF\Template\Templater->renderWidgetClosure() in src/XF/SubContainer/Widget.php at line 168
- XF\SubContainer\Widget->getCompiledWidget() in src/XF/Template/Templater.php at line 1901
- XF\Template\Templater->widgetPosition() in internal_data/code_cache/templates/l2/s9/public/thread_view.php at line 1018
- XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1626
- XF\Template\Templater->renderTemplate() in src/XF/Template/Template.php at line 24
- XF\Template\Template->render() in src/XF/Mvc/Renderer/Html.php at line 48
- XF\Mvc\Renderer\Html->renderView() in src/XF/Mvc/Dispatcher.php at line 458
- XF\Mvc\Dispatcher->renderView() in src/XF/Mvc/Dispatcher.php at line 440
- XF\Mvc\Dispatcher->renderReply() in src/XF/Mvc/Dispatcher.php at line 400
- XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 58
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
- XF\App->run() in src/XF.php at line 488
- XF::runApp() in index.php at line 20
SELECT `xf_addon`.*
FROM `xf_addon`
WHERE (`xf_addon`.`addon_id` = 'Tapatalk')
LIMIT 1
Run Time: 0.000136
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_addon | const | PRIMARY | PRIMARY | 52 | const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1346
- XF\Mvc\Entity\Finder->fetchOne() in src/addons/Tapatalk/Listener/Hook.php at line 22
- Tapatalk\Listener\Hook::templateHook()
- call_user_func_array() in src/XF/Extension.php at line 35
- XF\Extension->fire() in src/XF/App.php at line 2823
- XF\App->fire() in src/XF/Template/Templater.php at line 1585
- XF\Template\Templater->renderTemplate() in src/XF/Pub/App.php at line 562
- XF\Pub\App->renderPageHtml() in src/XF/App.php at line 2131
- XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 402
- XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 58
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
- XF\App->run() in src/XF.php at line 488
- XF::runApp() in index.php at line 20
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('forumStatistics')
Run Time: 0.000107
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | const | PRIMARY | PRIMARY | 27 | const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 175
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/DataRegistry.php at line 138
- XF\DataRegistry->readFromDb() in src/XF/DataRegistry.php at line 83
- XF\DataRegistry->get() in src/XF/DataRegistry.php at line 226
- XF\DataRegistry->offsetGet() in src/XF/App.php at line 1779
- XF\App->XF\{closure}() in src/XF/Container.php at line 28
- XF\Container->offsetGet() in src/XF/App.php at line 2399
- XF\App->__get() in src/XF/Widget/ForumStatistics.php at line 10
- XF\Widget\ForumStatistics->render() in src/XF/Template/Templater.php at line 1937
- XF\Template\Templater->renderWidget() in internal_data/code_cache/templates/l2/s9/public/xb_footer.php at line 41
- XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 799
- XF\Template\Templater->callMacro() in internal_data/code_cache/templates/l2/s9/public/xb_footer.php at line 238
- XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1626
- XF\Template\Templater->renderTemplate() in src/XF/Template/Templater.php at line 1655
- XF\Template\Templater->includeTemplate() in internal_data/code_cache/templates/l2/s9/public/PAGE_CONTAINER.php at line 2105
- XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1626
- XF\Template\Templater->renderTemplate() in src/XF/Pub/App.php at line 562
- XF\Pub\App->renderPageHtml() in src/XF/App.php at line 2131
- XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 402
- XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 58
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
- XF\App->run() in src/XF.php at line 488
- XF::runApp() in index.php at line 20
SELECT `xf_xenmade_eas_uploads`.*, `xf_user_User_1`.*
FROM `xf_xenmade_eas_uploads`
LEFT JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_xenmade_eas_uploads`.`user_id`)
WHERE (`xf_xenmade_eas_uploads`.`user_id` = 0)
LIMIT 1
Run Time: 0.000203
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1346
- XF\Mvc\Entity\Finder->fetchOne() in src/XF/Mvc/Entity/Manager.php at line 149
- XF\Mvc\Entity\Manager->find() in src/addons/xenMade/EAS/XF/Entity/User.php at line 32
- xenMade\EAS\XF\Entity\User->getUploadTraffic()
- call_user_func_array() in src/XF/Template/Templater.php at line 1166
- XF\Template\Templater->method() in internal_data/code_cache/templates/l2/s9/public/PAGE_CONTAINER.php at line 2325
- XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1626
- XF\Template\Templater->renderTemplate() in src/XF/Pub/App.php at line 562
- XF\Pub\App->renderPageHtml() in src/XF/App.php at line 2131
- XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 402
- XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 58
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
- XF\App->run() in src/XF.php at line 488
- XF::runApp() in index.php at line 20
bytes_sent | 78452 |
bytes_received | 1038600 |
packets_sent | 292 |
packets_received | 3695 |
protocol_overhead_in | 14780 |
protocol_overhead_out | 1168 |
bytes_received_ok_packet | 0 |
bytes_received_eof_packet | 0 |
bytes_received_rset_header_packet | 882 |
bytes_received_rset_field_meta_packet | 0 |
bytes_received_rset_row_packet | 274 |
bytes_received_prepare_response_packet | 213864 |
bytes_received_change_user_packet | 822478 |
packets_sent_command | 145 |
packets_received_ok | 0 |
packets_received_eof | 0 |
packets_received_rset_header | 98 |
packets_received_rset_field_meta | 0 |
packets_received_rset_row | 50 |
packets_received_prepare_response | 2662 |
packets_received_change_user | 835 |
result_set_queries | 46 |
non_result_set_queries | 4 |
no_index_used | 4 |
bad_index_used | 0 |
slow_queries | 0 |
buffered_sets | 0 |
unbuffered_sets | 0 |
ps_buffered_sets | 46 |
ps_unbuffered_sets | 0 |
flushed_normal_sets | 0 |
flushed_ps_sets | 0 |
ps_prepared_never_executed | 0 |
ps_prepared_once_executed | 47 |
rows_fetched_from_server_normal | 0 |
rows_fetched_from_server_ps | 789 |
rows_buffered_from_client_normal | 0 |
rows_buffered_from_client_ps | 789 |
rows_fetched_from_client_normal_buffered | 0 |
rows_fetched_from_client_normal_unbuffered | 0 |
rows_fetched_from_client_ps_buffered | 0 |
rows_fetched_from_client_ps_unbuffered | 0 |
rows_fetched_from_client_ps_cursor | 0 |
rows_affected_normal | 0 |
rows_affected_ps | 0 |
rows_skipped_normal | 0 |
rows_skipped_ps | 789 |
copy_on_write_saved | 0 |
copy_on_write_performed | 0 |
command_buffer_too_small | 10 |
connect_success | 1 |
connect_failure | 0 |
connection_reused | 0 |
reconnect | 0 |
pconnect_success | 1 |
active_connections | 1 |
active_persistent_connections | 1 |
explicit_close | 0 |
implicit_close | 0 |
disconnect_close | 0 |
in_middle_of_command_close | 0 |
explicit_free_result | 0 |
implicit_free_result | 0 |
explicit_stmt_close | 0 |
implicit_stmt_close | 0 |
mem_emalloc_count | 0 |
mem_emalloc_amount | 0 |
mem_ecalloc_count | 0 |
mem_ecalloc_amount | 0 |
mem_erealloc_count | 0 |
mem_erealloc_amount | 0 |
mem_efree_count | 0 |
mem_efree_amount | 0 |
mem_malloc_count | 0 |
mem_malloc_amount | 0 |
mem_calloc_count | 0 |
mem_calloc_amount | 0 |
mem_realloc_count | 0 |
mem_realloc_amount | 0 |
mem_free_count | 0 |
mem_free_amount | 0 |
mem_estrndup_count | 0 |
mem_strndup_count | 0 |
mem_estrdup_count | 0 |
mem_strdup_count | 0 |
mem_edupl_count | 0 |
mem_dupl_count | 0 |
proto_text_fetched_null | 0 |
proto_text_fetched_bit | 0 |
proto_text_fetched_tinyint | 0 |
proto_text_fetched_short | 0 |
proto_text_fetched_int24 | 0 |
proto_text_fetched_int | 0 |
proto_text_fetched_bigint | 0 |
proto_text_fetched_decimal | 0 |
proto_text_fetched_float | 0 |
proto_text_fetched_double | 0 |
proto_text_fetched_date | 0 |
proto_text_fetched_year | 0 |
proto_text_fetched_time | 0 |
proto_text_fetched_datetime | 0 |
proto_text_fetched_timestamp | 0 |
proto_text_fetched_string | 0 |
proto_text_fetched_blob | 0 |
proto_text_fetched_enum | 0 |
proto_text_fetched_set | 0 |
proto_text_fetched_geometry | 0 |
proto_text_fetched_other | 0 |
proto_binary_fetched_null | 0 |
proto_binary_fetched_bit | 8599 |
proto_binary_fetched_tinyint | 0 |
proto_binary_fetched_short | 2964 |
proto_binary_fetched_int24 | 1116 |
proto_binary_fetched_int | 0 |
proto_binary_fetched_bigint | 10956 |
proto_binary_fetched_decimal | 97 |
proto_binary_fetched_float | 4 |
proto_binary_fetched_double | 0 |
proto_binary_fetched_date | 0 |
proto_binary_fetched_year | 0 |
proto_binary_fetched_time | 0 |
proto_binary_fetched_datetime | 0 |
proto_binary_fetched_timestamp | 0 |
proto_binary_fetched_string | 0 |
proto_binary_fetched_json | 7448 |
proto_binary_fetched_blob | 3102 |
proto_binary_fetched_enum | 0 |
proto_binary_fetched_set | 0 |
proto_binary_fetched_geometry | 0 |
proto_binary_fetched_other | 0 |
init_command_executed_count | 0 |
init_command_failed_count | 0 |
com_quit | 0 |
com_init_db | 0 |
com_query | 2 |
com_field_list | 0 |
com_create_db | 0 |
com_drop_db | 0 |
com_refresh | 0 |
com_shutdown | 0 |
com_statistics | 0 |
com_process_info | 0 |
com_connect | 0 |
com_process_kill | 0 |
com_debug | 0 |
com_ping | 0 |
com_time | 0 |
com_delayed_insert | 0 |
com_change_user | 0 |
com_binlog_dump | 0 |
com_table_dump | 0 |
com_connect_out | 0 |
com_register_slave | 0 |
com_stmt_prepare | 48 |
com_stmt_execute | 48 |
com_stmt_send_long_data | 0 |
com_stmt_close | 47 |
com_stmt_reset | 0 |
com_stmt_set_option | 0 |
com_stmt_fetch | 0 |
com_deamon | 0 |
bytes_received_real_data_normal | 0 |
bytes_received_real_data_ps | 802043 |