Page Time: 0.0797s

Memory: 6.6213 MB (Peak: 7.3052 MB)

Queries (26, time: 0.0254s, 31.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', 'notices', 'noticesLastReset', 'routeFilters', 'routesPublic', 'styles', 'userFieldsInfo', 'threadFieldsInfo', 'threadPrefixes')
    Run Time: 0.000194
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 36Using index condition

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 89
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 126
    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 1752
    6. XF\App->preLoadData() in src/XF/App.php at line 1740
    7. XF\App->setup() in src/XF/Pub/App.php at line 89
    8. XF\Pub\App->setup() in src/XF.php at line 363
    9. XF::setupApp() in src/XF.php at line 386
    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.000051
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 89
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 101
    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 926
    6. XF\Entity\User->hasPermission() in src/XF/Pub/Controller/AbstractController.php at line 241
    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 320
    10. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 244
    11. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 100
    12. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 50
    13. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
    14. XF\App->run() in src/XF.php at line 390
    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` = '68867')
    
    
    LIMIT 1
    Run Time: 0.000617
    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 89
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1261
    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 1372
    5. XF\Pub\Controller\Thread->assertViewableThread() in src/XF/Pub/Controller/Thread.php at line 12
    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/XF/Mvc/Dispatcher.php at line 321
    8. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 244
    9. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 100
    10. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 50
    11. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
    12. XF\App->run() in src/XF.php at line 390
    13. 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_session_activity_Activity_5`.*
    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_session_activity` AS `xf_session_activity_Activity_5` ON (`xf_session_activity_Activity_5`.`user_id` = `xf_user_User_1`.`user_id` AND `xf_session_activity_Activity_5`.`unique_key` = CONCAT(`xf_user_User_1`.`user_id`, ''))
    WHERE (`xf_post`.`thread_id` = 68867) 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.001355
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_postrefthread_id_post_date,thread_id_positionthread_id_post_date4const1Using where; Using filesort
    SIMPLExf_user_User_1eq_refPRIMARYPRIMARY4kmfctfnshosting_thanhhoaonline.xf_post.user_id1 
    SIMPLExf_user_option_Option_2eq_refPRIMARYPRIMARY4kmfctfnshosting_thanhhoaonline.xf_user_User_1.user_id1Using where
    SIMPLExf_user_profile_Profile_3eq_refPRIMARYPRIMARY4kmfctfnshosting_thanhhoaonline.xf_user_User_1.user_id1Using where
    SIMPLExf_user_privacy_Privacy_4eq_refPRIMARYPRIMARY4kmfctfnshosting_thanhhoaonline.xf_user_User_1.user_id1Using where
    SIMPLExf_session_activity_Activity_5eq_refPRIMARYPRIMARY22kmfctfnshosting_thanhhoaonline.xf_user_User_1.user_id,func1Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 89
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1294
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Pub/Controller/Thread.php at line 35
    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/XF/Mvc/Dispatcher.php at line 321
    6. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 244
    7. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 100
    8. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 50
    9. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
    10. XF\App->run() in src/XF.php at line 390
    11. XF::runApp() in index.php at line 20
  5. INSERT INTO xf_thread_view
    	(thread_id, total)
    VALUES
    	(? , 1)
    ON DUPLICATE KEY UPDATE
    	total = total + 1
    Params: 68867
    Run Time: 0.000089

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 89
    2. XF\Db\AbstractAdapter->query() in src/XF/Repository/Thread.php at line 194
    3. XF\Repository\Thread->logThreadView() in src/XF/Pub/Controller/Thread.php at line 90
    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/XF/Mvc/Dispatcher.php at line 321
    6. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 244
    7. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 100
    8. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 50
    9. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
    10. XF\App->run() in src/XF.php at line 390
    11. XF::runApp() in index.php at line 20
  6. SELECT `xf_node`.*
    FROM `xf_node`
    
    WHERE (`xf_node`.`display_in_list` = 1)
    ORDER BY `xf_node`.`lft` ASC
    Run Time: 0.000084
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALLdisplay_in_list   127Using where; Using filesort

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 89
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1294
    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/XF/Mvc/Dispatcher.php at line 321
    7. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 244
    8. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 100
    9. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 50
    10. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
    11. XF\App->run() in src/XF.php at line 390
    12. XF::runApp() in index.php at line 20
  7. 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 (143, 6, 1, 164))
    Run Time: 0.000059
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_categoryindexPRIMARYPRIMARY4 4Using where; Using index
    SIMPLExf_node_Node_1eq_refPRIMARYPRIMARY4kmfctfnshosting_thanhhoaonline.xf_category.node_id1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 89
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1294
    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 129
    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/XF/Mvc/Dispatcher.php at line 321
    9. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 244
    10. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 100
    11. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 50
    12. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
    13. XF\App->run() in src/XF.php at line 390
    14. XF::runApp() in index.php at line 20
  8. 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 (175, 11, 176, 177, 174, 23, 21, 178, 35, 179, 180, 181, 182, 187, 173, 183, 184, 185, 186, 36, 188, 155, 168, 28, 154, 170, 153, 156, 190, 193, 191, 192, 39, 141, 189, 12, 167, 30, 65, 127, 138, 113, 66, 122, 137, 117, 119, 121, 68, 132, 134, 136, 159, 67, 139, 140, 160, 166, 69, 120, 2, 9, 10, 40, 14, 33, 102, 25, 37, 16, 94, 58, 45, 46, 49, 52, 51, 50, 142, 59, 47, 165, 53, 4, 24, 74, 125, 64, 72, 106, 144, 118, 61, 158, 145, 146, 147, 157, 54, 95, 96, 97, 98, 99, 100, 48, 104, 44, 56, 93, 62, 81, 101, 60, 79, 114, 82, 135, 162, 5, 8, 151, 152))
    Run Time: 0.000277
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_forumALLPRIMARY   123Using where
    SIMPLExf_node_Node_1eq_refPRIMARYPRIMARY4kmfctfnshosting_thanhhoaonline.xf_forum.node_id1 
    SIMPLExf_user_LastPostUser_2eq_refPRIMARYPRIMARY4kmfctfnshosting_thanhhoaonline.xf_forum.last_post_user_id1 
    SIMPLExf_thread_LastThread_3eq_refPRIMARYPRIMARY4kmfctfnshosting_thanhhoaonline.xf_forum.last_thread_id1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 89
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1294
    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 129
    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/XF/Mvc/Dispatcher.php at line 321
    9. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 244
    10. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 100
    11. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 50
    12. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
    13. XF\App->run() in src/XF.php at line 390
    14. XF::runApp() in index.php at line 20
  9. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    Params: 1, node
    Run Time: 0.000108
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const125Using index condition

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 89
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 126
    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 947
    5. XF\Entity\User->cacheNodePermissions() in src/XF/Repository/Node.php at line 143
    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/XF/Mvc/Dispatcher.php at line 321
    10. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 244
    11. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 100
    12. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 50
    13. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
    14. XF\App->run() in src/XF.php at line 390
    15. XF::runApp() in index.php at line 20
  10. SELECT `xf_thread`.*
    FROM `xf_thread`
    
    WHERE (`xf_thread`.`title` LIKE '%Thay%') AND (`xf_thread`.`title` LIKE '%đổi%') AND (`xf_thread`.`title` LIKE '%cổ%') AND (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_state` <> 'redirect') AND (`xf_thread`.`post_date` >= 1703057328) AND (`xf_thread`.`thread_id` <> 68867) AND ((`xf_thread`.`node_id` = 143) OR (`xf_thread`.`node_id` = 175) OR (`xf_thread`.`node_id` = 11) OR (`xf_thread`.`node_id` = 176) OR (`xf_thread`.`node_id` = 177) OR (`xf_thread`.`node_id` = 174) OR (`xf_thread`.`node_id` = 23) OR (`xf_thread`.`node_id` = 21) OR (`xf_thread`.`node_id` = 178) OR (`xf_thread`.`node_id` = 35) OR (`xf_thread`.`node_id` = 179) OR (`xf_thread`.`node_id` = 180) OR (`xf_thread`.`node_id` = 181) OR (`xf_thread`.`node_id` = 182) OR (`xf_thread`.`node_id` = 187) OR (`xf_thread`.`node_id` = 173) OR (`xf_thread`.`node_id` = 183) OR (`xf_thread`.`node_id` = 184) OR (`xf_thread`.`node_id` = 185) OR (`xf_thread`.`node_id` = 186) OR (`xf_thread`.`node_id` = 36) OR (`xf_thread`.`node_id` = 188) OR (`xf_thread`.`node_id` = 155) OR (`xf_thread`.`node_id` = 168) OR (`xf_thread`.`node_id` = 28) OR (`xf_thread`.`node_id` = 154) OR (`xf_thread`.`node_id` = 170) OR (`xf_thread`.`node_id` = 153) OR (`xf_thread`.`node_id` = 156) OR (`xf_thread`.`node_id` = 190) OR (`xf_thread`.`node_id` = 193) OR (`xf_thread`.`node_id` = 191) OR (`xf_thread`.`node_id` = 192) OR (`xf_thread`.`node_id` = 39) OR (`xf_thread`.`node_id` = 141) OR (`xf_thread`.`node_id` = 189) OR (`xf_thread`.`node_id` = 12) OR (`xf_thread`.`node_id` = 167) OR (`xf_thread`.`node_id` = 30) OR (`xf_thread`.`node_id` = 6) OR (`xf_thread`.`node_id` = 65) OR (`xf_thread`.`node_id` = 127) OR (`xf_thread`.`node_id` = 138) OR (`xf_thread`.`node_id` = 113) OR (`xf_thread`.`node_id` = 66) OR (`xf_thread`.`node_id` = 122) OR (`xf_thread`.`node_id` = 137) OR (`xf_thread`.`node_id` = 117) OR (`xf_thread`.`node_id` = 119) OR (`xf_thread`.`node_id` = 121) OR (`xf_thread`.`node_id` = 68) OR (`xf_thread`.`node_id` = 132) OR (`xf_thread`.`node_id` = 134) OR (`xf_thread`.`node_id` = 136) OR (`xf_thread`.`node_id` = 159) OR (`xf_thread`.`node_id` = 67) OR (`xf_thread`.`node_id` = 139) OR (`xf_thread`.`node_id` = 69) OR (`xf_thread`.`node_id` = 1) OR (`xf_thread`.`node_id` = 2) OR (`xf_thread`.`node_id` = 9) OR (`xf_thread`.`node_id` = 10) OR (`xf_thread`.`node_id` = 40) OR (`xf_thread`.`node_id` = 14) OR (`xf_thread`.`node_id` = 33) OR (`xf_thread`.`node_id` = 102) OR (`xf_thread`.`node_id` = 25) OR (`xf_thread`.`node_id` = 37) OR (`xf_thread`.`node_id` = 16) OR (`xf_thread`.`node_id` = 94) OR (`xf_thread`.`node_id` = 58) OR (`xf_thread`.`node_id` = 45) OR (`xf_thread`.`node_id` = 46) OR (`xf_thread`.`node_id` = 49) OR (`xf_thread`.`node_id` = 52) OR (`xf_thread`.`node_id` = 51) OR (`xf_thread`.`node_id` = 50) OR (`xf_thread`.`node_id` = 142) OR (`xf_thread`.`node_id` = 59) OR (`xf_thread`.`node_id` = 47) OR (`xf_thread`.`node_id` = 165) OR (`xf_thread`.`node_id` = 53) OR (`xf_thread`.`node_id` = 4) OR (`xf_thread`.`node_id` = 24) OR (`xf_thread`.`node_id` = 74) OR (`xf_thread`.`node_id` = 125) OR (`xf_thread`.`node_id` = 64) OR (`xf_thread`.`node_id` = 72) OR (`xf_thread`.`node_id` = 106) OR (`xf_thread`.`node_id` = 144) OR (`xf_thread`.`node_id` = 118) OR (`xf_thread`.`node_id` = 61) OR (`xf_thread`.`node_id` = 158) OR (`xf_thread`.`node_id` = 145) OR (`xf_thread`.`node_id` = 146) OR (`xf_thread`.`node_id` = 147) OR (`xf_thread`.`node_id` = 157) OR (`xf_thread`.`node_id` = 54) OR (`xf_thread`.`node_id` = 95) OR (`xf_thread`.`node_id` = 96) OR (`xf_thread`.`node_id` = 97) OR (`xf_thread`.`node_id` = 98) OR (`xf_thread`.`node_id` = 99) OR (`xf_thread`.`node_id` = 100) OR (`xf_thread`.`node_id` = 48) OR (`xf_thread`.`node_id` = 104) OR (`xf_thread`.`node_id` = 44) OR (`xf_thread`.`node_id` = 56) OR (`xf_thread`.`node_id` = 93) OR (`xf_thread`.`node_id` = 62) OR (`xf_thread`.`node_id` = 81) OR (`xf_thread`.`node_id` = 101) OR (`xf_thread`.`node_id` = 60) OR (`xf_thread`.`node_id` = 79) OR (`xf_thread`.`node_id` = 114) OR (`xf_thread`.`node_id` = 82) OR (`xf_thread`.`node_id` = 135) OR (`xf_thread`.`node_id` = 162) OR (`xf_thread`.`node_id` = 5) OR (`xf_thread`.`node_id` = 164) OR (`xf_thread`.`node_id` = 151) OR (`xf_thread`.`node_id` = 152))
    
    
    LIMIT 5
    Run Time: 0.005265
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrangePRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,post_datepost_date4 1074Using index condition; Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 89
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1294
    3. XF\Mvc\Entity\Finder->fetch() in src/addons/Andy/SimilarThreads/Repository/SimilarThreads.php at line 209
    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/XF/Mvc/Dispatcher.php at line 321
    6. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 244
    7. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 100
    8. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 50
    9. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
    10. XF\App->run() in src/XF.php at line 390
    11. XF::runApp() in index.php at line 20
  11. SELECT `xf_thread`.*
    FROM `xf_thread`
    
    WHERE (`xf_thread`.`title` LIKE '%Thay%') AND (`xf_thread`.`title` LIKE '%đổi%') AND (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_state` <> 'redirect') AND (`xf_thread`.`post_date` >= 1703057328) AND (`xf_thread`.`thread_id` <> 68867) AND (1) AND ((`xf_thread`.`node_id` = 143) OR (`xf_thread`.`node_id` = 175) OR (`xf_thread`.`node_id` = 11) OR (`xf_thread`.`node_id` = 176) OR (`xf_thread`.`node_id` = 177) OR (`xf_thread`.`node_id` = 174) OR (`xf_thread`.`node_id` = 23) OR (`xf_thread`.`node_id` = 21) OR (`xf_thread`.`node_id` = 178) OR (`xf_thread`.`node_id` = 35) OR (`xf_thread`.`node_id` = 179) OR (`xf_thread`.`node_id` = 180) OR (`xf_thread`.`node_id` = 181) OR (`xf_thread`.`node_id` = 182) OR (`xf_thread`.`node_id` = 187) OR (`xf_thread`.`node_id` = 173) OR (`xf_thread`.`node_id` = 183) OR (`xf_thread`.`node_id` = 184) OR (`xf_thread`.`node_id` = 185) OR (`xf_thread`.`node_id` = 186) OR (`xf_thread`.`node_id` = 36) OR (`xf_thread`.`node_id` = 188) OR (`xf_thread`.`node_id` = 155) OR (`xf_thread`.`node_id` = 168) OR (`xf_thread`.`node_id` = 28) OR (`xf_thread`.`node_id` = 154) OR (`xf_thread`.`node_id` = 170) OR (`xf_thread`.`node_id` = 153) OR (`xf_thread`.`node_id` = 156) OR (`xf_thread`.`node_id` = 190) OR (`xf_thread`.`node_id` = 193) OR (`xf_thread`.`node_id` = 191) OR (`xf_thread`.`node_id` = 192) OR (`xf_thread`.`node_id` = 39) OR (`xf_thread`.`node_id` = 141) OR (`xf_thread`.`node_id` = 189) OR (`xf_thread`.`node_id` = 12) OR (`xf_thread`.`node_id` = 167) OR (`xf_thread`.`node_id` = 30) OR (`xf_thread`.`node_id` = 6) OR (`xf_thread`.`node_id` = 65) OR (`xf_thread`.`node_id` = 127) OR (`xf_thread`.`node_id` = 138) OR (`xf_thread`.`node_id` = 113) OR (`xf_thread`.`node_id` = 66) OR (`xf_thread`.`node_id` = 122) OR (`xf_thread`.`node_id` = 137) OR (`xf_thread`.`node_id` = 117) OR (`xf_thread`.`node_id` = 119) OR (`xf_thread`.`node_id` = 121) OR (`xf_thread`.`node_id` = 68) OR (`xf_thread`.`node_id` = 132) OR (`xf_thread`.`node_id` = 134) OR (`xf_thread`.`node_id` = 136) OR (`xf_thread`.`node_id` = 159) OR (`xf_thread`.`node_id` = 67) OR (`xf_thread`.`node_id` = 139) OR (`xf_thread`.`node_id` = 69) OR (`xf_thread`.`node_id` = 1) OR (`xf_thread`.`node_id` = 2) OR (`xf_thread`.`node_id` = 9) OR (`xf_thread`.`node_id` = 10) OR (`xf_thread`.`node_id` = 40) OR (`xf_thread`.`node_id` = 14) OR (`xf_thread`.`node_id` = 33) OR (`xf_thread`.`node_id` = 102) OR (`xf_thread`.`node_id` = 25) OR (`xf_thread`.`node_id` = 37) OR (`xf_thread`.`node_id` = 16) OR (`xf_thread`.`node_id` = 94) OR (`xf_thread`.`node_id` = 58) OR (`xf_thread`.`node_id` = 45) OR (`xf_thread`.`node_id` = 46) OR (`xf_thread`.`node_id` = 49) OR (`xf_thread`.`node_id` = 52) OR (`xf_thread`.`node_id` = 51) OR (`xf_thread`.`node_id` = 50) OR (`xf_thread`.`node_id` = 142) OR (`xf_thread`.`node_id` = 59) OR (`xf_thread`.`node_id` = 47) OR (`xf_thread`.`node_id` = 165) OR (`xf_thread`.`node_id` = 53) OR (`xf_thread`.`node_id` = 4) OR (`xf_thread`.`node_id` = 24) OR (`xf_thread`.`node_id` = 74) OR (`xf_thread`.`node_id` = 125) OR (`xf_thread`.`node_id` = 64) OR (`xf_thread`.`node_id` = 72) OR (`xf_thread`.`node_id` = 106) OR (`xf_thread`.`node_id` = 144) OR (`xf_thread`.`node_id` = 118) OR (`xf_thread`.`node_id` = 61) OR (`xf_thread`.`node_id` = 158) OR (`xf_thread`.`node_id` = 145) OR (`xf_thread`.`node_id` = 146) OR (`xf_thread`.`node_id` = 147) OR (`xf_thread`.`node_id` = 157) OR (`xf_thread`.`node_id` = 54) OR (`xf_thread`.`node_id` = 95) OR (`xf_thread`.`node_id` = 96) OR (`xf_thread`.`node_id` = 97) OR (`xf_thread`.`node_id` = 98) OR (`xf_thread`.`node_id` = 99) OR (`xf_thread`.`node_id` = 100) OR (`xf_thread`.`node_id` = 48) OR (`xf_thread`.`node_id` = 104) OR (`xf_thread`.`node_id` = 44) OR (`xf_thread`.`node_id` = 56) OR (`xf_thread`.`node_id` = 93) OR (`xf_thread`.`node_id` = 62) OR (`xf_thread`.`node_id` = 81) OR (`xf_thread`.`node_id` = 101) OR (`xf_thread`.`node_id` = 60) OR (`xf_thread`.`node_id` = 79) OR (`xf_thread`.`node_id` = 114) OR (`xf_thread`.`node_id` = 82) OR (`xf_thread`.`node_id` = 135) OR (`xf_thread`.`node_id` = 162) OR (`xf_thread`.`node_id` = 5) OR (`xf_thread`.`node_id` = 164) OR (`xf_thread`.`node_id` = 151) OR (`xf_thread`.`node_id` = 152))
    ORDER BY `xf_thread`.`post_date` DESC
    
    LIMIT 5
    Run Time: 0.004481
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrangePRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,post_datepost_date4 1074Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 89
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1294
    3. XF\Mvc\Entity\Finder->fetch() in src/addons/Andy/SimilarThreads/Repository/SimilarThreads.php at line 258
    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/XF/Mvc/Dispatcher.php at line 321
    6. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 244
    7. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 100
    8. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 50
    9. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
    10. XF\App->run() in src/XF.php at line 390
    11. XF::runApp() in index.php at line 20
  12. SELECT `xf_thread`.*
    FROM `xf_thread`
    
    WHERE (`xf_thread`.`title` LIKE '%Thay%') AND (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_state` <> 'redirect') AND (`xf_thread`.`post_date` >= 1703057328) AND (`xf_thread`.`thread_id` <> 68867) AND (1) AND ((`xf_thread`.`node_id` = 143) OR (`xf_thread`.`node_id` = 175) OR (`xf_thread`.`node_id` = 11) OR (`xf_thread`.`node_id` = 176) OR (`xf_thread`.`node_id` = 177) OR (`xf_thread`.`node_id` = 174) OR (`xf_thread`.`node_id` = 23) OR (`xf_thread`.`node_id` = 21) OR (`xf_thread`.`node_id` = 178) OR (`xf_thread`.`node_id` = 35) OR (`xf_thread`.`node_id` = 179) OR (`xf_thread`.`node_id` = 180) OR (`xf_thread`.`node_id` = 181) OR (`xf_thread`.`node_id` = 182) OR (`xf_thread`.`node_id` = 187) OR (`xf_thread`.`node_id` = 173) OR (`xf_thread`.`node_id` = 183) OR (`xf_thread`.`node_id` = 184) OR (`xf_thread`.`node_id` = 185) OR (`xf_thread`.`node_id` = 186) OR (`xf_thread`.`node_id` = 36) OR (`xf_thread`.`node_id` = 188) OR (`xf_thread`.`node_id` = 155) OR (`xf_thread`.`node_id` = 168) OR (`xf_thread`.`node_id` = 28) OR (`xf_thread`.`node_id` = 154) OR (`xf_thread`.`node_id` = 170) OR (`xf_thread`.`node_id` = 153) OR (`xf_thread`.`node_id` = 156) OR (`xf_thread`.`node_id` = 190) OR (`xf_thread`.`node_id` = 193) OR (`xf_thread`.`node_id` = 191) OR (`xf_thread`.`node_id` = 192) OR (`xf_thread`.`node_id` = 39) OR (`xf_thread`.`node_id` = 141) OR (`xf_thread`.`node_id` = 189) OR (`xf_thread`.`node_id` = 12) OR (`xf_thread`.`node_id` = 167) OR (`xf_thread`.`node_id` = 30) OR (`xf_thread`.`node_id` = 6) OR (`xf_thread`.`node_id` = 65) OR (`xf_thread`.`node_id` = 127) OR (`xf_thread`.`node_id` = 138) OR (`xf_thread`.`node_id` = 113) OR (`xf_thread`.`node_id` = 66) OR (`xf_thread`.`node_id` = 122) OR (`xf_thread`.`node_id` = 137) OR (`xf_thread`.`node_id` = 117) OR (`xf_thread`.`node_id` = 119) OR (`xf_thread`.`node_id` = 121) OR (`xf_thread`.`node_id` = 68) OR (`xf_thread`.`node_id` = 132) OR (`xf_thread`.`node_id` = 134) OR (`xf_thread`.`node_id` = 136) OR (`xf_thread`.`node_id` = 159) OR (`xf_thread`.`node_id` = 67) OR (`xf_thread`.`node_id` = 139) OR (`xf_thread`.`node_id` = 69) OR (`xf_thread`.`node_id` = 1) OR (`xf_thread`.`node_id` = 2) OR (`xf_thread`.`node_id` = 9) OR (`xf_thread`.`node_id` = 10) OR (`xf_thread`.`node_id` = 40) OR (`xf_thread`.`node_id` = 14) OR (`xf_thread`.`node_id` = 33) OR (`xf_thread`.`node_id` = 102) OR (`xf_thread`.`node_id` = 25) OR (`xf_thread`.`node_id` = 37) OR (`xf_thread`.`node_id` = 16) OR (`xf_thread`.`node_id` = 94) OR (`xf_thread`.`node_id` = 58) OR (`xf_thread`.`node_id` = 45) OR (`xf_thread`.`node_id` = 46) OR (`xf_thread`.`node_id` = 49) OR (`xf_thread`.`node_id` = 52) OR (`xf_thread`.`node_id` = 51) OR (`xf_thread`.`node_id` = 50) OR (`xf_thread`.`node_id` = 142) OR (`xf_thread`.`node_id` = 59) OR (`xf_thread`.`node_id` = 47) OR (`xf_thread`.`node_id` = 165) OR (`xf_thread`.`node_id` = 53) OR (`xf_thread`.`node_id` = 4) OR (`xf_thread`.`node_id` = 24) OR (`xf_thread`.`node_id` = 74) OR (`xf_thread`.`node_id` = 125) OR (`xf_thread`.`node_id` = 64) OR (`xf_thread`.`node_id` = 72) OR (`xf_thread`.`node_id` = 106) OR (`xf_thread`.`node_id` = 144) OR (`xf_thread`.`node_id` = 118) OR (`xf_thread`.`node_id` = 61) OR (`xf_thread`.`node_id` = 158) OR (`xf_thread`.`node_id` = 145) OR (`xf_thread`.`node_id` = 146) OR (`xf_thread`.`node_id` = 147) OR (`xf_thread`.`node_id` = 157) OR (`xf_thread`.`node_id` = 54) OR (`xf_thread`.`node_id` = 95) OR (`xf_thread`.`node_id` = 96) OR (`xf_thread`.`node_id` = 97) OR (`xf_thread`.`node_id` = 98) OR (`xf_thread`.`node_id` = 99) OR (`xf_thread`.`node_id` = 100) OR (`xf_thread`.`node_id` = 48) OR (`xf_thread`.`node_id` = 104) OR (`xf_thread`.`node_id` = 44) OR (`xf_thread`.`node_id` = 56) OR (`xf_thread`.`node_id` = 93) OR (`xf_thread`.`node_id` = 62) OR (`xf_thread`.`node_id` = 81) OR (`xf_thread`.`node_id` = 101) OR (`xf_thread`.`node_id` = 60) OR (`xf_thread`.`node_id` = 79) OR (`xf_thread`.`node_id` = 114) OR (`xf_thread`.`node_id` = 82) OR (`xf_thread`.`node_id` = 135) OR (`xf_thread`.`node_id` = 162) OR (`xf_thread`.`node_id` = 5) OR (`xf_thread`.`node_id` = 164) OR (`xf_thread`.`node_id` = 151) OR (`xf_thread`.`node_id` = 152))
    
    
    LIMIT 5
    Run Time: 0.004469
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrangePRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,post_datepost_date4 1074Using index condition; Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 89
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1294
    3. XF\Mvc\Entity\Finder->fetch() in src/addons/Andy/SimilarThreads/Repository/SimilarThreads.php at line 306
    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/XF/Mvc/Dispatcher.php at line 321
    6. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 244
    7. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 100
    8. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 50
    9. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
    10. XF\App->run() in src/XF.php at line 390
    11. XF::runApp() in index.php at line 20
  13. SELECT `xf_thread`.*
    FROM `xf_thread`
    
    WHERE (`xf_thread`.`title` LIKE '%đổi%') AND (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_state` <> 'redirect') AND (`xf_thread`.`post_date` >= 1703057328) AND (`xf_thread`.`thread_id` <> 68867) AND (1) AND ((`xf_thread`.`node_id` = 143) OR (`xf_thread`.`node_id` = 175) OR (`xf_thread`.`node_id` = 11) OR (`xf_thread`.`node_id` = 176) OR (`xf_thread`.`node_id` = 177) OR (`xf_thread`.`node_id` = 174) OR (`xf_thread`.`node_id` = 23) OR (`xf_thread`.`node_id` = 21) OR (`xf_thread`.`node_id` = 178) OR (`xf_thread`.`node_id` = 35) OR (`xf_thread`.`node_id` = 179) OR (`xf_thread`.`node_id` = 180) OR (`xf_thread`.`node_id` = 181) OR (`xf_thread`.`node_id` = 182) OR (`xf_thread`.`node_id` = 187) OR (`xf_thread`.`node_id` = 173) OR (`xf_thread`.`node_id` = 183) OR (`xf_thread`.`node_id` = 184) OR (`xf_thread`.`node_id` = 185) OR (`xf_thread`.`node_id` = 186) OR (`xf_thread`.`node_id` = 36) OR (`xf_thread`.`node_id` = 188) OR (`xf_thread`.`node_id` = 155) OR (`xf_thread`.`node_id` = 168) OR (`xf_thread`.`node_id` = 28) OR (`xf_thread`.`node_id` = 154) OR (`xf_thread`.`node_id` = 170) OR (`xf_thread`.`node_id` = 153) OR (`xf_thread`.`node_id` = 156) OR (`xf_thread`.`node_id` = 190) OR (`xf_thread`.`node_id` = 193) OR (`xf_thread`.`node_id` = 191) OR (`xf_thread`.`node_id` = 192) OR (`xf_thread`.`node_id` = 39) OR (`xf_thread`.`node_id` = 141) OR (`xf_thread`.`node_id` = 189) OR (`xf_thread`.`node_id` = 12) OR (`xf_thread`.`node_id` = 167) OR (`xf_thread`.`node_id` = 30) OR (`xf_thread`.`node_id` = 6) OR (`xf_thread`.`node_id` = 65) OR (`xf_thread`.`node_id` = 127) OR (`xf_thread`.`node_id` = 138) OR (`xf_thread`.`node_id` = 113) OR (`xf_thread`.`node_id` = 66) OR (`xf_thread`.`node_id` = 122) OR (`xf_thread`.`node_id` = 137) OR (`xf_thread`.`node_id` = 117) OR (`xf_thread`.`node_id` = 119) OR (`xf_thread`.`node_id` = 121) OR (`xf_thread`.`node_id` = 68) OR (`xf_thread`.`node_id` = 132) OR (`xf_thread`.`node_id` = 134) OR (`xf_thread`.`node_id` = 136) OR (`xf_thread`.`node_id` = 159) OR (`xf_thread`.`node_id` = 67) OR (`xf_thread`.`node_id` = 139) OR (`xf_thread`.`node_id` = 69) OR (`xf_thread`.`node_id` = 1) OR (`xf_thread`.`node_id` = 2) OR (`xf_thread`.`node_id` = 9) OR (`xf_thread`.`node_id` = 10) OR (`xf_thread`.`node_id` = 40) OR (`xf_thread`.`node_id` = 14) OR (`xf_thread`.`node_id` = 33) OR (`xf_thread`.`node_id` = 102) OR (`xf_thread`.`node_id` = 25) OR (`xf_thread`.`node_id` = 37) OR (`xf_thread`.`node_id` = 16) OR (`xf_thread`.`node_id` = 94) OR (`xf_thread`.`node_id` = 58) OR (`xf_thread`.`node_id` = 45) OR (`xf_thread`.`node_id` = 46) OR (`xf_thread`.`node_id` = 49) OR (`xf_thread`.`node_id` = 52) OR (`xf_thread`.`node_id` = 51) OR (`xf_thread`.`node_id` = 50) OR (`xf_thread`.`node_id` = 142) OR (`xf_thread`.`node_id` = 59) OR (`xf_thread`.`node_id` = 47) OR (`xf_thread`.`node_id` = 165) OR (`xf_thread`.`node_id` = 53) OR (`xf_thread`.`node_id` = 4) OR (`xf_thread`.`node_id` = 24) OR (`xf_thread`.`node_id` = 74) OR (`xf_thread`.`node_id` = 125) OR (`xf_thread`.`node_id` = 64) OR (`xf_thread`.`node_id` = 72) OR (`xf_thread`.`node_id` = 106) OR (`xf_thread`.`node_id` = 144) OR (`xf_thread`.`node_id` = 118) OR (`xf_thread`.`node_id` = 61) OR (`xf_thread`.`node_id` = 158) OR (`xf_thread`.`node_id` = 145) OR (`xf_thread`.`node_id` = 146) OR (`xf_thread`.`node_id` = 147) OR (`xf_thread`.`node_id` = 157) OR (`xf_thread`.`node_id` = 54) OR (`xf_thread`.`node_id` = 95) OR (`xf_thread`.`node_id` = 96) OR (`xf_thread`.`node_id` = 97) OR (`xf_thread`.`node_id` = 98) OR (`xf_thread`.`node_id` = 99) OR (`xf_thread`.`node_id` = 100) OR (`xf_thread`.`node_id` = 48) OR (`xf_thread`.`node_id` = 104) OR (`xf_thread`.`node_id` = 44) OR (`xf_thread`.`node_id` = 56) OR (`xf_thread`.`node_id` = 93) OR (`xf_thread`.`node_id` = 62) OR (`xf_thread`.`node_id` = 81) OR (`xf_thread`.`node_id` = 101) OR (`xf_thread`.`node_id` = 60) OR (`xf_thread`.`node_id` = 79) OR (`xf_thread`.`node_id` = 114) OR (`xf_thread`.`node_id` = 82) OR (`xf_thread`.`node_id` = 135) OR (`xf_thread`.`node_id` = 162) OR (`xf_thread`.`node_id` = 5) OR (`xf_thread`.`node_id` = 164) OR (`xf_thread`.`node_id` = 151) OR (`xf_thread`.`node_id` = 152))
    
    
    LIMIT 5
    Run Time: 0.004436
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrangePRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,post_datepost_date4 1074Using index condition; Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 89
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1294
    3. XF\Mvc\Entity\Finder->fetch() in src/addons/Andy/SimilarThreads/Repository/SimilarThreads.php at line 354
    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/XF/Mvc/Dispatcher.php at line 321
    6. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 244
    7. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 100
    8. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 50
    9. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
    10. XF\App->run() in src/XF.php at line 390
    11. XF::runApp() in index.php at line 20
  14. SELECT `xf_thread`.*
    FROM `xf_thread`
    
    WHERE (`xf_thread`.`title` LIKE '%đổi%') AND (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_state` <> 'redirect') AND (`xf_thread`.`post_date` >= 1703057328) AND (`xf_thread`.`thread_id` <> 68867) AND (1) AND ((`xf_thread`.`node_id` = 143) OR (`xf_thread`.`node_id` = 175) OR (`xf_thread`.`node_id` = 11) OR (`xf_thread`.`node_id` = 176) OR (`xf_thread`.`node_id` = 177) OR (`xf_thread`.`node_id` = 174) OR (`xf_thread`.`node_id` = 23) OR (`xf_thread`.`node_id` = 21) OR (`xf_thread`.`node_id` = 178) OR (`xf_thread`.`node_id` = 35) OR (`xf_thread`.`node_id` = 179) OR (`xf_thread`.`node_id` = 180) OR (`xf_thread`.`node_id` = 181) OR (`xf_thread`.`node_id` = 182) OR (`xf_thread`.`node_id` = 187) OR (`xf_thread`.`node_id` = 173) OR (`xf_thread`.`node_id` = 183) OR (`xf_thread`.`node_id` = 184) OR (`xf_thread`.`node_id` = 185) OR (`xf_thread`.`node_id` = 186) OR (`xf_thread`.`node_id` = 36) OR (`xf_thread`.`node_id` = 188) OR (`xf_thread`.`node_id` = 155) OR (`xf_thread`.`node_id` = 168) OR (`xf_thread`.`node_id` = 28) OR (`xf_thread`.`node_id` = 154) OR (`xf_thread`.`node_id` = 170) OR (`xf_thread`.`node_id` = 153) OR (`xf_thread`.`node_id` = 156) OR (`xf_thread`.`node_id` = 190) OR (`xf_thread`.`node_id` = 193) OR (`xf_thread`.`node_id` = 191) OR (`xf_thread`.`node_id` = 192) OR (`xf_thread`.`node_id` = 39) OR (`xf_thread`.`node_id` = 141) OR (`xf_thread`.`node_id` = 189) OR (`xf_thread`.`node_id` = 12) OR (`xf_thread`.`node_id` = 167) OR (`xf_thread`.`node_id` = 30) OR (`xf_thread`.`node_id` = 6) OR (`xf_thread`.`node_id` = 65) OR (`xf_thread`.`node_id` = 127) OR (`xf_thread`.`node_id` = 138) OR (`xf_thread`.`node_id` = 113) OR (`xf_thread`.`node_id` = 66) OR (`xf_thread`.`node_id` = 122) OR (`xf_thread`.`node_id` = 137) OR (`xf_thread`.`node_id` = 117) OR (`xf_thread`.`node_id` = 119) OR (`xf_thread`.`node_id` = 121) OR (`xf_thread`.`node_id` = 68) OR (`xf_thread`.`node_id` = 132) OR (`xf_thread`.`node_id` = 134) OR (`xf_thread`.`node_id` = 136) OR (`xf_thread`.`node_id` = 159) OR (`xf_thread`.`node_id` = 67) OR (`xf_thread`.`node_id` = 139) OR (`xf_thread`.`node_id` = 69) OR (`xf_thread`.`node_id` = 1) OR (`xf_thread`.`node_id` = 2) OR (`xf_thread`.`node_id` = 9) OR (`xf_thread`.`node_id` = 10) OR (`xf_thread`.`node_id` = 40) OR (`xf_thread`.`node_id` = 14) OR (`xf_thread`.`node_id` = 33) OR (`xf_thread`.`node_id` = 102) OR (`xf_thread`.`node_id` = 25) OR (`xf_thread`.`node_id` = 37) OR (`xf_thread`.`node_id` = 16) OR (`xf_thread`.`node_id` = 94) OR (`xf_thread`.`node_id` = 58) OR (`xf_thread`.`node_id` = 45) OR (`xf_thread`.`node_id` = 46) OR (`xf_thread`.`node_id` = 49) OR (`xf_thread`.`node_id` = 52) OR (`xf_thread`.`node_id` = 51) OR (`xf_thread`.`node_id` = 50) OR (`xf_thread`.`node_id` = 142) OR (`xf_thread`.`node_id` = 59) OR (`xf_thread`.`node_id` = 47) OR (`xf_thread`.`node_id` = 165) OR (`xf_thread`.`node_id` = 53) OR (`xf_thread`.`node_id` = 4) OR (`xf_thread`.`node_id` = 24) OR (`xf_thread`.`node_id` = 74) OR (`xf_thread`.`node_id` = 125) OR (`xf_thread`.`node_id` = 64) OR (`xf_thread`.`node_id` = 72) OR (`xf_thread`.`node_id` = 106) OR (`xf_thread`.`node_id` = 144) OR (`xf_thread`.`node_id` = 118) OR (`xf_thread`.`node_id` = 61) OR (`xf_thread`.`node_id` = 158) OR (`xf_thread`.`node_id` = 145) OR (`xf_thread`.`node_id` = 146) OR (`xf_thread`.`node_id` = 147) OR (`xf_thread`.`node_id` = 157) OR (`xf_thread`.`node_id` = 54) OR (`xf_thread`.`node_id` = 95) OR (`xf_thread`.`node_id` = 96) OR (`xf_thread`.`node_id` = 97) OR (`xf_thread`.`node_id` = 98) OR (`xf_thread`.`node_id` = 99) OR (`xf_thread`.`node_id` = 100) OR (`xf_thread`.`node_id` = 48) OR (`xf_thread`.`node_id` = 104) OR (`xf_thread`.`node_id` = 44) OR (`xf_thread`.`node_id` = 56) OR (`xf_thread`.`node_id` = 93) OR (`xf_thread`.`node_id` = 62) OR (`xf_thread`.`node_id` = 81) OR (`xf_thread`.`node_id` = 101) OR (`xf_thread`.`node_id` = 60) OR (`xf_thread`.`node_id` = 79) OR (`xf_thread`.`node_id` = 114) OR (`xf_thread`.`node_id` = 82) OR (`xf_thread`.`node_id` = 135) OR (`xf_thread`.`node_id` = 162) OR (`xf_thread`.`node_id` = 5) OR (`xf_thread`.`node_id` = 164) OR (`xf_thread`.`node_id` = 151) OR (`xf_thread`.`node_id` = 152))
    
    
    LIMIT 5
    Run Time: 0.000072
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrangePRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,post_datepost_date4 1074Using index condition; Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 89
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1294
    3. XF\Mvc\Entity\Finder->fetch() in src/addons/Andy/SimilarThreads/Repository/SimilarThreads.php at line 402
    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/XF/Mvc/Dispatcher.php at line 321
    6. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 244
    7. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 100
    8. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 50
    9. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
    10. XF\App->run() in src/XF.php at line 390
    11. XF::runApp() in index.php at line 20
  15. -- 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=68867, 1710833328,
    Run Time: 0.000209

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 89
    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 81
    4. XF\Pub\Controller\AbstractController->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 41
    5. XF\Pub\Controller\AbstractController->postDispatchType() in src/XF/Mvc/Controller.php at line 284
    6. XF\Mvc\Controller->postDispatch() in src/XF/Mvc/Dispatcher.php at line 343
    7. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 244
    8. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 100
    9. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 50
    10. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
    11. XF\App->run() in src/XF.php at line 390
    12. XF::runApp() in index.php at line 20
  16. 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.000170
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_siropu_ads_manager_adALLtype,status,status_display_order   6Using where; Using filesort
    SIMPLExf_siropu_ads_manager_package_Package_1eq_refPRIMARYPRIMARY4kmfctfnshosting_thanhhoaonline.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 89
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1294
    3. XF\Mvc\Entity\Finder->fetch() in src/addons/Siropu/AdsManager/Template/Ad.php at line 395
    4. Siropu\AdsManager\Template\Ad->prepareAdsForDisplay() in src/addons/Siropu/AdsManager/Template/Ad.php at line 254
    5. Siropu\AdsManager\Template\Ad->__construct() in src/addons/Siropu/AdsManager/Listener.php at line 27
    6. Siropu\AdsManager\Listener::templaterGlobalData()
    7. call_user_func_array() in src/XF/Extension.php at line 67
    8. XF\Extension->fire() in src/XF/App.php at line 2647
    9. XF\App->fire() in src/XF/App.php at line 1915
    10. XF\App->getGlobalTemplateData() in src/XF/App.php at line 1793
    11. XF\App->preRender() in src/XF/Pub/App.php at line 435
    12. XF\Pub\App->preRender() in src/XF/Mvc/Dispatcher.php at line 355
    13. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 53
    14. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
    15. XF\App->run() in src/XF.php at line 390
    16. XF::runApp() in index.php at line 20
  17. 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.000738
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_siropu_ads_manager_adrange|filtertype,status,status_display_ordertype|status77|77 2 (83%)Using index condition; Using where; Using temporary; Using filesort; Using rowid filter
    SIMPLExf_siropu_ads_manager_package_Package_1eq_refPRIMARYPRIMARY4kmfctfnshosting_thanhhoaonline.xf_siropu_ads_manager_ad.package_id1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 89
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1294
    3. XF\Mvc\Entity\Finder->fetch() in src/addons/Siropu/AdsManager/Template/Ad.php at line 505
    4. Siropu\AdsManager\Template\Ad->loadFilterAds() in src/addons/Siropu/AdsManager/Template/Ad.php at line 258
    5. Siropu\AdsManager\Template\Ad->__construct() in src/addons/Siropu/AdsManager/Listener.php at line 27
    6. Siropu\AdsManager\Listener::templaterGlobalData()
    7. call_user_func_array() in src/XF/Extension.php at line 67
    8. XF\Extension->fire() in src/XF/App.php at line 2647
    9. XF\App->fire() in src/XF/App.php at line 1915
    10. XF\App->getGlobalTemplateData() in src/XF/App.php at line 1793
    11. XF\App->preRender() in src/XF/Pub/App.php at line 435
    12. XF\Pub\App->preRender() in src/XF/Mvc/Dispatcher.php at line 355
    13. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 53
    14. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
    15. XF\App->run() in src/XF.php at line 390
    16. XF::runApp() in index.php at line 20
  18. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('brmsModernStatistics')
    Run Time: 0.000037
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 89
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 126
    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 1643
    7. XF\App->XF\{closure}() in src/XF/Container.php at line 28
    8. XF\Container->offsetGet() in src/XF/App.php at line 3027
    9. XF\App->container() in src/addons/BR/ModernStatistic/Service/ModernStatistic/Render.php at line 29
    10. BR\ModernStatistic\Service\ModernStatistic\Render->__construct() in src/XF/Container.php at line 274
    11. XF\Container->createObject() in src/XF/App.php at line 1563
    12. XF\App->XF\{closure}() in src/XF/Container.php at line 228
    13. XF\Container->create() in src/XF/App.php at line 2769
    14. XF\App->service() in src/addons/BR/ModernStatistic/XF/Template/Templater.php at line 10
    15. BR\ModernStatistic\XF\Template\Templater->callAdsMacro() in internal_data/code_cache/templates/l2/s1/public/thread_view.php at line 220
    16. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1294
    17. XF\Template\Templater->renderTemplate() in src/addons/BR/ModernStatistic/XF/Template/Templater.php at line 27
    18. BR\ModernStatistic\XF\Template\Templater->renderTemplate() in src/XF/Template/Template.php at line 24
    19. XF\Template\Template->render() in src/XF/Mvc/Renderer/Html.php at line 48
    20. XF\Mvc\Renderer\Html->renderView() in src/XF/Mvc/Dispatcher.php at line 418
    21. XF\Mvc\Dispatcher->renderView() in src/XF/Mvc/Dispatcher.php at line 400
    22. XF\Mvc\Dispatcher->renderReply() in src/XF/Mvc/Dispatcher.php at line 360
    23. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 53
    24. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
    25. XF\App->run() in src/XF.php at line 390
    26. XF::runApp() in index.php at line 20
  19. SELECT `xf_session_activity`.*
    FROM `xf_session_activity`
    
    WHERE (`xf_session_activity`.`user_id` = 27121) AND (`xf_session_activity`.`unique_key` = '27121')
    
    
    LIMIT 1
    Run Time: 0.000099
    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 89
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1261
    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 385
    6. XF\Mvc\Entity\Entity->getRelation() in src/XF/Mvc/Entity/Entity.php at line 177
    7. XF\Mvc\Entity\Entity->get() in src/XF/Mvc/Entity/Entity.php at line 101
    8. XF\Mvc\Entity\Entity->__get() in src/XF/Entity/User.php at line 300
    9. XF\Entity\User->getLastActivity() in src/XF/Mvc/Entity/Entity.php at line 148
    10. XF\Mvc\Entity\Entity->get() in src/XF/Mvc/Entity/Entity.php at line 101
    11. XF\Mvc\Entity\Entity->__get() in src/XF/Entity/User.php at line 467
    12. XF\Entity\User->canViewOnlineStatus() in src/XF/Entity/User.php at line 228
    13. XF\Entity\User->isOnline()
    14. call_user_func_array() in src/XF/Template/Templater.php at line 978
    15. XF\Template\Templater->method() in internal_data/code_cache/templates/l2/s1/public/message_macros.php at line 14
    16. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 694
    17. XF\Template\Templater->callMacro() in internal_data/code_cache/templates/l2/s1/public/post_macros.php at line 27
    18. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 694
    19. XF\Template\Templater->callMacro() in internal_data/code_cache/templates/l2/s1/public/thread_view.php at line 636
    20. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1294
    21. XF\Template\Templater->renderTemplate() in src/addons/BR/ModernStatistic/XF/Template/Templater.php at line 27
    22. BR\ModernStatistic\XF\Template\Templater->renderTemplate() in src/XF/Template/Template.php at line 24
    23. XF\Template\Template->render() in src/XF/Mvc/Renderer/Html.php at line 48
    24. XF\Mvc\Renderer\Html->renderView() in src/XF/Mvc/Dispatcher.php at line 418
    25. XF\Mvc\Dispatcher->renderView() in src/XF/Mvc/Dispatcher.php at line 400
    26. XF\Mvc\Dispatcher->renderReply() in src/XF/Mvc/Dispatcher.php at line 360
    27. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 53
    28. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
    29. XF\App->run() in src/XF.php at line 390
    30. XF::runApp() in index.php at line 20
  20. SELECT `xf_thread`.*, `xf_forum_Forum_1`.*, `xf_node_Node_2`.*, `xf_user_User_3`.*, `xf_permission_cache_content_Permissions_4`.*, `xf_user_LastPoster_5`.*
    FROM `xf_thread` FORCE INDEX (`last_post_date`)
    LEFT JOIN `xf_forum` AS `xf_forum_Forum_1` ON (`xf_forum_Forum_1`.`node_id` = `xf_thread`.`node_id`)
    LEFT JOIN `xf_node` AS `xf_node_Node_2` ON (`xf_node_Node_2`.`node_id` = `xf_forum_Forum_1`.`node_id`)
    LEFT JOIN `xf_user` AS `xf_user_User_3` ON (`xf_user_User_3`.`user_id` = `xf_thread`.`user_id`)
    LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_4` ON (`xf_permission_cache_content_Permissions_4`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_4`.`content_id` = `xf_node_Node_2`.`node_id` AND `xf_permission_cache_content_Permissions_4`.`permission_combination_id` = '1')
    LEFT JOIN `xf_user` AS `xf_user_LastPoster_5` ON (`xf_user_LastPoster_5`.`user_id` = `xf_thread`.`last_post_user_id`)
    WHERE (`xf_forum_Forum_1`.`find_new` = 1) AND (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_type` <> 'redirect') AND (`xf_thread`.`last_post_date` > 1708241328) AND (`xf_thread`.`node_id` IN (11, 23, 35, 21, 154, 153, 155, 156, 168, 39, 141, 36, 28, 12, 30, 167, 65, 127, 138, 113, 66, 122, 137, 117, 119, 121, 68, 132, 134, 136, 159, 67, 139, 69, 120, 2, 9, 10, 40, 14, 33, 102, 25, 37, 16, 94, 58, 45, 46, 49, 52, 51, 50, 142, 59, 47, 165, 53, 4, 24, 74, 125, 64, 72, 106, 144, 118, 61, 158, 145, 146, 147, 157, 54, 95, 96, 97, 98, 99, 100, 48, 104, 44, 56, 93, 62, 81, 101, 60, 79, 114, 82, 135, 162, 5, 151, 152))
    ORDER BY `xf_thread`.`last_post_date` DESC
    
    LIMIT 20
    Run Time: 0.001398
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrangelast_post_datelast_post_date4 901Using where
    SIMPLExf_forum_Forum_1eq_refPRIMARYPRIMARY4kmfctfnshosting_thanhhoaonline.xf_thread.node_id1Using where
    SIMPLExf_node_Node_2eq_refPRIMARYPRIMARY4kmfctfnshosting_thanhhoaonline.xf_thread.node_id1 
    SIMPLExf_user_User_3eq_refPRIMARYPRIMARY4kmfctfnshosting_thanhhoaonline.xf_thread.user_id1 
    SIMPLExf_permission_cache_content_Permissions_4eq_refPRIMARYPRIMARY35const,const,kmfctfnshosting_thanhhoaonline.xf_node_Node_2.node_id1Using where
    SIMPLExf_user_LastPoster_5eq_refPRIMARYPRIMARY4kmfctfnshosting_thanhhoaonline.xf_thread.last_post_user_id1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 89
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1294
    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/_16_newposts.php at line 5
    5. XF\SubContainer\Widget->{closure}() in src/XF/Template/Templater.php at line 6569
    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 1613
    8. XF\Template\Templater->widgetPosition() in internal_data/code_cache/templates/l2/s1/public/thread_view.php at line 820
    9. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1294
    10. XF\Template\Templater->renderTemplate() in src/addons/BR/ModernStatistic/XF/Template/Templater.php at line 27
    11. BR\ModernStatistic\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 418
    14. XF\Mvc\Dispatcher->renderView() in src/XF/Mvc/Dispatcher.php at line 400
    15. XF\Mvc\Dispatcher->renderReply() in src/XF/Mvc/Dispatcher.php at line 360
    16. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 53
    17. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
    18. XF\App->run() in src/XF.php at line 390
    19. XF::runApp() in index.php at line 20
  21. SELECT `xf_thread`.*, `xf_forum_Forum_1`.*, `xf_node_Node_2`.*, `xf_user_User_3`.*, `xf_permission_cache_content_Permissions_4`.*
    FROM `xf_thread`
    LEFT JOIN `xf_forum` AS `xf_forum_Forum_1` ON (`xf_forum_Forum_1`.`node_id` = `xf_thread`.`node_id`)
    LEFT JOIN `xf_node` AS `xf_node_Node_2` ON (`xf_node_Node_2`.`node_id` = `xf_forum_Forum_1`.`node_id`)
    LEFT JOIN `xf_user` AS `xf_user_User_3` ON (`xf_user_User_3`.`user_id` = `xf_thread`.`user_id`)
    LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_4` ON (`xf_permission_cache_content_Permissions_4`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_4`.`content_id` = `xf_node_Node_2`.`node_id` AND `xf_permission_cache_content_Permissions_4`.`permission_combination_id` = '1')
    WHERE (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_type` <> 'redirect') AND (`xf_thread`.`reply_count` > 0)
    ORDER BY `xf_thread`.`reply_count` DESC
    
    LIMIT 20
    Run Time: 0.000248
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALL    26829Using where; Using filesort
    SIMPLExf_forum_Forum_1eq_refPRIMARYPRIMARY4kmfctfnshosting_thanhhoaonline.xf_thread.node_id1 
    SIMPLExf_node_Node_2eq_refPRIMARYPRIMARY4kmfctfnshosting_thanhhoaonline.xf_forum_Forum_1.node_id1Using where
    SIMPLExf_user_User_3eq_refPRIMARYPRIMARY4kmfctfnshosting_thanhhoaonline.xf_thread.user_id1 
    SIMPLExf_permission_cache_content_Permissions_4eq_refPRIMARYPRIMARY35const,const,kmfctfnshosting_thanhhoaonline.xf_node_Node_2.node_id1Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 89
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1294
    3. XF\Mvc\Entity\Finder->fetch() in src/addons/DL6/MLTP/XF/Widget/MostRepliedThreads.php at line 157
    4. DL6\MLTP\XF\Widget\MostRepliedThreads->render() in internal_data/code_cache/widgets/_18_threads_with_more_replies.php at line 5
    5. XF\SubContainer\Widget->{closure}() in src/XF/Template/Templater.php at line 6569
    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 1613
    8. XF\Template\Templater->widgetPosition() in internal_data/code_cache/templates/l2/s1/public/thread_view.php at line 820
    9. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1294
    10. XF\Template\Templater->renderTemplate() in src/addons/BR/ModernStatistic/XF/Template/Templater.php at line 27
    11. BR\ModernStatistic\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 418
    14. XF\Mvc\Dispatcher->renderView() in src/XF/Mvc/Dispatcher.php at line 400
    15. XF\Mvc\Dispatcher->renderReply() in src/XF/Mvc/Dispatcher.php at line 360
    16. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 53
    17. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
    18. XF\App->run() in src/XF.php at line 390
    19. XF::runApp() in index.php at line 20
  22. SELECT `xf_profile_post`.*, `xf_user_ProfileUser_1`.*, `xf_user_privacy_Privacy_2`.*, `xf_user_User_3`.*
    FROM `xf_profile_post`
    LEFT JOIN `xf_user` AS `xf_user_ProfileUser_1` ON (`xf_user_ProfileUser_1`.`user_id` = `xf_profile_post`.`profile_user_id`)
    LEFT JOIN `xf_user_privacy` AS `xf_user_privacy_Privacy_2` ON (`xf_user_privacy_Privacy_2`.`user_id` = `xf_user_ProfileUser_1`.`user_id`)
    LEFT JOIN `xf_user` AS `xf_user_User_3` ON (`xf_user_User_3`.`user_id` = `xf_profile_post`.`user_id`)
    WHERE (`xf_profile_post`.`message_state` = 'visible')
    ORDER BY `xf_profile_post`.`post_date` DESC
    
    LIMIT 10
    Run Time: 0.000171
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_profile_postindex post_date4 10Using where
    SIMPLExf_user_ProfileUser_1eq_refPRIMARYPRIMARY4kmfctfnshosting_thanhhoaonline.xf_profile_post.profile_user_id1 
    SIMPLExf_user_privacy_Privacy_2eq_refPRIMARYPRIMARY4kmfctfnshosting_thanhhoaonline.xf_user_ProfileUser_1.user_id1Using where
    SIMPLExf_user_User_3eq_refPRIMARYPRIMARY4kmfctfnshosting_thanhhoaonline.xf_profile_post.user_id1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 89
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1294
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Widget/NewProfilePosts.php at line 66
    4. XF\Widget\NewProfilePosts->render() in internal_data/code_cache/widgets/_47_profile_post.php at line 5
    5. XF\SubContainer\Widget->{closure}() in src/XF/Template/Templater.php at line 6569
    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 1613
    8. XF\Template\Templater->widgetPosition() in internal_data/code_cache/templates/l2/s1/public/thread_view.php at line 820
    9. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1294
    10. XF\Template\Templater->renderTemplate() in src/addons/BR/ModernStatistic/XF/Template/Templater.php at line 27
    11. BR\ModernStatistic\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 418
    14. XF\Mvc\Dispatcher->renderView() in src/XF/Mvc/Dispatcher.php at line 400
    15. XF\Mvc\Dispatcher->renderReply() in src/XF/Mvc/Dispatcher.php at line 360
    16. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 53
    17. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
    18. XF\App->run() in src/XF.php at line 390
    19. XF::runApp() in index.php at line 20
  23. SELECT `xf_node`.*, `xf_permission_cache_content_Permissions_1`.*
    FROM `xf_node`
    LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_1` ON (`xf_permission_cache_content_Permissions_1`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_1`.`content_id` = `xf_node`.`node_id` AND `xf_permission_cache_content_Permissions_1`.`permission_combination_id` = '1')
    WHERE (`xf_node`.`node_id` IN (143, 6, 1, 164))
    Run Time: 0.000059
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_noderangePRIMARYPRIMARY4 4Using index condition
    SIMPLExf_permission_cache_content_Permissions_1eq_refPRIMARYPRIMARY35const,const,kmfctfnshosting_thanhhoaonline.xf_node.node_id1Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 89
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1294
    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/Navigation/NodeType.php at line 193
    5. XF\Navigation\NodeType::loadPendingNodeData() in src/XF/Navigation/NodeType.php at line 115
    6. XF\Navigation\NodeType::displayNodeExtended() in internal_data/code_cache/navigation_cache.php at line 127
    7. XF\Pub\App->{closure}() in src/XF/Template/Templater.php at line 6545
    8. XF\Template\Templater->renderNavigationClosure() in src/XF/Pub/App.php at line 560
    9. XF\Pub\App->getNavigation() in src/XF/Pub/App.php at line 513
    10. XF\Pub\App->renderPageHtml() in src/XF/App.php at line 1988
    11. XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 362
    12. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 53
    13. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
    14. XF\App->run() in src/XF.php at line 390
    15. XF::runApp() in index.php at line 20
  24. SELECT `xf_node`.*, `xf_permission_cache_content_Permissions_1`.*
    FROM `xf_node`
    LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_1` ON (`xf_permission_cache_content_Permissions_1`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_1`.`content_id` = `xf_node`.`node_id` AND `xf_permission_cache_content_Permissions_1`.`permission_combination_id` = '1')
    WHERE ((`xf_node`.`lft` > 125 AND `xf_node`.`rgt` < 248) OR (`xf_node`.`lft` > 79 AND `xf_node`.`rgt` < 124) OR (`xf_node`.`lft` > 1 AND `xf_node`.`rgt` < 78) OR (`xf_node`.`lft` > 249 AND `xf_node`.`rgt` < 254)) AND (`xf_node`.`display_in_list` = 1)
    ORDER BY `xf_node`.`lft` ASC
    Run Time: 0.000220
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALLdisplay_in_list,lft   127Using where; Using filesort
    SIMPLExf_permission_cache_content_Permissions_1eq_refPRIMARYPRIMARY35const,const,kmfctfnshosting_thanhhoaonline.xf_node.node_id1Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 89
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1294
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Navigation/NodeType.php at line 223
    4. XF\Navigation\NodeType::loadPendingNodeData() in src/XF/Navigation/NodeType.php at line 115
    5. XF\Navigation\NodeType::displayNodeExtended() in internal_data/code_cache/navigation_cache.php at line 127
    6. XF\Pub\App->{closure}() in src/XF/Template/Templater.php at line 6545
    7. XF\Template\Templater->renderNavigationClosure() in src/XF/Pub/App.php at line 560
    8. XF\Pub\App->getNavigation() in src/XF/Pub/App.php at line 513
    9. XF\Pub\App->renderPageHtml() in src/XF/App.php at line 1988
    10. XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 362
    11. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 53
    12. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
    13. XF\App->run() in src/XF.php at line 390
    14. XF::runApp() in index.php at line 20
  25. 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, 6, 143, 164))
    Run Time: 0.000072
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_categoryindexPRIMARYPRIMARY4 4Using where; Using index
    SIMPLExf_node_Node_1eq_refPRIMARYPRIMARY4kmfctfnshosting_thanhhoaonline.xf_category.node_id1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 89
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1294
    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 129
    5. XF\Repository\Node->loadNodeTypeDataForNodes() in src/XF/Navigation/NodeType.php at line 227
    6. XF\Navigation\NodeType::loadPendingNodeData() in src/XF/Navigation/NodeType.php at line 115
    7. XF\Navigation\NodeType::displayNodeExtended() in internal_data/code_cache/navigation_cache.php at line 127
    8. XF\Pub\App->{closure}() in src/XF/Template/Templater.php at line 6545
    9. XF\Template\Templater->renderNavigationClosure() in src/XF/Pub/App.php at line 560
    10. XF\Pub\App->getNavigation() in src/XF/Pub/App.php at line 513
    11. XF\Pub\App->renderPageHtml() in src/XF/App.php at line 1988
    12. XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 362
    13. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 53
    14. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
    15. XF\App->run() in src/XF.php at line 390
    16. XF::runApp() in index.php at line 20
  26. 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 (175, 11, 176, 177, 174, 23, 21, 178, 35, 179, 180, 181, 182, 187, 173, 183, 184, 185, 186, 36, 188, 155, 168, 28, 154, 170, 153, 156, 190, 193, 191, 192, 39, 141, 189, 12, 167, 30, 65, 127, 138, 113, 66, 122, 137, 117, 119, 121, 68, 132, 134, 136, 159, 67, 139, 140, 160, 166, 69, 120, 2, 9, 10, 40, 14, 33, 102, 25, 37, 16, 94, 58, 45, 46, 49, 52, 51, 50, 142, 59, 47, 165, 53, 4, 24, 74, 125, 64, 72, 106, 144, 118, 61, 158, 145, 146, 147, 157, 54, 95, 96, 97, 98, 99, 100, 48, 104, 44, 56, 93, 62, 81, 101, 60, 79, 114, 82, 135, 162, 5, 8, 151, 152))
    Run Time: 0.000419
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_forumALLPRIMARY   123Using where
    SIMPLExf_node_Node_1eq_refPRIMARYPRIMARY4kmfctfnshosting_thanhhoaonline.xf_forum.node_id1 
    SIMPLExf_user_LastPostUser_2eq_refPRIMARYPRIMARY4kmfctfnshosting_thanhhoaonline.xf_forum.last_post_user_id1 
    SIMPLExf_thread_LastThread_3eq_refPRIMARYPRIMARY4kmfctfnshosting_thanhhoaonline.xf_forum.last_thread_id1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 89
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1294
    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 129
    5. XF\Repository\Node->loadNodeTypeDataForNodes() in src/XF/Navigation/NodeType.php at line 227
    6. XF\Navigation\NodeType::loadPendingNodeData() in src/XF/Navigation/NodeType.php at line 115
    7. XF\Navigation\NodeType::displayNodeExtended() in internal_data/code_cache/navigation_cache.php at line 127
    8. XF\Pub\App->{closure}() in src/XF/Template/Templater.php at line 6545
    9. XF\Template\Templater->renderNavigationClosure() in src/XF/Pub/App.php at line 560
    10. XF\Pub\App->getNavigation() in src/XF/Pub/App.php at line 513
    11. XF\Pub\App->renderPageHtml() in src/XF/App.php at line 1988
    12. XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 362
    13. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 53
    14. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
    15. XF\App->run() in src/XF.php at line 390
    16. XF::runApp() in index.php at line 20

