Page Time: 0.2536s

Memory: 21.1050 MB (Peak: 21.3286 MB)

Queries (31, time: 0.0632s, 24.9%)

  1. 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.001773
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 38Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 175
    3. XF\Db\AbstractAdapter->fetchPairs() in src/XF/DataRegistry.php at line 138
    4. XF\DataRegistry->readFromDb() in src/XF/DataRegistry.php at line 83
    5. XF\DataRegistry->get() in src/XF/App.php at line 1888
    6. XF\App->preLoadData() in src/XF/App.php at line 1876
    7. XF\App->setup() in src/XF/Pub/App.php at line 91
    8. XF\Pub\App->setup() in src/XF.php at line 461
    9. XF::setupApp() in src/XF.php at line 484
    10. XF::runApp() in index.php at line 20
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.007269
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 150
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 32
    4. XF\PermissionCache->getGlobalPerms() in src/XF/PermissionSet.php at line 35
    5. XF\PermissionSet->hasGlobalPermission() in src/XF/Entity/User.php at line 1176
    6. XF\Entity\User->hasPermission() in src/XF/Pub/Controller/AbstractController.php at line 242
    7. XF\Pub\Controller\AbstractController->assertViewingPermissions() in src/XF/Pub/Controller/AbstractController.php at line 20
    8. XF\Pub\Controller\AbstractController->preDispatchType() in src/XF/Mvc/Controller.php at line 123
    9. XF\Mvc\Controller->preDispatch() in src/XF/Mvc/Dispatcher.php at line 349
    10. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    11. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    12. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    13. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    14. XF\App->run() in src/XF.php at line 488
    15. XF::runApp() in index.php at line 20
  3. 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` = '416')
    
    
    LIMIT 1
    Run Time: 0.001159
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadconstPRIMARYPRIMARY4const1 
    SIMPLExf_user_User_1constPRIMARYPRIMARY4const1 
    SIMPLExf_forum_Forum_2constPRIMARYPRIMARY4const1 
    SIMPLExf_node_Node_3constPRIMARYPRIMARY4const1 
    SIMPLExf_permission_cache_content_Permissions_4constPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1346
    3. XF\Mvc\Entity\Finder->fetchOne() in src/XF/Mvc/Entity/Manager.php at line 149
    4. XF\Mvc\Entity\Manager->find() in src/XF/Pub/Controller/Thread.php at line 1704
    5. XF\Pub\Controller\Thread->assertViewableThread() in src/XF/Pub/Controller/Thread.php at line 15
    6. XF\Pub\Controller\Thread->actionIndex() in src/addons/Andy/SimilarThreads/XF/Pub/Controller/Thread.php at line 16
    7. Andy\SimilarThreads\XF\Pub\Controller\Thread->actionIndex() in src/addons/EWR/Porta/Pub/Controller/Thread.php at line 11
    8. EWR\Porta\Pub\Controller\Thread->actionIndex() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 11
    9. TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
    10. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    11. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    12. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    13. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    14. XF\App->run() in src/XF.php at line 488
    15. XF::runApp() in index.php at line 20
  4. 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` = 416) AND ((`xf_post`.`message_state` IN ('visible'))) AND (`xf_post`.`position` >= 0) AND (`xf_post`.`position` < 20)
    ORDER BY `xf_post`.`position` ASC, `xf_post`.`post_date` ASC
    Run Time: 0.001193
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_postrefthread_id_post_date,thread_id_position,thread_id_score_datethread_id_post_date4const1Using where; Using filesort
    SIMPLExf_user_User_1eq_refPRIMARYPRIMARY4cantaylantapar_1000fikir.xf_post.user_id1 
    SIMPLExf_user_option_Option_2eq_refPRIMARYPRIMARY4cantaylantapar_1000fikir.xf_user_User_1.user_id1Using where
    SIMPLExf_user_profile_Profile_3eq_refPRIMARYPRIMARY4cantaylantapar_1000fikir.xf_user_User_1.user_id1Using where
    SIMPLExf_user_privacy_Privacy_4eq_refPRIMARYPRIMARY4cantaylantapar_1000fikir.xf_user_User_1.user_id1Using where
    SIMPLExf_permission_combination_PermissionCombination_5eq_refPRIMARYPRIMARY4cantaylantapar_1000fikir.xf_user_User_1.permission_combination_id1Using where
    SIMPLExf_session_activity_Activity_6eq_refPRIMARYPRIMARY22cantaylantapar_1000fikir.xf_user_User_1.user_id,func1Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Pub/Controller/Thread.php at line 63
    4. XF\Pub\Controller\Thread->actionIndex() in src/addons/Andy/SimilarThreads/XF/Pub/Controller/Thread.php at line 16
    5. Andy\SimilarThreads\XF\Pub\Controller\Thread->actionIndex() in src/addons/EWR/Porta/Pub/Controller/Thread.php at line 11
    6. EWR\Porta\Pub\Controller\Thread->actionIndex() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 11
    7. TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
    8. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    9. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    10. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    11. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    12. XF\App->run() in src/XF.php at line 488
    13. XF::runApp() in index.php at line 20
  5. SELECT `ewr_porta_articles`.*
    FROM `ewr_porta_articles`
    
    WHERE (`ewr_porta_articles`.`thread_id` = 416)
    
    
    LIMIT 1
    Run Time: 0.000262
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1346
    3. XF\Mvc\Entity\Finder->fetchOne() in src/XF/Mvc/Entity/Manager.php at line 364
    4. XF\Mvc\Entity\Manager->getRelation() in src/XF/Mvc/Entity/Entity.php at line 394
    5. XF\Mvc\Entity\Entity->getRelation() in src/XF/Mvc/Entity/Entity.php at line 186
    6. XF\Mvc\Entity\Entity->get() in src/XF/Mvc/Entity/Entity.php at line 110
    7. XF\Mvc\Entity\Entity->__get() in src/addons/EWR/Porta/Entity/Thread.php at line 12
    8. EWR\Porta\Entity\Thread->isPortaArticle() in src/addons/EWR/Porta/ThreadType/Discussion.php at line 16
    9. EWR\Porta\ThreadType\Discussion->isFirstPostPinned() in src/XF/Pub/Controller/Thread.php at line 78
    10. XF\Pub\Controller\Thread->actionIndex() in src/addons/Andy/SimilarThreads/XF/Pub/Controller/Thread.php at line 16
    11. Andy\SimilarThreads\XF\Pub\Controller\Thread->actionIndex() in src/addons/EWR/Porta/Pub/Controller/Thread.php at line 11
    12. EWR\Porta\Pub\Controller\Thread->actionIndex() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 11
    13. TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
    14. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    15. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    16. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    17. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    18. XF\App->run() in src/XF.php at line 488
    19. XF::runApp() in index.php at line 20
  6. INSERT INTO xf_thread_view
    	(thread_id, total)
    VALUES
    	(? , 1)
    ON DUPLICATE KEY UPDATE
    	total = total + 1
    Params: 416
    Run Time: 0.000137

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Repository/Thread.php at line 193
    3. XF\Repository\Thread->logThreadView() in src/XF/Pub/Controller/Thread.php at line 139
    4. XF\Pub\Controller\Thread->actionIndex() in src/addons/Andy/SimilarThreads/XF/Pub/Controller/Thread.php at line 16
    5. Andy\SimilarThreads\XF\Pub\Controller\Thread->actionIndex() in src/addons/EWR/Porta/Pub/Controller/Thread.php at line 11
    6. EWR\Porta\Pub\Controller\Thread->actionIndex() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 11
    7. TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
    8. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    9. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    10. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    11. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    12. XF\App->run() in src/XF.php at line 488
    13. XF::runApp() in index.php at line 20
  7. SELECT `xf_node`.*
    FROM `xf_node`
    
    WHERE (`xf_node`.`display_in_list` = 1)
    ORDER BY `xf_node`.`lft` ASC
    Run Time: 0.000662
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALLdisplay_in_list   84Using where; Using filesort

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Repository/Node.php at line 17
    4. XF\Repository\Node->getNodeList() in src/addons/Andy/SimilarThreads/Repository/SimilarThreads.php at line 170
    5. Andy\SimilarThreads\Repository\SimilarThreads->getSimilarThreads() in src/addons/Andy/SimilarThreads/XF/Pub/Controller/Thread.php at line 54
    6. Andy\SimilarThreads\XF\Pub\Controller\Thread->actionIndex() in src/addons/EWR/Porta/Pub/Controller/Thread.php at line 11
    7. EWR\Porta\Pub\Controller\Thread->actionIndex() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 11
    8. TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
    9. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    10. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    11. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    12. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    13. XF\App->run() in src/XF.php at line 488
    14. XF::runApp() in index.php at line 20
  8. 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, 3, 4, 29, 39, 40, 41, 42, 43, 84))
    Run Time: 0.000339
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_categoryALLPRIMARY   10Using where
    SIMPLExf_node_Node_1eq_refPRIMARYPRIMARY4cantaylantapar_1000fikir.xf_category.node_id1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Mvc/Entity/Manager.php at line 212
    4. XF\Mvc\Entity\Manager->findByIds() in src/XF/Repository/Node.php at line 144
    5. XF\Repository\Node->loadNodeTypeDataForNodes() in src/XF/Repository/Node.php at line 18
    6. XF\Repository\Node->getNodeList() in src/addons/Andy/SimilarThreads/Repository/SimilarThreads.php at line 170
    7. Andy\SimilarThreads\Repository\SimilarThreads->getSimilarThreads() in src/addons/Andy/SimilarThreads/XF/Pub/Controller/Thread.php at line 54
    8. Andy\SimilarThreads\XF\Pub\Controller\Thread->actionIndex() in src/addons/EWR/Porta/Pub/Controller/Thread.php at line 11
    9. EWR\Porta\Pub\Controller\Thread->actionIndex() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 11
    10. TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
    11. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    12. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    13. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    14. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    15. XF\App->run() in src/XF.php at line 488
    16. XF::runApp() in index.php at line 20
  9. 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 (2, 5, 78, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 73, 74, 75, 76, 77, 79, 30, 31, 32, 33, 34, 35, 36, 37, 38, 80, 81, 44, 45, 68, 46, 47, 48, 49, 50, 51, 52, 53, 72, 82, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 83, 85))
    Run Time: 0.001889
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_forumALLPRIMARY   74Using where
    SIMPLExf_node_Node_1eq_refPRIMARYPRIMARY4cantaylantapar_1000fikir.xf_forum.node_id1 
    SIMPLExf_user_LastPostUser_2eq_refPRIMARYPRIMARY4cantaylantapar_1000fikir.xf_forum.last_post_user_id1 
    SIMPLExf_thread_LastThread_3eq_refPRIMARYPRIMARY4cantaylantapar_1000fikir.xf_forum.last_thread_id1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Mvc/Entity/Manager.php at line 212
    4. XF\Mvc\Entity\Manager->findByIds() in src/XF/Repository/Node.php at line 144
    5. XF\Repository\Node->loadNodeTypeDataForNodes() in src/XF/Repository/Node.php at line 18
    6. XF\Repository\Node->getNodeList() in src/addons/Andy/SimilarThreads/Repository/SimilarThreads.php at line 170
    7. Andy\SimilarThreads\Repository\SimilarThreads->getSimilarThreads() in src/addons/Andy/SimilarThreads/XF/Pub/Controller/Thread.php at line 54
    8. Andy\SimilarThreads\XF\Pub\Controller\Thread->actionIndex() in src/addons/EWR/Porta/Pub/Controller/Thread.php at line 11
    9. EWR\Porta\Pub\Controller\Thread->actionIndex() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 11
    10. TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
    11. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    12. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    13. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    14. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    15. XF\App->run() in src/XF.php at line 488
    16. XF::runApp() in index.php at line 20
  10. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    Params: 1, node
    Run Time: 0.000587
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const84Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 175
    3. XF\Db\AbstractAdapter->fetchPairs() in src/XF/PermissionCache.php at line 102
    4. XF\PermissionCache->cacheAllContentPerms() in src/XF/Entity/User.php at line 1197
    5. XF\Entity\User->cacheNodePermissions() in src/XF/Repository/Node.php at line 158
    6. XF\Repository\Node->filterViewable() in src/XF/Repository/Node.php at line 20
    7. XF\Repository\Node->getNodeList() in src/addons/Andy/SimilarThreads/Repository/SimilarThreads.php at line 170
    8. Andy\SimilarThreads\Repository\SimilarThreads->getSimilarThreads() in src/addons/Andy/SimilarThreads/XF/Pub/Controller/Thread.php at line 54
    9. Andy\SimilarThreads\XF\Pub\Controller\Thread->actionIndex() in src/addons/EWR/Porta/Pub/Controller/Thread.php at line 11
    10. EWR\Porta\Pub\Controller\Thread->actionIndex() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 11
    11. TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
    12. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    13. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    16. XF\App->run() in src/XF.php at line 488
    17. XF::runApp() in index.php at line 20
  11. SELECT `xf_thread`.*
    FROM `xf_thread`
    
    WHERE (`xf_thread`.`title` LIKE '%Jerry%') AND (`xf_thread`.`title` LIKE '%Falwell%') AND (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_type` <> 'redirect') AND (`xf_thread`.`post_date` >= 0) AND (`xf_thread`.`thread_id` <> 416) AND (1) AND ((`xf_thread`.`node_id` = 1) OR (`xf_thread`.`node_id` = 2) OR (`xf_thread`.`node_id` = 5) OR (`xf_thread`.`node_id` = 78) OR (`xf_thread`.`node_id` = 6) OR (`xf_thread`.`node_id` = 3) OR (`xf_thread`.`node_id` = 7) OR (`xf_thread`.`node_id` = 8) OR (`xf_thread`.`node_id` = 9) OR (`xf_thread`.`node_id` = 10) OR (`xf_thread`.`node_id` = 4) OR (`xf_thread`.`node_id` = 12) 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` = 28) 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` = 79) 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` = 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` = 80) OR (`xf_thread`.`node_id` = 81) OR (`xf_thread`.`node_id` = 39) OR (`xf_thread`.`node_id` = 44) OR (`xf_thread`.`node_id` = 45) OR (`xf_thread`.`node_id` = 68) 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` = 40) OR (`xf_thread`.`node_id` = 51) OR (`xf_thread`.`node_id` = 52) OR (`xf_thread`.`node_id` = 53) OR (`xf_thread`.`node_id` = 72) OR (`xf_thread`.`node_id` = 82) OR (`xf_thread`.`node_id` = 41) 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` = 42) 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` = 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` = 43) OR (`xf_thread`.`node_id` = 69) OR (`xf_thread`.`node_id` = 70) OR (`xf_thread`.`node_id` = 71))
    ORDER BY `xf_thread`.`post_date` DESC
    
    LIMIT 5
    Run Time: 0.008036
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrangePRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,post_date,node_id_sticky_state_vote_scorepost_date4 1534Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
    3. XF\Mvc\Entity\Finder->fetch() in src/addons/Andy/SimilarThreads/Repository/SimilarThreads.php at line 259
    4. Andy\SimilarThreads\Repository\SimilarThreads->getSimilarThreads() in src/addons/Andy/SimilarThreads/XF/Pub/Controller/Thread.php at line 54
    5. Andy\SimilarThreads\XF\Pub\Controller\Thread->actionIndex() in src/addons/EWR/Porta/Pub/Controller/Thread.php at line 11
    6. EWR\Porta\Pub\Controller\Thread->actionIndex() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 11
    7. TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
    8. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    9. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    10. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    11. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    12. XF\App->run() in src/XF.php at line 488
    13. XF::runApp() in index.php at line 20
  12. SELECT `xf_thread`.*
    FROM `xf_thread`
    
    WHERE (`xf_thread`.`title` LIKE '%Jerry%') AND (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_type` <> 'redirect') AND (`xf_thread`.`post_date` >= 0) AND (`xf_thread`.`thread_id` <> 416) AND (1) AND ((`xf_thread`.`node_id` = 1) OR (`xf_thread`.`node_id` = 2) OR (`xf_thread`.`node_id` = 5) OR (`xf_thread`.`node_id` = 78) OR (`xf_thread`.`node_id` = 6) OR (`xf_thread`.`node_id` = 3) OR (`xf_thread`.`node_id` = 7) OR (`xf_thread`.`node_id` = 8) OR (`xf_thread`.`node_id` = 9) OR (`xf_thread`.`node_id` = 10) OR (`xf_thread`.`node_id` = 4) OR (`xf_thread`.`node_id` = 12) 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` = 28) 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` = 79) 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` = 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` = 80) OR (`xf_thread`.`node_id` = 81) OR (`xf_thread`.`node_id` = 39) OR (`xf_thread`.`node_id` = 44) OR (`xf_thread`.`node_id` = 45) OR (`xf_thread`.`node_id` = 68) 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` = 40) OR (`xf_thread`.`node_id` = 51) OR (`xf_thread`.`node_id` = 52) OR (`xf_thread`.`node_id` = 53) OR (`xf_thread`.`node_id` = 72) OR (`xf_thread`.`node_id` = 82) OR (`xf_thread`.`node_id` = 41) 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` = 42) 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` = 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` = 43) OR (`xf_thread`.`node_id` = 69) OR (`xf_thread`.`node_id` = 70) OR (`xf_thread`.`node_id` = 71))
    ORDER BY `xf_thread`.`post_date` DESC
    
    LIMIT 5
    Run Time: 0.006869
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrangePRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,post_date,node_id_sticky_state_vote_scorepost_date4 1534Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
    3. XF\Mvc\Entity\Finder->fetch() in src/addons/Andy/SimilarThreads/Repository/SimilarThreads.php at line 308
    4. Andy\SimilarThreads\Repository\SimilarThreads->getSimilarThreads() in src/addons/Andy/SimilarThreads/XF/Pub/Controller/Thread.php at line 54
    5. Andy\SimilarThreads\XF\Pub\Controller\Thread->actionIndex() in src/addons/EWR/Porta/Pub/Controller/Thread.php at line 11
    6. EWR\Porta\Pub\Controller\Thread->actionIndex() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 11
    7. TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
    8. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    9. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    10. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    11. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    12. XF\App->run() in src/XF.php at line 488
    13. XF::runApp() in index.php at line 20
  13. SELECT `xf_thread`.*
    FROM `xf_thread`
    
    WHERE (`xf_thread`.`title` LIKE '%Falwell%') AND (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_type` <> 'redirect') AND (`xf_thread`.`post_date` >= 0) AND (`xf_thread`.`thread_id` <> 416) AND (1) AND ((`xf_thread`.`node_id` = 1) OR (`xf_thread`.`node_id` = 2) OR (`xf_thread`.`node_id` = 5) OR (`xf_thread`.`node_id` = 78) OR (`xf_thread`.`node_id` = 6) OR (`xf_thread`.`node_id` = 3) OR (`xf_thread`.`node_id` = 7) OR (`xf_thread`.`node_id` = 8) OR (`xf_thread`.`node_id` = 9) OR (`xf_thread`.`node_id` = 10) OR (`xf_thread`.`node_id` = 4) OR (`xf_thread`.`node_id` = 12) 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` = 28) 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` = 79) 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` = 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` = 80) OR (`xf_thread`.`node_id` = 81) OR (`xf_thread`.`node_id` = 39) OR (`xf_thread`.`node_id` = 44) OR (`xf_thread`.`node_id` = 45) OR (`xf_thread`.`node_id` = 68) 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` = 40) OR (`xf_thread`.`node_id` = 51) OR (`xf_thread`.`node_id` = 52) OR (`xf_thread`.`node_id` = 53) OR (`xf_thread`.`node_id` = 72) OR (`xf_thread`.`node_id` = 82) OR (`xf_thread`.`node_id` = 41) 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` = 42) 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` = 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` = 43) OR (`xf_thread`.`node_id` = 69) OR (`xf_thread`.`node_id` = 70) OR (`xf_thread`.`node_id` = 71))
    ORDER BY `xf_thread`.`post_date` DESC
    
    LIMIT 5
    Run Time: 0.006238
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrangePRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,post_date,node_id_sticky_state_vote_scorepost_date4 1534Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
    3. XF\Mvc\Entity\Finder->fetch() in src/addons/Andy/SimilarThreads/Repository/SimilarThreads.php at line 357
    4. Andy\SimilarThreads\Repository\SimilarThreads->getSimilarThreads() in src/addons/Andy/SimilarThreads/XF/Pub/Controller/Thread.php at line 54
    5. Andy\SimilarThreads\XF\Pub\Controller\Thread->actionIndex() in src/addons/EWR/Porta/Pub/Controller/Thread.php at line 11
    6. EWR\Porta\Pub\Controller\Thread->actionIndex() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 11
    7. TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
    8. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    9. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    10. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    11. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    12. XF\App->run() in src/XF.php at line 488
    13. XF::runApp() in index.php at line 20
  14. SELECT `xf_node`.*
    FROM `xf_node`
    
    WHERE (`xf_node`.`display_in_list` = 1)
    ORDER BY `xf_node`.`lft` ASC
    Run Time: 0.000395
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALLdisplay_in_list   84Using where; Using filesort

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Repository/Node.php at line 17
    4. XF\Repository\Node->getNodeList() in src/addons/TB/BenzerKonular/Repository/BenzerKonular.php at line 72
    5. TB\BenzerKonular\Repository\BenzerKonular->getBenzerKonular() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 35
    6. TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
    7. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    8. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    9. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    10. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    11. XF\App->run() in src/XF.php at line 488
    12. XF::runApp() in index.php at line 20
  15. 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, 3, 4, 29, 39, 40, 41, 42, 43, 84))
    Run Time: 0.000253
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_categoryALLPRIMARY   10Using where
    SIMPLExf_node_Node_1eq_refPRIMARYPRIMARY4cantaylantapar_1000fikir.xf_category.node_id1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Mvc/Entity/Manager.php at line 212
    4. XF\Mvc\Entity\Manager->findByIds() in src/XF/Repository/Node.php at line 144
    5. XF\Repository\Node->loadNodeTypeDataForNodes() in src/XF/Repository/Node.php at line 18
    6. XF\Repository\Node->getNodeList() in src/addons/TB/BenzerKonular/Repository/BenzerKonular.php at line 72
    7. TB\BenzerKonular\Repository\BenzerKonular->getBenzerKonular() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 35
    8. TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
    9. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    10. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    11. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    12. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    13. XF\App->run() in src/XF.php at line 488
    14. XF::runApp() in index.php at line 20
  16. 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 (2, 5, 78, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 73, 74, 75, 76, 77, 79, 30, 31, 32, 33, 34, 35, 36, 37, 38, 80, 81, 44, 45, 68, 46, 47, 48, 49, 50, 51, 52, 53, 72, 82, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 83, 85))
    Run Time: 0.001308
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_forumALLPRIMARY   74Using where
    SIMPLExf_node_Node_1eq_refPRIMARYPRIMARY4cantaylantapar_1000fikir.xf_forum.node_id1 
    SIMPLExf_user_LastPostUser_2eq_refPRIMARYPRIMARY4cantaylantapar_1000fikir.xf_forum.last_post_user_id1 
    SIMPLExf_thread_LastThread_3eq_refPRIMARYPRIMARY4cantaylantapar_1000fikir.xf_forum.last_thread_id1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Mvc/Entity/Manager.php at line 212
    4. XF\Mvc\Entity\Manager->findByIds() in src/XF/Repository/Node.php at line 144
    5. XF\Repository\Node->loadNodeTypeDataForNodes() in src/XF/Repository/Node.php at line 18
    6. XF\Repository\Node->getNodeList() in src/addons/TB/BenzerKonular/Repository/BenzerKonular.php at line 72
    7. TB\BenzerKonular\Repository\BenzerKonular->getBenzerKonular() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 35
    8. TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
    9. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    10. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    11. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    12. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    13. XF\App->run() in src/XF.php at line 488
    14. XF::runApp() in index.php at line 20
  17. SELECT `xf_thread`.*
    FROM `xf_thread`
    
    WHERE (`xf_thread`.`title` LIKE '%Jerry%') AND (`xf_thread`.`title` LIKE '%Falwell%') AND (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_type` <> 'redirect') AND (`xf_thread`.`post_date` >= 0) AND (`xf_thread`.`thread_id` <> 416) AND (1) AND ((`xf_thread`.`node_id` = 1) OR (`xf_thread`.`node_id` = 2) OR (`xf_thread`.`node_id` = 5) OR (`xf_thread`.`node_id` = 78) OR (`xf_thread`.`node_id` = 6) OR (`xf_thread`.`node_id` = 3) OR (`xf_thread`.`node_id` = 7) OR (`xf_thread`.`node_id` = 8) OR (`xf_thread`.`node_id` = 9) OR (`xf_thread`.`node_id` = 10) OR (`xf_thread`.`node_id` = 4) OR (`xf_thread`.`node_id` = 12) 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` = 28) 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` = 79) 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` = 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` = 80) OR (`xf_thread`.`node_id` = 81) OR (`xf_thread`.`node_id` = 39) OR (`xf_thread`.`node_id` = 44) OR (`xf_thread`.`node_id` = 45) OR (`xf_thread`.`node_id` = 68) 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` = 40) OR (`xf_thread`.`node_id` = 51) OR (`xf_thread`.`node_id` = 52) OR (`xf_thread`.`node_id` = 53) OR (`xf_thread`.`node_id` = 72) OR (`xf_thread`.`node_id` = 82) OR (`xf_thread`.`node_id` = 41) 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` = 42) 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` = 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` = 43) OR (`xf_thread`.`node_id` = 69) OR (`xf_thread`.`node_id` = 70) OR (`xf_thread`.`node_id` = 71))
    ORDER BY `xf_thread`.`post_date` DESC
    
    LIMIT 8
    Run Time: 0.006027
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrangePRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,post_date,node_id_sticky_state_vote_scorepost_date4 1534Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
    3. XF\Mvc\Entity\Finder->fetch() in src/addons/TB/BenzerKonular/Repository/BenzerKonular.php at line 150
    4. TB\BenzerKonular\Repository\BenzerKonular->getBenzerKonular() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 35
    5. TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
    6. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    7. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    8. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    9. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    10. XF\App->run() in src/XF.php at line 488
    11. XF::runApp() in index.php at line 20
  18. SELECT `xf_thread`.*
    FROM `xf_thread`
    
    WHERE (`xf_thread`.`title` LIKE '%Jerry%') AND (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_type` <> 'redirect') AND (`xf_thread`.`post_date` >= 0) AND (`xf_thread`.`thread_id` <> 416) AND (1) AND ((`xf_thread`.`node_id` = 1) OR (`xf_thread`.`node_id` = 2) OR (`xf_thread`.`node_id` = 5) OR (`xf_thread`.`node_id` = 78) OR (`xf_thread`.`node_id` = 6) OR (`xf_thread`.`node_id` = 3) OR (`xf_thread`.`node_id` = 7) OR (`xf_thread`.`node_id` = 8) OR (`xf_thread`.`node_id` = 9) OR (`xf_thread`.`node_id` = 10) OR (`xf_thread`.`node_id` = 4) OR (`xf_thread`.`node_id` = 12) 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` = 28) 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` = 79) 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` = 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` = 80) OR (`xf_thread`.`node_id` = 81) OR (`xf_thread`.`node_id` = 39) OR (`xf_thread`.`node_id` = 44) OR (`xf_thread`.`node_id` = 45) OR (`xf_thread`.`node_id` = 68) 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` = 40) OR (`xf_thread`.`node_id` = 51) OR (`xf_thread`.`node_id` = 52) OR (`xf_thread`.`node_id` = 53) OR (`xf_thread`.`node_id` = 72) OR (`xf_thread`.`node_id` = 82) OR (`xf_thread`.`node_id` = 41) 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` = 42) 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` = 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` = 43) OR (`xf_thread`.`node_id` = 69) OR (`xf_thread`.`node_id` = 70) OR (`xf_thread`.`node_id` = 71))
    ORDER BY `xf_thread`.`post_date` DESC
    
    LIMIT 8
    Run Time: 0.005364
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrangePRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,post_date,node_id_sticky_state_vote_scorepost_date4 1534Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
    3. XF\Mvc\Entity\Finder->fetch() in src/addons/TB/BenzerKonular/Repository/BenzerKonular.php at line 193
    4. TB\BenzerKonular\Repository\BenzerKonular->getBenzerKonular() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 35
    5. TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
    6. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    7. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    8. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    9. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    10. XF\App->run() in src/XF.php at line 488
    11. XF::runApp() in index.php at line 20
  19. SELECT `xf_thread`.*
    FROM `xf_thread`
    
    WHERE (`xf_thread`.`title` LIKE '%Falwell%') AND (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_type` <> 'redirect') AND (`xf_thread`.`post_date` >= 0) AND (`xf_thread`.`thread_id` <> 416) AND (1) AND ((`xf_thread`.`node_id` = 1) OR (`xf_thread`.`node_id` = 2) OR (`xf_thread`.`node_id` = 5) OR (`xf_thread`.`node_id` = 78) OR (`xf_thread`.`node_id` = 6) OR (`xf_thread`.`node_id` = 3) OR (`xf_thread`.`node_id` = 7) OR (`xf_thread`.`node_id` = 8) OR (`xf_thread`.`node_id` = 9) OR (`xf_thread`.`node_id` = 10) OR (`xf_thread`.`node_id` = 4) OR (`xf_thread`.`node_id` = 12) 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` = 28) 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` = 79) 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` = 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` = 80) OR (`xf_thread`.`node_id` = 81) OR (`xf_thread`.`node_id` = 39) OR (`xf_thread`.`node_id` = 44) OR (`xf_thread`.`node_id` = 45) OR (`xf_thread`.`node_id` = 68) 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` = 40) OR (`xf_thread`.`node_id` = 51) OR (`xf_thread`.`node_id` = 52) OR (`xf_thread`.`node_id` = 53) OR (`xf_thread`.`node_id` = 72) OR (`xf_thread`.`node_id` = 82) OR (`xf_thread`.`node_id` = 41) 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` = 42) 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` = 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` = 43) OR (`xf_thread`.`node_id` = 69) OR (`xf_thread`.`node_id` = 70) OR (`xf_thread`.`node_id` = 71))
    ORDER BY `xf_thread`.`post_date` DESC
    
    LIMIT 8
    Run Time: 0.007110
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrangePRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,post_date,node_id_sticky_state_vote_scorepost_date4 1534Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
    3. XF\Mvc\Entity\Finder->fetch() in src/addons/TB/BenzerKonular/Repository/BenzerKonular.php at line 236
    4. TB\BenzerKonular\Repository\BenzerKonular->getBenzerKonular() in src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php at line 35
    5. TB\BenzerKonular\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 350
    6. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    7. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    8. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    9. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    10. XF\App->run() in src/XF.php at line 488
    11. XF::runApp() in index.php at line 20
  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=416, 1711668443,
    Run Time: 0.000169

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Repository/SessionActivity.php at line 158
    3. XF\Repository\SessionActivity->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 82
    4. XF\Pub\Controller\AbstractController->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 42
    5. XF\Pub\Controller\AbstractController->postDispatchType() in src/XF/Mvc/Controller.php at line 287
    6. XF\Mvc\Controller->postDispatch() in src/XF/Mvc/Dispatcher.php at line 383
    7. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    8. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    9. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    10. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    11. XF\App->run() in src/XF.php at line 488
    12. XF::runApp() in index.php at line 20
  21. 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.001097
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_siropu_ads_manager_adALLtype,status,status_display_order   6Using where; Using filesort
    SIMPLExf_siropu_ads_manager_package_Package_1eq_refPRIMARYPRIMARY4cantaylantapar_1000fikir.xf_siropu_ads_manager_ad.package_id1 
    SIMPLExf_template_MasterTemplate_2eq_reftype_title_style_idtype_title_style_id128const,func,const1Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
    3. XF\Mvc\Entity\Finder->fetch() in src/addons/Siropu/AdsManager/Template/Ad.php at line 414
    4. Siropu\AdsManager\Template\Ad->prepareAdsForDisplay() in src/addons/Siropu/AdsManager/Template/Ad.php at line 274
    5. Siropu\AdsManager\Template\Ad->setAds() in src/addons/Siropu/AdsManager/Template/Ad.php at line 265
    6. Siropu\AdsManager\Template\Ad->__construct() in src/addons/Siropu/AdsManager/Listener.php at line 27
    7. Siropu\AdsManager\Listener::templaterGlobalData()
    8. call_user_func_array() in src/XF/Extension.php at line 67
    9. XF\Extension->fire() in src/XF/App.php at line 2823
    10. XF\App->fire() in src/XF/App.php at line 2058
    11. XF\App->getGlobalTemplateData() in src/XF/App.php at line 1929
    12. XF\App->preRender() in src/XF/Pub/App.php at line 448
    13. XF\Pub\App->preRender() in src/XF/Mvc/Dispatcher.php at line 395
    14. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 58
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    16. XF\App->run() in src/XF.php at line 488
    17. XF::runApp() in index.php at line 20
  22. 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.001217
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_siropu_ads_manager_adrange|filtertype,status,status_display_ordertype|status102|102 2 (83%)Using index condition; Using where; Using temporary; Using filesort; Using rowid filter
    SIMPLExf_siropu_ads_manager_package_Package_1eq_refPRIMARYPRIMARY4cantaylantapar_1000fikir.xf_siropu_ads_manager_ad.package_id1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
    3. XF\Mvc\Entity\Finder->fetch() in src/addons/Siropu/AdsManager/Template/Ad.php at line 524
    4. Siropu\AdsManager\Template\Ad->loadFilterAds() in src/addons/Siropu/AdsManager/Template/Ad.php at line 278
    5. Siropu\AdsManager\Template\Ad->setFilterAds() in src/addons/Siropu/AdsManager/Template/Ad.php at line 269
    6. Siropu\AdsManager\Template\Ad->__construct() in src/addons/Siropu/AdsManager/Listener.php at line 27
    7. Siropu\AdsManager\Listener::templaterGlobalData()
    8. call_user_func_array() in src/XF/Extension.php at line 67
    9. XF\Extension->fire() in src/XF/App.php at line 2823
    10. XF\App->fire() in src/XF/App.php at line 2058
    11. XF\App->getGlobalTemplateData() in src/XF/App.php at line 1929
    12. XF\App->preRender() in src/XF/Pub/App.php at line 448
    13. XF\Pub\App->preRender() in src/XF/Mvc/Dispatcher.php at line 395
    14. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 58
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    16. XF\App->run() in src/XF.php at line 488
    17. XF::runApp() in index.php at line 20
  23. SELECT `xf_th_node_styling`.*
    FROM `xf_th_node_styling`
    
    WHERE (`xf_th_node_styling`.`node_id` = 77) AND (`xf_th_node_styling`.`style_id` = 0)
    
    
    LIMIT 1
    Run Time: 0.000448
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_th_node_stylingALL    57Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1346
    3. XF\Mvc\Entity\Finder->fetchOne() in src/XF/Mvc/Entity/Manager.php at line 364
    4. XF\Mvc\Entity\Manager->getRelation() in src/XF/Mvc/Entity/Entity.php at line 394
    5. XF\Mvc\Entity\Entity->getRelation() in src/XF/Mvc/Entity/Entity.php at line 186
    6. XF\Mvc\Entity\Entity->get() in src/XF/Mvc/Entity/Entity.php at line 115
    7. XF\Mvc\Entity\Entity->offsetGet() in internal_data/code_cache/templates/l4/s5/public/th_nodes_openGraph_macros.php at line 13
    8. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 799
    9. XF\Template\Templater->callMacro() in internal_data/code_cache/templates/l4/s5/public/thread_view.php at line 577
    10. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1626
    11. XF\Template\Templater->renderTemplate() in src/XF/Template/Template.php at line 24
    12. XF\Template\Template->render() in src/XF/Mvc/Renderer/Html.php at line 48
    13. XF\Mvc\Renderer\Html->renderView() in src/XF/Mvc/Dispatcher.php at line 458
    14. XF\Mvc\Dispatcher->renderView() in src/XF/Mvc/Dispatcher.php at line 440
    15. XF\Mvc\Dispatcher->renderReply() in src/XF/Mvc/Dispatcher.php at line 400
    16. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 58
    17. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    18. XF\App->run() in src/XF.php at line 488
    19. XF::runApp() in index.php at line 20
  24. SELECT `xf_attachment`.*, `xf_attachment_data_Data_1`.*
    FROM `xf_attachment`
    LEFT JOIN `xf_attachment_data` AS `xf_attachment_data_Data_1` ON (`xf_attachment_data_Data_1`.`data_id` = `xf_attachment`.`data_id`)
    WHERE (`xf_attachment`.`content_type` = 'post') AND (`xf_attachment`.`content_id` = 433)
    ORDER BY `xf_attachment`.`attach_date` ASC
    Run Time: 0.000447
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_attachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition; Using where
    SIMPLExf_attachment_data_Data_1eq_refPRIMARYPRIMARY4cantaylantapar_1000fikir.xf_attachment.data_id1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Mvc/Entity/Manager.php at line 378
    4. XF\Mvc\Entity\Manager->getRelation() in src/XF/Mvc/Entity/Entity.php at line 394
    5. XF\Mvc\Entity\Entity->getRelation() in src/XF/Mvc/Entity/Entity.php at line 186
    6. XF\Mvc\Entity\Entity->get() in src/XF/Mvc/Entity/Entity.php at line 115
    7. XF\Mvc\Entity\Entity->offsetGet() in internal_data/code_cache/templates/l4/s5/public/thread_view.php at line 655
    8. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1626
    9. XF\Template\Templater->renderTemplate() in src/XF/Template/Template.php at line 24
    10. XF\Template\Template->render() in src/XF/Mvc/Renderer/Html.php at line 48
    11. XF\Mvc\Renderer\Html->renderView() in src/XF/Mvc/Dispatcher.php at line 458
    12. XF\Mvc\Dispatcher->renderView() in src/XF/Mvc/Dispatcher.php at line 440
    13. XF\Mvc\Dispatcher->renderReply() in src/XF/Mvc/Dispatcher.php at line 400
    14. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 58
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    16. XF\App->run() in src/XF.php at line 488
    17. XF::runApp() in index.php at line 20
  25. SELECT `xf_session_activity`.*
    FROM `xf_session_activity`
    
    WHERE (`xf_session_activity`.`user_id` = 9) AND (`xf_session_activity`.`unique_key` = '9')
    
    
    LIMIT 1
    Run Time: 0.000166
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1346
    3. XF\Mvc\Entity\Finder->fetchOne() in src/XF/Mvc/Entity/Manager.php at line 149
    4. XF\Mvc\Entity\Manager->find() in src/XF/Mvc/Entity/Manager.php at line 357
    5. XF\Mvc\Entity\Manager->getRelation() in src/XF/Mvc/Entity/Entity.php at line 394
    6. XF\Mvc\Entity\Entity->getRelation() in src/XF/Mvc/Entity/Entity.php at line 186
    7. XF\Mvc\Entity\Entity->get() in src/XF/Mvc/Entity/Entity.php at line 110
    8. XF\Mvc\Entity\Entity->__get() in src/XF/Entity/User.php at line 310
    9. XF\Entity\User->getLastActivity() in src/XF/Mvc/Entity/Entity.php at line 157
    10. XF\Mvc\Entity\Entity->get() in src/XF/Mvc/Entity/Entity.php at line 110
    11. XF\Mvc\Entity\Entity->__get() in src/XF/Entity/User.php at line 519
    12. XF\Entity\User->canViewOnlineStatus() in src/XF/Entity/User.php at line 238
    13. XF\Entity\User->isOnline()
    14. call_user_func_array() in src/XF/Template/Templater.php at line 1166
    15. XF\Template\Templater->method() in internal_data/code_cache/templates/l4/s5/public/message_macros.php at line 15
    16. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 799
    17. XF\Template\Templater->callMacro() in internal_data/code_cache/templates/l4/s5/public/post_macros.php at line 25
    18. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 962
    19. XF\Template\Templater->renderExtensionInternal() in src/XF/Template/Templater.php at line 898
    20. XF\Template\Templater->renderExtension() in internal_data/code_cache/templates/l4/s5/public/post_macros.php at line 152
    21. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 962
    22. XF\Template\Templater->renderExtensionInternal() in src/XF/Template/Templater.php at line 898
    23. XF\Template\Templater->renderExtension() in internal_data/code_cache/templates/l4/s5/public/post_macros.php at line 202
    24. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 799
    25. XF\Template\Templater->callMacro() in internal_data/code_cache/templates/l4/s5/public/thread_view.php at line 842
    26. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1626
    27. XF\Template\Templater->renderTemplate() in src/XF/Template/Template.php at line 24
    28. XF\Template\Template->render() in src/XF/Mvc/Renderer/Html.php at line 48
    29. XF\Mvc\Renderer\Html->renderView() in src/XF/Mvc/Dispatcher.php at line 458
    30. XF\Mvc\Dispatcher->renderView() in src/XF/Mvc/Dispatcher.php at line 440
    31. XF\Mvc\Dispatcher->renderReply() in src/XF/Mvc/Dispatcher.php at line 400
    32. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 58
    33. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    34. XF\App->run() in src/XF.php at line 488
    35. XF::runApp() in index.php at line 20
  26. SELECT
    	SUM(IF(user_id >= 0 AND robot_key = '', 1, 0)) AS total,
    	SUM(IF(user_id > 0, 1, 0)) AS members,
    	SUM(IF(user_id = 0 AND robot_key = '', 1, 0)) AS guests
    FROM xf_session_activity
    WHERE view_date >= ?
    Params: 1711667543
    Run Time: 0.000257
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_session_activityrangeview_dateview_date4 8Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 145
    3. XF\Db\AbstractAdapter->fetchRow() in src/XF/Repository/SessionActivity.php at line 18
    4. XF\Repository\SessionActivity->getOnlineCounts() in src/XF/Repository/SessionActivity.php at line 62
    5. XF\Repository\SessionActivity->getOnlineStatsBlockData() in src/XF/Widget/MembersOnline.php at line 25
    6. XF\Widget\MembersOnline->render() in internal_data/code_cache/widgets/_6_forum_overview_members_online.php at line 5
    7. XF\SubContainer\Widget->{closure}() in src/XF/Template/Templater.php at line 7405
    8. XF\Template\Templater->renderWidgetClosure() in src/XF/SubContainer/Widget.php at line 168
    9. XF\SubContainer\Widget->getCompiledWidget() in src/XF/Template/Templater.php at line 1901
    10. XF\Template\Templater->widgetPosition() in internal_data/code_cache/templates/l4/s5/public/thread_view.php at line 1038
    11. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1626
    12. XF\Template\Templater->renderTemplate() in src/XF/Template/Template.php at line 24
    13. XF\Template\Template->render() in src/XF/Mvc/Renderer/Html.php at line 48
    14. XF\Mvc\Renderer\Html->renderView() in src/XF/Mvc/Dispatcher.php at line 458
    15. XF\Mvc\Dispatcher->renderView() in src/XF/Mvc/Dispatcher.php at line 440
    16. XF\Mvc\Dispatcher->renderReply() in src/XF/Mvc/Dispatcher.php at line 400
    17. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 58
    18. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    19. XF\App->run() in src/XF.php at line 488
    20. XF::runApp() in index.php at line 20
  27. SELECT `xf_session_activity`.*, `xf_user_User_1`.*
    FROM `xf_session_activity`
    INNER JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_session_activity`.`user_id`)
    WHERE (`xf_session_activity`.`user_id` > 0) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND (`xf_session_activity`.`view_date` >= 1711667543)
    ORDER BY `xf_session_activity`.`view_date` DESC
    
    LIMIT 50
    Run Time: 0.000456
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_session_activityrangePRIMARY,view_dateview_date4 8Using where
    SIMPLExf_user_User_1eq_refPRIMARY,user_statePRIMARY4cantaylantapar_1000fikir.xf_session_activity.user_id1Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Repository/SessionActivity.php at line 43
    4. XF\Repository\SessionActivity->getOnlineUsersList() in src/XF/Repository/SessionActivity.php at line 63
    5. XF\Repository\SessionActivity->getOnlineStatsBlockData() in src/XF/Widget/MembersOnline.php at line 25
    6. XF\Widget\MembersOnline->render() in internal_data/code_cache/widgets/_6_forum_overview_members_online.php at line 5
    7. XF\SubContainer\Widget->{closure}() in src/XF/Template/Templater.php at line 7405
    8. XF\Template\Templater->renderWidgetClosure() in src/XF/SubContainer/Widget.php at line 168
    9. XF\SubContainer\Widget->getCompiledWidget() in src/XF/Template/Templater.php at line 1901
    10. XF\Template\Templater->widgetPosition() in internal_data/code_cache/templates/l4/s5/public/thread_view.php at line 1038
    11. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1626
    12. XF\Template\Templater->renderTemplate() in src/XF/Template/Template.php at line 24
    13. XF\Template\Template->render() in src/XF/Mvc/Renderer/Html.php at line 48
    14. XF\Mvc\Renderer\Html->renderView() in src/XF/Mvc/Dispatcher.php at line 458
    15. XF\Mvc\Dispatcher->renderView() in src/XF/Mvc/Dispatcher.php at line 440
    16. XF\Mvc\Dispatcher->renderReply() in src/XF/Mvc/Dispatcher.php at line 400
    17. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 58
    18. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    19. XF\App->run() in src/XF.php at line 488
    20. XF::runApp() in index.php at line 20
  28. 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` > 1709076443)
    ORDER BY `xf_thread`.`last_post_date` DESC
    
    LIMIT 10
    Run Time: 0.000884
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrangelast_post_datelast_post_date4 1Using where
    SIMPLExf_forum_Forum_1eq_refPRIMARYPRIMARY4cantaylantapar_1000fikir.xf_thread.node_id1Using where
    SIMPLExf_node_Node_2eq_refPRIMARYPRIMARY4cantaylantapar_1000fikir.xf_thread.node_id1 
    SIMPLExf_user_User_3eq_refPRIMARYPRIMARY4cantaylantapar_1000fikir.xf_thread.user_id1 
    SIMPLExf_permission_cache_content_Permissions_4eq_refPRIMARYPRIMARY35const,const,cantaylantapar_1000fikir.xf_node_Node_2.node_id1Using where
    SIMPLExf_user_LastPoster_5eq_refPRIMARYPRIMARY4cantaylantapar_1000fikir.xf_thread.last_post_user_id1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Widget/NewPosts.php at line 87
    4. XF\Widget\NewPosts->render() in internal_data/code_cache/widgets/_7_forum_overview_new_posts.php at line 5
    5. XF\SubContainer\Widget->{closure}() in src/XF/Template/Templater.php at line 7405
    6. XF\Template\Templater->renderWidgetClosure() in src/XF/SubContainer/Widget.php at line 168
    7. XF\SubContainer\Widget->getCompiledWidget() in src/XF/Template/Templater.php at line 1901
    8. XF\Template\Templater->widgetPosition() in internal_data/code_cache/templates/l4/s5/public/thread_view.php at line 1038
    9. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1626
    10. XF\Template\Templater->renderTemplate() in src/XF/Template/Template.php at line 24
    11. XF\Template\Template->render() in src/XF/Mvc/Renderer/Html.php at line 48
    12. XF\Mvc\Renderer\Html->renderView() in src/XF/Mvc/Dispatcher.php at line 458
    13. XF\Mvc\Dispatcher->renderView() in src/XF/Mvc/Dispatcher.php at line 440
    14. XF\Mvc\Dispatcher->renderReply() in src/XF/Mvc/Dispatcher.php at line 400
    15. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 58
    16. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    17. XF\App->run() in src/XF.php at line 488
    18. XF::runApp() in index.php at line 20
  29. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('forumStatistics')
    Run Time: 0.000125
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 175
    3. XF\Db\AbstractAdapter->fetchPairs() in src/XF/DataRegistry.php at line 138
    4. XF\DataRegistry->readFromDb() in src/XF/DataRegistry.php at line 83
    5. XF\DataRegistry->get() in src/XF/DataRegistry.php at line 226
    6. XF\DataRegistry->offsetGet() in src/XF/App.php at line 1779
    7. XF\App->XF\{closure}() in src/XF/Container.php at line 28
    8. XF\Container->offsetGet() in src/XF/App.php at line 2399
    9. XF\App->__get() in src/XF/Widget/ForumStatistics.php at line 10
    10. XF\Widget\ForumStatistics->render() in internal_data/code_cache/widgets/_9_forum_overview_forum_statistics.php at line 5
    11. XF\SubContainer\Widget->{closure}() in src/XF/Template/Templater.php at line 7405
    12. XF\Template\Templater->renderWidgetClosure() in src/XF/SubContainer/Widget.php at line 168
    13. XF\SubContainer\Widget->getCompiledWidget() in src/XF/Template/Templater.php at line 1901
    14. XF\Template\Templater->widgetPosition() in internal_data/code_cache/templates/l4/s5/public/thread_view.php at line 1038
    15. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1626
    16. XF\Template\Templater->renderTemplate() in src/XF/Template/Template.php at line 24
    17. XF\Template\Template->render() in src/XF/Mvc/Renderer/Html.php at line 48
    18. XF\Mvc\Renderer\Html->renderView() in src/XF/Mvc/Dispatcher.php at line 458
    19. XF\Mvc\Dispatcher->renderView() in src/XF/Mvc/Dispatcher.php at line 440
    20. XF\Mvc\Dispatcher->renderReply() in src/XF/Mvc/Dispatcher.php at line 400
    21. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 58
    22. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    23. XF\App->run() in src/XF.php at line 488
    24. XF::runApp() in index.php at line 20
  30. SELECT `xf_th_xlink_platform_link`.*
    FROM `xf_th_xlink_platform_link`
    
    WHERE (`xf_th_xlink_platform_link`.`platform_id` IN (3))
    Run Time: 0.000220
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_th_xlink_platform_linkconstPRIMARYPRIMARY4const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Mvc/Entity/Manager.php at line 212
    4. XF\Mvc\Entity\Manager->findByIds() in src/addons/ThemeHouse/XLink/Navigation/RemoteNavigation.php at line 122
    5. ThemeHouse\XLink\Navigation\RemoteNavigation::loadPlatformLinks() in src/addons/ThemeHouse/XLink/Navigation/RemoteNavigation.php at line 79
    6. ThemeHouse\XLink\Navigation\RemoteNavigation::displayPlatformExtended() in internal_data/code_cache/navigation_cache.php at line 96
    7. XF\Pub\App->{closure}() in src/XF/Template/Templater.php at line 7378
    8. XF\Template\Templater->renderNavigationClosure() in src/XF/Pub/App.php at line 575
    9. XF\Pub\App->getNavigation() in src/XF/Pub/App.php at line 526
    10. XF\Pub\App->renderPageHtml() in src/XF/App.php at line 2131
    11. XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 402
    12. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 58
    13. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    14. XF\App->run() in src/XF.php at line 488
    15. XF::runApp() in index.php at line 20
  31. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('th_nodeStyling_nodes_5')
    Run Time: 0.000825
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 175
    3. XF\Db\AbstractAdapter->fetchPairs() in src/XF/DataRegistry.php at line 138
    4. XF\DataRegistry->readFromDb() in src/XF/DataRegistry.php at line 83
    5. XF\DataRegistry->get() in src/addons/ThemeHouse/Nodes/XF/Entity/Node.php at line 65
    6. ThemeHouse\Nodes\XF\Entity\Node->getNodeStylingFromCacheForStyle() in src/addons/ThemeHouse/Nodes/Repository/NodeStyling.php at line 333
    7. ThemeHouse\Nodes\Repository\NodeStyling->getClassesForNode() in src/addons/ThemeHouse/Nodes/Listener/TemplaterSetup.php at line 45
    8. ThemeHouse\Nodes\Listener\TemplaterSetup::fnNodeClasses()
    9. call_user_func_array() in src/XF/Template/Templater.php at line 1103
    10. XF\Template\Templater->func() in internal_data/code_cache/templates/l4/s5/public/PAGE_CONTAINER.php at line 1132
    11. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1626
    12. XF\Template\Templater->renderTemplate() in src/XF/Pub/App.php at line 562
    13. XF\Pub\App->renderPageHtml() in src/XF/App.php at line 2131
    14. XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 402
    15. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 58
    16. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    17. XF\App->run() in src/XF.php at line 488
    18. XF::runApp() in index.php at line 20