Included Files (260, XenForo Classes: 128)

  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/symfony/polyfill-mbstring/bootstrap.php
  8. src/vendor/paragonie/random_compat/lib/random.php
  9. src/vendor/ralouphie/getallheaders/src/getallheaders.php
  10. src/vendor/guzzlehttp/promises/src/functions_include.php
  11. src/vendor/guzzlehttp/promises/src/functions.php
  12. src/vendor/guzzlehttp/psr7/src/functions_include.php
  13. src/vendor/guzzlehttp/psr7/src/functions.php
  14. src/vendor/guzzlehttp/guzzle/src/functions_include.php
  15. src/vendor/guzzlehttp/guzzle/src/functions.php
  16. src/vendor/paragonie/sodium_compat/autoload.php
  17. src/vendor/paragonie/sodium_compat/src/SodiumException.php
  18. src/vendor/paragonie/sodium_compat/lib/namespaced.php
  19. src/vendor/paragonie/sodium_compat/lib/sodium_compat.php
  20. src/vendor/paragonie/sodium_compat/lib/constants.php
  21. src/vendor/paragonie/sodium_compat/src/Compat.php
  22. src/vendor/paragonie/sodium_compat/lib/php72compat.php
  23. src/vendor/symfony/polyfill-ctype/bootstrap.php
  24. src/vendor/symfony/polyfill-php56/bootstrap.php
  25. src/vendor/swiftmailer/swiftmailer/lib/swift_required.php
  26. src/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
  27. src/vendor/symfony/var-dumper/Resources/functions/dump.php
  28. src/vendor/dokuwiki/utf8/utf8.php
  29. src/XF/Http/Request.php
  30. src/XF/InputFilterer.php
  31. src/XF/Pub/App.php
  32. src/XF/App.php
  33. src/XF/Container.php
  34. src/config.php
  35. src/XF/DataRegistry.php
  36. src/XF/Db/Mysqli/Adapter.php
  37. src/XF/Db/AbstractAdapter.php
  38. src/XF/Db/Mysqli/Statement.php
  39. src/XF/Db/AbstractStatement.php
  40. src/XF/Extension.php
  41. src/XF/AddOn/Manager.php
  42. src/addons/XFRM/Listener.php
  43. src/addons/BR/ModernStatistic/Listener.php
  44. src/addons/Siropu/AdsManager/Listener.php
  45. src/XF/Session/Session.php
  46. src/XF/Session/DbStorage.php
  47. src/XF/Session/StorageInterface.php
  48. src/XF/Util/Ip.php
  49. src/XF/Util/Random.php
  50. src/XF/Http/Response.php
  51. src/XF/Data/Search.php
  52. src/XF/Mvc/Entity/Manager.php
  53. src/XF/Mvc/Entity/ValueFormatter.php
  54. src/XF/Repository/User.php
  55. src/XF/Mvc/Entity/Repository.php
  56. src/XF/Entity/User.php
  57. src/XF/Mvc/Entity/Entity.php
  58. src/addons/Siropu/AdsManager/XF/Entity/User.php
  59. src/addons/Banxix/BumpThread/Entity/User.php
  60. src/addons/XFRM/XF/Entity/User.php
  61. src/XF/Mvc/Entity/Structure.php
  62. src/XF/Entity/UserAuth.php
  63. src/XF/Entity/UserOption.php
  64. src/XF/Entity/UserProfile.php
  65. src/XF/Entity/UserPrivacy.php
  66. src/XF/Util/File.php
  67. src/XF/Language.php
  68. src/XF/Mvc/Dispatcher.php
  69. src/XF/Mvc/Router.php
  70. src/addons/Xfrocks/VietnameseFriendlyLink/Listener.php
  71. src/XF/Mvc/RouteMatch.php
  72. src/XF/Util/Arr.php
  73. src/XF/Mvc/ParameterBag.php
  74. src/XF/Pub/Controller/Thread.php
  75. src/XF/Pub/Controller/AbstractController.php
  76. src/XF/Mvc/Controller.php
  77. src/addons/Banxix/BumpThread/Pub/Controller/Thread.php
  78. src/addons/Andy/SimilarThreads/XF/Pub/Controller/Thread.php
  79. src/addons/Siropu/AdsManager/XF/Pub/Controller/Thread.php
  80. src/addons/BR/ModernStatistic/XF/Pub/Controller/Thread.php
  81. src/XF/Util/Php.php
  82. src/XF/PermissionCache.php
  83. src/XF/PermissionSet.php
  84. src/XF/Entity/Thread.php
  85. src/addons/Banxix/BumpThread/Entity/Thread.php
  86. src/addons/BR/ModernStatistic/XF/Entity/Thread.php
  87. src/XF/Finder/Thread.php
  88. src/XF/Mvc/Entity/Finder.php
  89. src/XF/Entity/Forum.php
  90. src/XF/Entity/AbstractNode.php
  91. src/XF/Entity/Node.php
  92. src/XF/Entity/BookmarkTrait.php
  93. src/XF/Entity/PermissionCacheContent.php
  94. src/XF/Mvc/Entity/Proxyable.php
  95. src/XF/Mvc/Entity/FinderCollection.php
  96. src/XF/Mvc/Entity/AbstractCollection.php
  97. src/XF/ControllerPlugin/Node.php
  98. src/XF/ControllerPlugin/AbstractPlugin.php
  99. src/XF/Repository/Thread.php
  100. src/XF/Str/Formatter.php
  101. src/XF/Repository/Post.php
  102. src/XF/Entity/Post.php
  103. src/XF/Entity/QuotableInterface.php
  104. src/XF/BbCode/RenderableContentInterface.php
  105. src/XF/Entity/ReactionTrait.php
  106. src/XF/Finder/Post.php
  107. src/XF/Entity/SessionActivity.php
  108. src/XF/Mvc/Entity/ArrayCollection.php
  109. src/XF/Repository/Attachment.php
  110. src/XF/Repository/UserAlert.php
  111. src/XF/Repository/Unfurl.php
  112. src/XF/Data/Robot.php
  113. src/XF/Mvc/Reply/View.php
  114. src/XF/Mvc/Reply/AbstractReply.php
  115. src/addons/Andy/SimilarThreads/Repository/SimilarThreads.php
  116. src/XF/Repository/Node.php
  117. src/XF/Finder/Node.php
  118. src/XF/Entity/Category.php
  119. src/XF/Repository/SessionActivity.php
  120. src/XF/Style.php
  121. src/XF/Template/Templater.php
  122. src/addons/BR/ModernStatistic/XF/Template/Templater.php
  123. src/XF/SubContainer/BbCode.php
  124. src/XF/SubContainer/AbstractSubContainer.php
  125. src/XF/SubContainer/Widget.php
  126. src/XF/SimpleCache.php
  127. src/addons/Siropu/AdsManager/Template/Ad.php
  128. src/addons/Siropu/AdsManager/Util/Arr.php
  129. src/XF/Pub/Route/Category.php
  130. src/XF/Mvc/RouteBuiltLink.php
  131. src/addons/Siropu/AdsManager/Repository/Ad.php
  132. src/addons/Siropu/AdsManager/Entity/Ad.php
  133. src/addons/Siropu/AdsManager/Entity/AbstractEntity.php
  134. src/addons/Siropu/AdsManager/Finder/Ad.php
  135. src/addons/Siropu/AdsManager/Entity/Package.php
  136. src/XF/Entity/Template.php
  137. src/XF/Criteria/User.php
  138. src/XF/Criteria/AbstractCriteria.php
  139. src/XF/Criteria/Page.php
  140. src/addons/Siropu/AdsManager/Criteria/Device.php
  141. src/addons/Siropu/AdsManager/Vendor/MobileDetect/Mobile_Detect.php
  142. src/addons/Siropu/AdsManager/Criteria/Geo.php
  143. src/addons/Siropu/AdsManager/Vendor/MaxMind/autoload.php
  144. src/addons/Siropu/AdsManager/Vendor/MaxMind/composer/autoload_real.php
  145. src/addons/Siropu/AdsManager/Vendor/MaxMind/composer/autoload_static.php
  146. src/addons/Siropu/AdsManager/Criteria/Position.php
  147. src/XF/Mvc/Entity/FinderExpression.php
  148. src/XF/SimpleCacheSet.php
  149. src/XF/Mvc/Renderer/Html.php
  150. src/XF/Mvc/Renderer/AbstractRenderer.php
  151. src/XF/Mvc/View.php
  152. src/XF/Template/Template.php
  153. internal_data/code_cache/templates/l2/s1/public/thread_view.php
  154. src/XF/Phrase.php
  155. internal_data/code_cache/phrase_groups/l2/thread_prefix.php
  156. src/XF/PreEscaped.php
  157. internal_data/code_cache/templates/l2/s1/public/metadata_macros.php
  158. internal_data/code_cache/templates/l2/s1/public/xfrm_thread_insert.php
  159. internal_data/code_cache/templates/l2/s1/public/forum_macros.php
  160. internal_data/code_cache/templates/l2/s1/public/lightbox_macros.php
  161. internal_data/code_cache/templates/l2/s1/public/siropu_ads_manager_ad_macros.php
  162. internal_data/code_cache/templates/l2/s1/public/_ads.php
  163. src/addons/BR/ModernStatistic/Service/ModernStatistic/Render.php
  164. src/XF/Service/AbstractService.php
  165. src/addons/BR/ModernStatistic/Repository/ModernStatistic.php
  166. internal_data/code_cache/templates/l2/s1/public/share_page_macros.php
  167. internal_data/code_cache/templates/l2/s1/public/brms_thread_tools_menu.php
  168. src/XF/CustomField/DefinitionSet.php
  169. src/XF/CustomField/Set.php
  170. internal_data/code_cache/templates/l2/s1/public/custom_fields_macros.php
  171. internal_data/code_cache/templates/l2/s1/public/post_macros.php
  172. internal_data/code_cache/templates/l2/s1/public/message_macros.php
  173. src/XF/Finder/SessionActivity.php
  174. src/XF/Util/Color.php
  175. internal_data/code_cache/templates/l2/s1/public/bookmark_macros.php
  176. src/XF/BbCode/Parser.php
  177. src/XF/BbCode/RuleSet.php
  178. src/XF/BbCode/Renderer/Html.php
  179. src/XF/BbCode/Renderer/AbstractRenderer.php
  180. src/XF/BbCode/Traverser.php
  181. src/XF/Str/EmojiFormatter.php
  182. src/vendor/emojione/emojione/lib/php/src/Client.php
  183. src/vendor/emojione/emojione/lib/php/src/ClientInterface.php
  184. src/vendor/emojione/emojione/lib/php/src/Ruleset.php
  185. src/vendor/emojione/emojione/lib/php/src/RulesetInterface.php
  186. src/XF/SubContainer/Proxy.php
  187. src/XF/Proxy/Linker.php
  188. internal_data/code_cache/templates/l2/s1/public/bb_code_tag_img.php
  189. src/addons/Siropu/AdsManager/Service/Stats/Tracker.php
  190. internal_data/code_cache/templates/l2/s1/public/siropu_ads_manager_content_below_unit.php
  191. internal_data/code_cache/templates/l2/s1/public/cxf_advertising_position_after_first_post.php
  192. src/XF/Draft.php
  193. internal_data/code_cache/templates/l2/s1/public/quick_reply_macros.php
  194. internal_data/code_cache/templates/l2/s1/public/editor.php
  195. internal_data/code_cache/phrase_groups/l2/editor_dropdown.php
  196. internal_data/code_cache/phrase_groups/l2/button.php
  197. internal_data/code_cache/templates/l2/s1/public/bump_thread_button_qr.php
  198. internal_data/code_cache/templates/l2/s1/public/andy_similarthreads.php
  199. internal_data/code_cache/widgets/_16_newposts.php
  200. src/XF/Widget/WidgetConfig.php
  201. src/XF/Widget/NewPosts.php
  202. src/XF/Widget/AbstractWidget.php
  203. internal_data/code_cache/phrase_groups/l2/widget.php
  204. src/XF/Widget/WidgetRenderer.php
  205. internal_data/code_cache/templates/l2/s1/public/widget_new_posts.php
  206. internal_data/code_cache/templates/l2/s1/public/thread_list_macros.php
  207. src/XF/Finder/User.php
  208. internal_data/code_cache/widgets/_18_threads_with_more_replies.php
  209. src/addons/DL6/MLTP/XF/Widget/MostRepliedThreads.php
  210. internal_data/code_cache/templates/l2/s1/public/widget_dl6_most_replied_threads.php
  211. internal_data/code_cache/templates/l2/s1/public/dl6_widget_threads_list_replied.php
  212. internal_data/code_cache/widgets/_47_profile_post.php
  213. src/XF/Widget/NewProfilePosts.php
  214. src/XF/Entity/ProfilePost.php
  215. src/XF/Finder/ProfilePost.php
  216. internal_data/code_cache/templates/l2/s1/public/widget_new_profile_posts.php
  217. internal_data/code_cache/navigation_cache.php
  218. src/XF/Navigation/NodeType.php
  219. src/XF/Navigation/AbstractType.php
  220. src/XF/Tree.php
  221. src/XF/SubTree.php
  222. src/XF/Pub/Route/Search.php
  223. src/XF/NoticeList.php
  224. internal_data/code_cache/templates/l2/s1/public/PAGE_CONTAINER.php
  225. src/XF/CssRenderer.php
  226. src/XF/Less/RtlVisitorPre.php
  227. src/vendor/oyejorge/less.php/lib/Less/VisitorReplacing.php
  228. src/vendor/oyejorge/less.php/lib/Less/Visitor.php
  229. src/XF/Less/RtlVisitor.php
  230. src/vendor/oyejorge/less.php/lib/Less/Parser.php
  231. src/vendor/oyejorge/less.php/lib/Less/Cache.php
  232. src/vendor/oyejorge/less.php/lib/Less/Version.php
  233. src/vendor/oyejorge/less.php/lib/Less/Environment.php
  234. src/vendor/oyejorge/less.php/lib/Less/Tree/Dimension.php
  235. src/vendor/oyejorge/less.php/lib/Less/Tree.php
  236. src/vendor/oyejorge/less.php/lib/Less/Tree/Unit.php
  237. src/vendor/oyejorge/less.php/lib/Less/Tree/Expression.php
  238. src/vendor/oyejorge/less.php/lib/Less/Tree/Call.php
  239. src/vendor/oyejorge/less.php/lib/Less/Tree/Value.php
  240. src/vendor/oyejorge/less.php/lib/Less/Tree/Rule.php
  241. src/vendor/oyejorge/less.php/lib/Less/Tree/Element.php
  242. src/vendor/oyejorge/less.php/lib/Less/Tree/Selector.php
  243. src/vendor/oyejorge/less.php/lib/Less/Tree/Keyword.php
  244. src/vendor/oyejorge/less.php/lib/Less/Tree/Variable.php
  245. src/vendor/oyejorge/less.php/lib/Less/Tree/Ruleset.php
  246. src/vendor/oyejorge/less.php/lib/Less/Functions.php
  247. src/vendor/oyejorge/less.php/lib/Less/Tree/Color.php
  248. src/vendor/oyejorge/less.php/lib/Less/Tree/DefaultFunc.php
  249. src/vendor/oyejorge/less.php/lib/Less/Visitor/joinSelector.php
  250. src/vendor/oyejorge/less.php/lib/Less/Visitor/toCSS.php
  251. src/vendor/oyejorge/less.php/lib/Less/Output.php
  252. internal_data/code_cache/templates/l2/s1/public/helper_js_global.php
  253. internal_data/code_cache/templates/l2/s1/public/font_awesome_setup.php
  254. internal_data/code_cache/templates/l2/s1/public/google_analytics.php
  255. internal_data/code_cache/phrase_groups/l2/nav.php
  256. internal_data/code_cache/templates/l2/s1/public/notice_macros.php
  257. internal_data/code_cache/templates/l2/s1/public/browser_warning_macros.php
  258. internal_data/code_cache/templates/l2/s1/public/siropu_ads_manager_ad_js.php
  259. internal_data/code_cache/phrase_groups/l2/reaction_title.php
  260. src/XF/Debugger.php

DB Connection Stats

bytes_sent70286
bytes_received1399671
packets_sent304
packets_received3920
protocol_overhead_in15680
protocol_overhead_out1216
bytes_received_ok_packet0
bytes_received_eof_packet0
bytes_received_rset_header_packet918
bytes_received_rset_field_meta_packet0
bytes_received_rset_row_packet284
bytes_received_prepare_response_packet275534
bytes_received_change_user_packet1121779
packets_sent_command151
packets_received_ok0
packets_received_eof0
packets_received_rset_header102
packets_received_rset_field_meta0
packets_received_rset_row52
packets_received_prepare_response2878
packets_received_change_user836
result_set_queries48
non_result_set_queries4
no_index_used9
bad_index_used0
slow_queries0
buffered_sets0
unbuffered_sets0
ps_buffered_sets48
ps_unbuffered_sets0
flushed_normal_sets0
flushed_ps_sets0
ps_prepared_never_executed0
ps_prepared_once_executed49
rows_fetched_from_server_normal0
rows_fetched_from_server_ps788
rows_buffered_from_client_normal0
rows_buffered_from_client_ps788
rows_fetched_from_client_normal_buffered0
rows_fetched_from_client_normal_unbuffered0
rows_fetched_from_client_ps_buffered0
rows_fetched_from_client_ps_unbuffered0
rows_fetched_from_client_ps_cursor0
rows_affected_normal0
rows_affected_ps0
rows_skipped_normal0
rows_skipped_ps788
copy_on_write_saved0
copy_on_write_performed0
command_buffer_too_small10
connect_success1
connect_failure0
connection_reused0
reconnect0
pconnect_success1
active_connections1
active_persistent_connections1
explicit_close0
implicit_close0
disconnect_close0
in_middle_of_command_close0
explicit_free_result0
implicit_free_result0
explicit_stmt_close0
implicit_stmt_close0
mem_emalloc_count0
mem_emalloc_amount0
mem_ecalloc_count0
mem_ecalloc_amount0
mem_erealloc_count0
mem_erealloc_amount0
mem_efree_count0
mem_efree_amount0
mem_malloc_count0
mem_malloc_amount0
mem_calloc_count0
mem_calloc_amount0
mem_realloc_count0
mem_realloc_amount0
mem_free_count0
mem_free_amount0
mem_estrndup_count0
mem_strndup_count0
mem_estrdup_count0
mem_strdup_count0
mem_edupl_count0
mem_dupl_count0
proto_text_fetched_null0
proto_text_fetched_bit0
proto_text_fetched_tinyint0
proto_text_fetched_short0
proto_text_fetched_int240
proto_text_fetched_int0
proto_text_fetched_bigint0
proto_text_fetched_decimal0
proto_text_fetched_float0
proto_text_fetched_double0
proto_text_fetched_date0
proto_text_fetched_year0
proto_text_fetched_time0
proto_text_fetched_datetime0
proto_text_fetched_timestamp0
proto_text_fetched_string0
proto_text_fetched_blob0
proto_text_fetched_enum0
proto_text_fetched_set0
proto_text_fetched_geometry0
proto_text_fetched_other0
proto_binary_fetched_null0
proto_binary_fetched_bit3400
proto_binary_fetched_tinyint0
proto_binary_fetched_short5352
proto_binary_fetched_int241682
proto_binary_fetched_int0
proto_binary_fetched_bigint16607
proto_binary_fetched_decimal60
proto_binary_fetched_float5
proto_binary_fetched_double0
proto_binary_fetched_date0
proto_binary_fetched_year0
proto_binary_fetched_time0
proto_binary_fetched_datetime0
proto_binary_fetched_timestamp0
proto_binary_fetched_string0
proto_binary_fetched_json8342
proto_binary_fetched_blob4208
proto_binary_fetched_enum0
proto_binary_fetched_set0
proto_binary_fetched_geometry0
proto_binary_fetched_other0
init_command_executed_count0
init_command_failed_count0
com_quit0
com_init_db0
com_query2
com_field_list0
com_create_db0
com_drop_db0
com_refresh0
com_shutdown0
com_statistics0
com_process_info0
com_connect0
com_process_kill0
com_debug0
com_ping0
com_time0
com_delayed_insert0
com_change_user0
com_binlog_dump0
com_table_dump0
com_connect_out0
com_register_slave0
com_stmt_prepare50
com_stmt_execute50
com_stmt_send_long_data0
com_stmt_close49
com_stmt_reset0
com_stmt_set_option0
com_stmt_fetch0
com_deamon0
bytes_received_real_data_normal0
bytes_received_real_data_ps1098126