Included Files (319, XenForo Classes: 137)

  1. index.php
  2. src/XF.php
  3. src/vendor/autoload.php
  4. src/vendor/composer/autoload_real.php
  5. src/vendor/composer/ClassLoader.php
  6. src/vendor/composer/autoload_static.php
  7. src/vendor/laminas/laminas-zendframework-bridge/src/autoload.php
  8. src/vendor/laminas/laminas-zendframework-bridge/src/Autoloader.php
  9. src/vendor/laminas/laminas-zendframework-bridge/src/RewriteRules.php
  10. src/vendor/paragonie/random_compat/lib/random.php
  11. src/vendor/symfony/polyfill-mbstring/bootstrap.php
  12. src/vendor/ralouphie/getallheaders/src/getallheaders.php
  13. src/vendor/symfony/polyfill-intl-normalizer/bootstrap.php
  14. src/vendor/symfony/polyfill-php70/bootstrap.php
  15. src/vendor/symfony/polyfill-php72/bootstrap.php
  16. src/vendor/guzzlehttp/promises/src/functions_include.php
  17. src/vendor/guzzlehttp/promises/src/functions.php
  18. src/vendor/guzzlehttp/psr7/src/functions_include.php
  19. src/vendor/guzzlehttp/psr7/src/functions.php
  20. src/vendor/symfony/polyfill-intl-idn/bootstrap.php
  21. src/vendor/guzzlehttp/guzzle/src/functions_include.php
  22. src/vendor/guzzlehttp/guzzle/src/functions.php
  23. src/vendor/paragonie/sodium_compat/autoload.php
  24. src/vendor/paragonie/sodium_compat/autoload-php7.php
  25. src/vendor/paragonie/sodium_compat/src/SodiumException.php
  26. src/vendor/paragonie/sodium_compat/lib/namespaced.php
  27. src/vendor/paragonie/sodium_compat/lib/sodium_compat.php
  28. src/vendor/paragonie/sodium_compat/lib/constants.php
  29. src/vendor/paragonie/sodium_compat/src/Compat.php
  30. src/vendor/paragonie/sodium_compat/lib/php72compat_const.php
  31. src/vendor/paragonie/sodium_compat/lib/php72compat.php
  32. src/vendor/symfony/polyfill-ctype/bootstrap.php
  33. src/vendor/symfony/polyfill-iconv/bootstrap.php
  34. src/vendor/symfony/polyfill-php56/bootstrap.php
  35. src/vendor/swiftmailer/swiftmailer/lib/swift_required.php
  36. src/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
  37. src/vendor/symfony/var-dumper/Resources/functions/dump.php
  38. src/vendor/dokuwiki/utf8/utf8.php
  39. src/XF/Http/Request.php
  40. src/XF/InputFilterer.php
  41. src/XF/Pub/App.php
  42. src/XF/App.php
  43. src/XF/Container.php
  44. src/config.php
  45. src/XF/DataRegistry.php
  46. src/XF/Db/Mysqli/Adapter.php
  47. src/XF/Db/AbstractAdapter.php
  48. src/XF/Db/Mysqli/Statement.php
  49. src/XF/Db/AbstractStatement.php
  50. src/XF/Extension.php
  51. src/XF/AddOn/Manager.php
  52. src/addons/Siropu/AdsManager/Listener.php
  53. src/addons/ThemeHouse/ImageOptimizer/Listener/App.php
  54. src/addons/ThemeHouse/Core/AutoLoad.php
  55. src/addons/ThemeHouse/Core/AutoLoad/20170817.php
  56. src/addons/ThemeHouse/ImageOptimizer/vendor/composer/autoload_namespaces.php
  57. src/addons/ThemeHouse/ImageOptimizer/vendor/composer/autoload_psr4.php
  58. src/addons/ThemeHouse/ImageOptimizer/vendor/composer/autoload_classmap.php
  59. src/addons/ThemeHouse/UIX/Listener/AppSetup.php
  60. src/addons/XFRM/Listener.php
  61. src/XF/Session/Session.php
  62. src/XF/Session/DbStorage.php
  63. src/XF/Session/StorageInterface.php
  64. src/XF/Util/Ip.php
  65. src/XF/Util/Random.php
  66. src/XF/Http/Response.php
  67. src/XF/Mvc/Entity/Manager.php
  68. src/XF/Mvc/Entity/ValueFormatter.php
  69. src/XF/Repository/User.php
  70. src/XF/Mvc/Entity/Repository.php
  71. src/XF/Entity/User.php
  72. src/XF/Mvc/Entity/Entity.php
  73. src/XF/Entity/LinkableInterface.php
  74. src/addons/Siropu/AdsManager/XF/Entity/User.php
  75. src/addons/ThemeHouse/ImageOptimizer/XF/Entity/User.php
  76. src/addons/ThemeHouse/ImageOptimizer/Traits/ImageOptimizerStatusTrait.php
  77. src/addons/XFRM/XF/Entity/User.php
  78. src/XF/Mvc/Entity/Structure.php
  79. src/XF/Entity/UserAuth.php
  80. src/XF/Entity/UserOption.php
  81. src/addons/ThemeHouse/UIX/Listener/EntityStructure.php
  82. src/XF/Entity/UserProfile.php
  83. src/addons/ThemeHouse/ImageOptimizer/XF/Entity/UserProfile.php
  84. src/XF/Entity/UserPrivacy.php
  85. src/XF/Util/File.php
  86. src/XF/Language.php
  87. src/XF/Mvc/Dispatcher.php
  88. src/XF/Mvc/Router.php
  89. src/addons/XDinc/FriendlyURL/Listener.php
  90. src/XF/Mvc/RouteMatch.php
  91. src/XF/Util/Arr.php
  92. src/XF/Mvc/ParameterBag.php
  93. src/XF/Pub/Controller/Thread.php
  94. src/XF/Pub/Controller/AbstractController.php
  95. src/XF/Mvc/Controller.php
  96. src/addons/Andy/SimilarThreads/XF/Pub/Controller/Thread.php
  97. src/addons/EWR/Porta/Pub/Controller/Thread.php
  98. src/addons/KL/AutoMergeDoublePost/Pub/Controller/Thread.php
  99. src/addons/Siropu/AdsManager/XF/Pub/Controller/Thread.php
  100. src/addons/TB/BenzerKonular/XF/Pub/Controller/Thread.php
  101. src/XF/Util/Php.php
  102. src/XF/PermissionCache.php
  103. src/XF/PermissionSet.php
  104. src/XF/Entity/Thread.php
  105. src/XF/Entity/ContentVoteTrait.php
  106. src/addons/EWR/Porta/Entity/Thread.php
  107. src/addons/TB/BenzerKonular/Entity/Thread.php
  108. src/addons/TB/OkumaSuresi/Entity/Thread.php
  109. src/addons/xenbros/Threadthumbnail/Entity/Thread.php
  110. src/XF/Finder/Thread.php
  111. src/XF/Mvc/Entity/Finder.php
  112. src/XF/Entity/Forum.php
  113. src/XF/Entity/AbstractNode.php
  114. src/XF/Entity/Node.php
  115. src/XF/Entity/BookmarkTrait.php
  116. src/addons/ThemeHouse/Nodes/XF/Entity/Node.php
  117. src/addons/ThemeHouse/UIX/XF/Entity/Node.php
  118. src/XF/Template/Templater.php
  119. src/addons/ThemeHouse/UIX/XF/Template/Templater.php
  120. src/XF/SubContainer/BbCode.php
  121. src/XF/SubContainer/AbstractSubContainer.php
  122. src/XF/SubContainer/Widget.php
  123. src/addons/ThemeHouse/Nodes/Listener/TemplaterSetup.php
  124. src/addons/ThemeHouse/UIX/Listener/TemplaterSetup.php
  125. src/addons/XFRM/Template/TemplaterSetup.php
  126. src/addons/xenbros/Threadthumbnail/Listener.php
  127. src/XF/Entity/PermissionCacheContent.php
  128. src/XF/Mvc/Entity/Proxyable.php
  129. src/XF/Mvc/Entity/FinderCollection.php
  130. src/XF/Mvc/Entity/AbstractCollection.php
  131. src/XF/ControllerPlugin/Node.php
  132. src/XF/ControllerPlugin/AbstractPlugin.php
  133. src/XF/ThreadType/Discussion.php
  134. src/XF/ThreadType/AbstractHandler.php
  135. src/addons/EWR/Porta/ThreadType/Discussion.php
  136. src/XF/Repository/Thread.php
  137. src/XF/ControllerPlugin/Thread.php
  138. src/XF/Str/Formatter.php
  139. src/XF/Repository/Post.php
  140. src/XF/Entity/Post.php
  141. src/XF/Entity/QuotableInterface.php
  142. src/XF/BbCode/RenderableContentInterface.php
  143. src/XF/Entity/ReactionTrait.php
  144. src/addons/EWR/Porta/Entity/Post.php
  145. src/XF/Finder/Post.php
  146. src/XF/Entity/PermissionCombination.php
  147. src/XF/Entity/SessionActivity.php
  148. src/XF/Mvc/Entity/ArrayCollection.php
  149. src/addons/EWR/Porta/Entity/Article.php
  150. src/addons/EWR/Porta/Finder/Article.php
  151. src/XF/Repository/Attachment.php
  152. src/XF/Data/Robot.php
  153. src/XF/Repository/Unfurl.php
  154. src/XF/ThreadViewData.php
  155. src/XF/Repository/UserAlert.php
  156. src/XF/Repository/ThreadType.php
  157. src/XF/ForumType/Discussion.php
  158. src/XF/ForumType/AbstractHandler.php
  159. src/addons/XFRM/XF/ForumType/Discussion.php
  160. src/XF/Phrase.php
  161. src/XF/ThreadType/Poll.php
  162. src/addons/EWR/Porta/ThreadType/Poll.php
  163. src/XF/ThreadType/Article.php
  164. src/addons/EWR/Porta/ThreadType/Article.php
  165. src/XF/Mvc/Reply/View.php
  166. src/XF/Mvc/Reply/AbstractReply.php
  167. src/addons/Andy/SimilarThreads/Repository/SimilarThreads.php
  168. src/XF/Repository/Node.php
  169. src/XF/Finder/Node.php
  170. src/XF/Entity/Category.php
  171. src/addons/TB/BenzerKonular/Repository/BenzerKonular.php
  172. src/XF/Repository/SessionActivity.php
  173. src/XF/Style.php
  174. src/XF/SimpleCache.php
  175. src/addons/Siropu/AdsManager/Template/Ad.php
  176. src/addons/Siropu/AdsManager/Util/Arr.php
  177. src/XF/Pub/Route/Category.php
  178. src/addons/Siropu/AdsManager/Repository/Ad.php
  179. src/addons/Siropu/AdsManager/Entity/Ad.php
  180. src/addons/Siropu/AdsManager/Entity/AbstractEntity.php
  181. src/addons/Siropu/AdsManager/Finder/Ad.php
  182. src/addons/Siropu/AdsManager/Entity/Package.php
  183. src/XF/Entity/Template.php
  184. src/XF/Criteria/User.php
  185. src/XF/Criteria/AbstractCriteria.php
  186. src/XF/Criteria/Page.php
  187. src/addons/Siropu/AdsManager/XF/Criteria/Page.php
  188. src/addons/Siropu/AdsManager/Criteria/Device.php
  189. src/addons/Siropu/AdsManager/Vendor/MobileDetect/Mobile_Detect.php
  190. src/addons/Siropu/AdsManager/Criteria/Geo.php
  191. src/addons/Siropu/AdsManager/Vendor/MaxMind/autoload.php
  192. src/addons/Siropu/AdsManager/Vendor/MaxMind/composer/autoload_real.php
  193. src/addons/Siropu/AdsManager/Vendor/MaxMind/composer/autoload_static.php
  194. src/addons/Siropu/AdsManager/Criteria/Position.php
  195. src/XF/Mvc/Entity/FinderExpression.php
  196. src/XF/SimpleCacheSet.php
  197. src/XF/Mvc/Renderer/Html.php
  198. src/XF/Mvc/Renderer/AbstractRenderer.php
  199. src/XF/Mvc/View.php
  200. src/XF/Template/Template.php
  201. internal_data/code_cache/templates/l4/s5/public/thread_view.php
  202. src/XF/Template/ExtensionSet.php
  203. internal_data/code_cache/templates/l4/s5/public/th_nodes_openGraph_macros.php
  204. src/XF/Template/MacroState.php
  205. src/addons/ThemeHouse/Nodes/Entity/NodeStyling.php
  206. src/XF/PreEscaped.php
  207. internal_data/code_cache/templates/l4/s5/public/tb_okuma_suresi.php
  208. src/XF/Entity/Attachment.php
  209. src/XF/Entity/AttachmentData.php
  210. src/addons/ThemeHouse/ImageOptimizer/XF/Entity/AttachmentData.php
  211. internal_data/code_cache/templates/l4/s5/public/metadata_macros.php
  212. src/XF/Util/Json.php
  213. internal_data/code_cache/templates/l4/s5/public/forum_macros.php
  214. internal_data/code_cache/templates/l4/s5/public/siropu_ads_manager_ad_macros.php
  215. internal_data/code_cache/templates/l4/s5/public/_ads.php
  216. internal_data/code_cache/templates/l4/s5/public/EWRporta_article_macros.php
  217. src/XF/CustomField/DefinitionSet.php
  218. src/XF/CustomField/Set.php
  219. internal_data/code_cache/templates/l4/s5/public/custom_fields_macros.php
  220. internal_data/code_cache/templates/l4/s5/public/post_macros.php
  221. src/addons/ThemeHouse/UIX/Listener/Pub/TemplaterMacroPreRender.php
  222. internal_data/code_cache/templates/l4/s5/public/message_macros.php
  223. src/XF/Finder/SessionActivity.php
  224. internal_data/code_cache/templates/l4/s5/public/bookmark_macros.php
  225. src/XF/BbCode/Parser.php
  226. src/XF/BbCode/RuleSet.php
  227. src/XF/BbCode/Renderer/Html.php
  228. src/XF/BbCode/Renderer/AbstractRenderer.php
  229. src/XF/BbCode/Traverser.php
  230. src/XF/Str/EmojiFormatter.php
  231. src/vendor/joypixels/emoji-toolkit/lib/php/src/Client.php
  232. src/vendor/joypixels/emoji-toolkit/lib/php/src/ClientInterface.php
  233. src/vendor/joypixels/emoji-toolkit/lib/php/src/Ruleset.php
  234. src/vendor/joypixels/emoji-toolkit/lib/php/src/RulesetInterface.php
  235. src/addons/Siropu/AdsManager/Service/Stats/Tracker.php
  236. src/XF/Service/AbstractService.php
  237. internal_data/code_cache/templates/l4/s5/public/siropu_ads_manager_content_below_unit.php
  238. internal_data/code_cache/templates/l4/s5/public/share_page_macros.php
  239. internal_data/code_cache/templates/l4/s5/public/andy_similarthreads.php
  240. internal_data/code_cache/widgets/_18_portal_ziyaretci_widget.php
  241. src/XF/Widget/WidgetConfig.php
  242. src/XF/Widget/VisitorPanel.php
  243. src/XF/Widget/AbstractWidget.php
  244. internal_data/code_cache/phrase_groups/l4/widget.php
  245. internal_data/code_cache/phrase_groups/l4/widget_def.php
  246. src/XF/Widget/WidgetRenderer.php
  247. internal_data/code_cache/templates/l4/s5/public/widget_visitor_panel.php
  248. internal_data/code_cache/widgets/_6_forum_overview_members_online.php
  249. src/XF/Widget/MembersOnline.php
  250. internal_data/code_cache/templates/l4/s5/public/widget_members_online.php
  251. internal_data/code_cache/widgets/_23_below_Visitor_panel.php
  252. src/XF/Widget/Html.php
  253. internal_data/code_cache/templates/l4/s5/public/_widget_below_Visitor_panel.php
  254. internal_data/code_cache/templates/l4/s5/public/widget_html.php
  255. internal_data/code_cache/widgets/_7_forum_overview_new_posts.php
  256. src/XF/Widget/NewPosts.php
  257. internal_data/code_cache/templates/l4/s5/public/widget_new_posts.php
  258. internal_data/code_cache/widgets/_9_forum_overview_forum_statistics.php
  259. src/XF/Widget/ForumStatistics.php
  260. internal_data/code_cache/templates/l4/s5/public/widget_forum_statistics.php
  261. internal_data/code_cache/widgets/_10_forum_overview_share_page.php
  262. src/XF/Widget/SharePage.php
  263. internal_data/code_cache/templates/l4/s5/public/widget_share_page.php
  264. internal_data/code_cache/widgets/_19_siropu_ads_manager_adv.php
  265. src/addons/Siropu/AdsManager/Widget/Advertisers.php
  266. internal_data/code_cache/widgets/_20_siropu_ads_manager_sticky.php
  267. src/addons/Siropu/AdsManager/Widget/FeaturedThreads.php
  268. src/addons/s9e/MediaSites/Helper.php
  269. internal_data/code_cache/navigation_cache.php
  270. src/addons/ThemeHouse/XLink/Navigation/RemoteNavigation.php
  271. src/XF/Navigation/AbstractType.php
  272. src/addons/ThemeHouse/XLink/Entity/PlatformLink.php
  273. src/addons/ThemeHouse/XLink/Repository/XLink.php
  274. src/XF/Pub/Route/Search.php
  275. src/XF/NoticeList.php
  276. src/addons/ThemeHouse/UIX/Listener/AppPubRenderPage.php
  277. src/addons/ThemeHouse/UIX/Util/UIX.php
  278. internal_data/code_cache/templates/l4/s5/public/PAGE_CONTAINER.php
  279. src/XF/CssRenderer.php
  280. src/XF/Less/RtlVisitorPre.php
  281. src/vendor/oyejorge/less.php/lib/Less/VisitorReplacing.php
  282. src/vendor/oyejorge/less.php/lib/Less/Visitor.php
  283. src/XF/Less/RtlVisitor.php
  284. src/vendor/oyejorge/less.php/lib/Less/Parser.php
  285. src/vendor/oyejorge/less.php/lib/Less/Cache.php
  286. src/vendor/oyejorge/less.php/lib/Less/Version.php
  287. src/vendor/oyejorge/less.php/lib/Less/Environment.php
  288. src/vendor/oyejorge/less.php/lib/Less/Tree/Dimension.php
  289. src/vendor/oyejorge/less.php/lib/Less/Tree.php
  290. src/vendor/oyejorge/less.php/lib/Less/Tree/Unit.php
  291. src/vendor/oyejorge/less.php/lib/Less/Tree/Expression.php
  292. src/vendor/oyejorge/less.php/lib/Less/Tree/Call.php
  293. src/vendor/oyejorge/less.php/lib/Less/Tree/Value.php
  294. src/vendor/oyejorge/less.php/lib/Less/Tree/Rule.php
  295. src/vendor/oyejorge/less.php/lib/Less/Tree/Element.php
  296. src/vendor/oyejorge/less.php/lib/Less/Tree/Selector.php
  297. src/vendor/oyejorge/less.php/lib/Less/Tree/Keyword.php
  298. src/vendor/oyejorge/less.php/lib/Less/Tree/Variable.php
  299. src/vendor/oyejorge/less.php/lib/Less/Tree/Ruleset.php
  300. src/vendor/oyejorge/less.php/lib/Less/Functions.php
  301. src/vendor/oyejorge/less.php/lib/Less/Tree/Color.php
  302. src/vendor/oyejorge/less.php/lib/Less/Tree/DefaultFunc.php
  303. src/vendor/oyejorge/less.php/lib/Less/Visitor/joinSelector.php
  304. src/vendor/oyejorge/less.php/lib/Less/Visitor/toCSS.php
  305. src/vendor/oyejorge/less.php/lib/Less/Output.php
  306. internal_data/code_cache/templates/l4/s5/public/helper_js_global.php
  307. internal_data/code_cache/templates/l4/s5/public/font_awesome_setup.php
  308. internal_data/code_cache/templates/l4/s5/public/google_analytics.php
  309. internal_data/code_cache/phrase_groups/l4/nav.php
  310. internal_data/code_cache/phrase_groups/l4/button.php
  311. internal_data/code_cache/phrase_groups/l4/siropu_ads_manager_ad_type.php
  312. src/addons/Siropu/AdsManager/Repository/Position.php
  313. src/addons/Siropu/AdsManager/Entity/Position.php
  314. internal_data/code_cache/templates/l4/s5/public/browser_warning_macros.php
  315. src/addons/ThemeHouse/Nodes/Repository/NodeStyling.php
  316. internal_data/code_cache/templates/l4/s5/public/_siropu_ads_manager_ad_code.3.php
  317. internal_data/code_cache/templates/l4/s5/public/debug_macros.php
  318. internal_data/code_cache/templates/l4/s5/public/siropu_ads_manager_ad_js.php
  319. src/XF/Debugger.php