Page Time: 0.0861s

Memory: 3.9752 MB (Peak: 4.2519 MB)

Queries (12, time: 0.0123s, 14.3%)

  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', 'paymentProvider', '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.000171
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 39Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 177
    3. XF\Db\AbstractAdapter->fetchPairs() in src/XF/DataRegistry.php at line 139
    4. XF\DataRegistry->readFromDb() in src/XF/DataRegistry.php at line 84
    5. XF\DataRegistry->get() in src/XF/App.php at line 2036
    6. XF\App->preLoadData() in src/XF/App.php at line 2024
    7. XF\App->setup() in src/XF/Pub/App.php at line 94
    8. XF\Pub\App->setup() in src/XF.php at line 497
    9. XF::setupApp() in src/XF.php at line 520
    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.000058
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 152
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 34
    4. XF\PermissionCache->getGlobalPerms() in src/XF/PermissionSet.php at line 35
    5. XF\PermissionSet->hasGlobalPermission() in src/XF/Entity/User.php at line 1218
    6. XF\Entity\User->hasPermission() in src/XF/Pub/Controller/AbstractController.php at line 244
    7. XF\Pub\Controller\AbstractController->assertViewingPermissions() in src/XF/Pub/Controller/AbstractController.php at line 22
    8. XF\Pub\Controller\AbstractController->preDispatchType() in src/XF/Mvc/Controller.php at line 126
    9. XF\Mvc\Controller->preDispatch() in src/addons/SV/UserActivity/UserActivityInjector.php at line 50
    10. SV\UserActivity\XF\Pub\Controller\Thread->preDispatch() in src/XF/Mvc/Dispatcher.php at line 351
    11. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    12. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    13. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    14. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    15. XF\App->run() in src/XF.php at line 524
    16. XF::runApp() in index.php at line 20
  3. SELECT `xf_thread`.*, `xf_user_User_1`.*, `xf_es_thread_similar_XFES_SimilarThreads_2`.*, `xf_forum_Forum_3`.*, `xf_node_Node_4`.*, `xf_permission_cache_content_Permissions_5`.*
    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_es_thread_similar` AS `xf_es_thread_similar_XFES_SimilarThreads_2` ON (`xf_es_thread_similar_XFES_SimilarThreads_2`.`thread_id` = `xf_thread`.`thread_id`)
    LEFT JOIN `xf_forum` AS `xf_forum_Forum_3` ON (`xf_forum_Forum_3`.`node_id` = `xf_thread`.`node_id`)
    LEFT JOIN `xf_node` AS `xf_node_Node_4` ON (`xf_node_Node_4`.`node_id` = `xf_forum_Forum_3`.`node_id`)
    LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_5` ON (`xf_permission_cache_content_Permissions_5`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_5`.`content_id` = `xf_node_Node_4`.`node_id` AND `xf_permission_cache_content_Permissions_5`.`permission_combination_id` = '1')
    WHERE (`xf_thread`.`thread_id` = '36809')
    
    
    LIMIT 1
    Run Time: 0.006808
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadconstPRIMARYPRIMARY4const1 
    SIMPLExf_user_User_1constPRIMARYPRIMARY4const1 
    SIMPLExf_es_thread_similar_XFES_SimilarThreads_2constPRIMARYPRIMARY4const1 
    SIMPLExf_forum_Forum_3constPRIMARYPRIMARY4const1 
    SIMPLExf_node_Node_4constPRIMARYPRIMARY4const1 
    SIMPLExf_permission_cache_content_Permissions_5constPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1397
    3. XF\Mvc\Entity\Finder->fetchOne() in src/XF/Mvc/Entity/Manager.php at line 151
    4. XF\Mvc\Entity\Manager->find() in src/XF/Pub/Controller/Thread.php at line 1628
    5. XF\Pub\Controller\Thread->assertViewableThread() in src/XF/Pub/Controller/Thread.php at line 17
    6. XF\Pub\Controller\Thread->actionIndex() in src/addons/SV/UserActivity/XF/Pub/Controller/Thread.php at line 15
    7. SV\UserActivity\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 352
    8. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    9. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    10. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    11. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    12. XF\App->run() in src/XF.php at line 524
    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_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` = 36809) 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.001499
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_postrefthread_id_post_date,thread_id_position,thread_id_score_datethread_id_post_date4const3Using where; Using filesort
    SIMPLExf_user_User_1eq_refPRIMARYPRIMARY4terrylove_forums.xf_post.user_id1 
    SIMPLExf_user_option_Option_2eq_refPRIMARYPRIMARY4terrylove_forums.xf_user_User_1.user_id1Using where
    SIMPLExf_user_profile_Profile_3eq_refPRIMARYPRIMARY4terrylove_forums.xf_user_User_1.user_id1Using where
    SIMPLExf_user_privacy_Privacy_4eq_refPRIMARYPRIMARY4terrylove_forums.xf_user_User_1.user_id1Using where
    SIMPLExf_permission_combination_PermissionCombination_5eq_refPRIMARYPRIMARY4terrylove_forums.xf_user_User_1.permission_combination_id1Using where
    SIMPLExf_session_activity_Activity_6eq_refPRIMARYPRIMARY22terrylove_forums.xf_user_User_1.user_id,func1Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1430
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Pub/Controller/Thread.php at line 65
    4. XF\Pub\Controller\Thread->actionIndex() in src/addons/SV/UserActivity/XF/Pub/Controller/Thread.php at line 15
    5. SV\UserActivity\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 352
    6. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    7. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    8. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    9. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    10. XF\App->run() in src/XF.php at line 524
    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: 36809
    Run Time: 0.000092

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    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 141
    4. XF\Pub\Controller\Thread->actionIndex() in src/addons/SV/UserActivity/XF/Pub/Controller/Thread.php at line 15
    5. SV\UserActivity\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 352
    6. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    7. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    8. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    9. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    10. XF\App->run() in src/XF.php at line 524
    11. XF::runApp() in index.php at line 20
  6. -- XFDB=noForceAllWrite
            INSERT INTO xf_sv_user_activity (content_type, content_id, `blob`, `timestamp`) VALUES 
            (?,?,?,?)
            ON DUPLICATE KEY UPDATE `timestamp` = values(`timestamp`)
    Params: thread, 36809, 0 1 52.205.218.160, 1710848730
    Run Time: 0.000456

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/addons/SV/UserActivity/Repository/UserActivity.php at line 286
    3. SV\UserActivity\Repository\UserActivity->_updateSessionActivityFallback() in src/addons/SV/UserActivity/Repository/UserActivity.php at line 363
    4. SV\UserActivity\Repository\UserActivity->updateSessionActivity() in src/addons/SV/UserActivity/Repository/UserActivity.php at line 780
    5. SV\UserActivity\Repository\UserActivity->flushTrackViewerUsageBuffer() in src/addons/SV/UserActivity/XF/Repository/SessionActivity.php at line 34
    6. SV\UserActivity\XF\Repository\SessionActivity->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 84
    7. XF\Pub\Controller\AbstractController->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 44
    8. XF\Pub\Controller\AbstractController->postDispatchType() in src/addons/SV/UserActivity/UserCountActivityInjector.php at line 21
    9. SV\UserActivity\XF\Pub\Controller\Thread->postDispatchType() in src/XF/Mvc/Controller.php at line 360
    10. XF\Mvc\Controller->postDispatch() in src/addons/SV/UserActivity/UserActivityInjector.php at line 67
    11. SV\UserActivity\XF\Pub\Controller\Thread->postDispatch() in src/XF/Mvc/Dispatcher.php at line 385
    12. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    13. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    16. XF\App->run() in src/XF.php at line 524
    17. XF::runApp() in index.php at line 20
  7. SELECT view_date
    FROM xf_session_activity
    WHERE user_id = ? AND unique_key = ?
    Params: 0,
    Run Time: 0.000162
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_session_activityconstPRIMARYPRIMARY22const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 152
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/Repository/SessionActivity.php at line 134
    4. XF\Repository\SessionActivity->updateSessionActivity() in src/addons/SV/UserActivity/XF/Repository/SessionActivity.php at line 37
    5. SV\UserActivity\XF\Repository\SessionActivity->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 84
    6. XF\Pub\Controller\AbstractController->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 44
    7. XF\Pub\Controller\AbstractController->postDispatchType() in src/addons/SV/UserActivity/UserCountActivityInjector.php at line 21
    8. SV\UserActivity\XF\Pub\Controller\Thread->postDispatchType() in src/XF/Mvc/Controller.php at line 360
    9. XF\Mvc\Controller->postDispatch() in src/addons/SV/UserActivity/UserActivityInjector.php at line 67
    10. SV\UserActivity\XF\Pub\Controller\Thread->postDispatch() in src/XF/Mvc/Dispatcher.php at line 385
    11. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    12. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    13. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    14. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    15. XF\App->run() in src/XF.php at line 524
    16. XF::runApp() in index.php at line 20
  8. -- XFDB=noForceAllWrite
    UPDATE xf_session_activity
    SET
    	ip = ?,
    	controller_name = ?,
    	controller_action = ?,
    	view_state = ?,
    	params = ?,
    	view_date = ?,
    	robot_key = ?
    WHERE user_id = ? AND unique_key = ?
    Params: , XF\Pub\Controller\Thread, Index, valid, thread_id=36809, 1710848736, , 0,
    Run Time: 0.000144

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Repository/SessionActivity.php at line 227
    3. XF\Repository\SessionActivity->updateSessionActivity() in src/addons/SV/UserActivity/XF/Repository/SessionActivity.php at line 37
    4. SV\UserActivity\XF\Repository\SessionActivity->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 84
    5. XF\Pub\Controller\AbstractController->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 44
    6. XF\Pub\Controller\AbstractController->postDispatchType() in src/addons/SV/UserActivity/UserCountActivityInjector.php at line 21
    7. SV\UserActivity\XF\Pub\Controller\Thread->postDispatchType() in src/XF/Mvc/Controller.php at line 360
    8. XF\Mvc\Controller->postDispatch() in src/addons/SV/UserActivity/UserActivityInjector.php at line 67
    9. SV\UserActivity\XF\Pub\Controller\Thread->postDispatch() in src/XF/Mvc/Dispatcher.php at line 385
    10. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    11. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    12. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    13. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    14. XF\App->run() in src/XF.php at line 524
    15. XF::runApp() in index.php at line 20
  9.             SELECT * 
                FROM xf_sv_user_activity 
                WHERE content_type = ? AND content_id = ? AND `timestamp` >= ? 
                ORDER BY `timestamp` DESC
    Params: thread, 36809, 1710837930
    Run Time: 0.000365
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_sv_user_activityrefcontent,timestampcontent31const,const1Using index condition; Using where; Using filesort

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 157
    3. XF\Db\AbstractAdapter->fetchAll() in src/addons/SV/UserActivity/Repository/UserActivity.php at line 439
    4. SV\UserActivity\Repository\UserActivity->_getUsersViewingFallback() in src/addons/SV/UserActivity/Repository/UserActivity.php at line 498
    5. SV\UserActivity\Repository\UserActivity->getUsersViewing() in src/addons/SV/UserActivity/Repository/UserActivity.php at line 145
    6. SV\UserActivity\Repository\UserActivity->insertUserActivityIntoViewResponse() in src/addons/SV/UserActivity/UserActivityInjector.php at line 77
    7. SV\UserActivity\XF\Pub\Controller\Thread->postDispatch() in src/XF/Mvc/Dispatcher.php at line 385
    8. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    9. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    10. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    11. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    12. XF\App->run() in src/XF.php at line 524
    13. XF::runApp() in index.php at line 20
  10. SELECT `xf_session_activity`.*
    FROM `xf_session_activity`
    
    WHERE (`xf_session_activity`.`user_id` = 40523) AND (`xf_session_activity`.`unique_key` = '40523')
    
    
    LIMIT 1
    Run Time: 0.000172
    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 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1397
    3. XF\Mvc\Entity\Finder->fetchOne() in src/XF/Mvc/Entity/Manager.php at line 151
    4. XF\Mvc\Entity\Manager->find() in src/XF/Mvc/Entity/Manager.php at line 359
    5. XF\Mvc\Entity\Manager->getRelation() in src/XF/Mvc/Entity/Entity.php at line 404
    6. XF\Mvc\Entity\Entity->getRelation() in src/XF/Mvc/Entity/Entity.php at line 196
    7. XF\Mvc\Entity\Entity->get() in src/XF/Mvc/Entity/Entity.php at line 119
    8. XF\Mvc\Entity\Entity->__get() in src/XF/Entity/User.php at line 312
    9. XF\Entity\User->getLastActivity() in src/XF/Mvc/Entity/Entity.php at line 167
    10. XF\Mvc\Entity\Entity->get() in src/XF/Mvc/Entity/Entity.php at line 119
    11. XF\Mvc\Entity\Entity->__get() in src/XF/Entity/User.php at line 521
    12. XF\Entity\User->canViewOnlineStatus() in src/XF/Entity/User.php at line 240
    13. XF\Entity\User->isOnline() in src/XF/Template/Templater.php at line 1192
    14. XF\Template\Templater->method() in internal_data/code_cache/templates/l1/s11/public/message_macros.php at line 15
    15. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 825
    16. XF\Template\Templater->callMacro() in internal_data/code_cache/templates/l1/s11/public/post_macros.php at line 25
    17. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 988
    18. XF\Template\Templater->renderExtensionInternal() in src/XF/Template/Templater.php at line 924
    19. XF\Template\Templater->renderExtension() in internal_data/code_cache/templates/l1/s11/public/post_macros.php at line 146
    20. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 988
    21. XF\Template\Templater->renderExtensionInternal() in src/XF/Template/Templater.php at line 924
    22. XF\Template\Templater->renderExtension() in internal_data/code_cache/templates/l1/s11/public/post_macros.php at line 178
    23. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 825
    24. XF\Template\Templater->callMacro() in internal_data/code_cache/templates/l1/s11/public/thread_view.php at line 819
    25. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1652
    26. XF\Template\Templater->renderTemplate() in src/XF/Template/Template.php at line 24
    27. XF\Template\Template->render() in src/XF/Mvc/Renderer/Html.php at line 50
    28. XF\Mvc\Renderer\Html->renderView() in src/XF/Mvc/Dispatcher.php at line 460
    29. XF\Mvc\Dispatcher->renderView() in src/XF/Mvc/Dispatcher.php at line 442
    30. XF\Mvc\Dispatcher->renderReply() in src/XF/Mvc/Dispatcher.php at line 402
    31. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 60
    32. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    33. XF\App->run() in src/XF.php at line 524
    34. XF::runApp() in index.php at line 20
  11. SELECT `xf_thread`.*, `xf_user_User_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_permission_cache_content_Permissions_4`.*, `xf_user_LastPoster_5`.*
    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')
    LEFT JOIN `xf_user` AS `xf_user_LastPoster_5` ON (`xf_user_LastPoster_5`.`user_id` = `xf_thread`.`last_post_user_id`)
    WHERE (`xf_thread`.`thread_id` IN (107074, 108318, 107448, 104320, 104318, 107465, 105709, 107300, 107276, 106531, 106728, 107212, 107249, 107765, 107136, 108250, 106603, 107605, 99983, 106998)) AND (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_type` <> 'redirect')
    ORDER BY `xf_thread`.`thread_id` ASC
    Run Time: 0.002065
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrangePRIMARYPRIMARY4 20Using where
    SIMPLExf_user_User_1eq_refPRIMARYPRIMARY4terrylove_forums.xf_thread.user_id1 
    SIMPLExf_forum_Forum_2eq_refPRIMARYPRIMARY4terrylove_forums.xf_thread.node_id1 
    SIMPLExf_node_Node_3eq_refPRIMARYPRIMARY4terrylove_forums.xf_forum_Forum_2.node_id1Using where
    SIMPLExf_permission_cache_content_Permissions_4eq_refPRIMARYPRIMARY35const,const,terrylove_forums.xf_node_Node_3.node_id1Using where
    SIMPLExf_user_LastPoster_5eq_refPRIMARYPRIMARY4terrylove_forums.xf_thread.last_post_user_id1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1430
    3. XF\Mvc\Entity\Finder->fetch() in src/addons/XFES/Widget/SimilarThreads.php at line 107
    4. XFES\Widget\SimilarThreads->render() in internal_data/code_cache/widgets/_18_xfes_thread_view_below_quick_reply_similar_threads.php at line 5
    5. XF\SubContainer\Widget->{closure}() in src/XF/Template/Templater.php at line 7679
    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 1937
    8. XF\Template\Templater->widgetPosition() in internal_data/code_cache/templates/l1/s11/public/thread_view.php at line 988
    9. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1652
    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 50
    12. XF\Mvc\Renderer\Html->renderView() in src/XF/Mvc/Dispatcher.php at line 460
    13. XF\Mvc\Dispatcher->renderView() in src/XF/Mvc/Dispatcher.php at line 442
    14. XF\Mvc\Dispatcher->renderReply() in src/XF/Mvc/Dispatcher.php at line 402
    15. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 60
    16. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    17. XF\App->run() in src/XF.php at line 524
    18. XF::runApp() in index.php at line 20
  12. -- XFDB=noForceAllWrite
    INSERT INTO xf_session
    	(session_id, session_data, expiry_date)
    VALUES
    	(?, ?, ?)
    ON DUPLICATE KEY UPDATE
    	session_data = VALUES(session_data),
    	expiry_date = VALUES(expiry_date)
    Params: kjg-BYJ0AipegzsOvFatBpO9M8J8vJt9, , 1710863136
    Run Time: 0.000323

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Session/DbStorage.php at line 57
    3. XF\Session\DbStorage->writeSession() in src/XF/Session/Session.php at line 221
    4. XF\Session\Session->save() in src/XF/Pub/App.php at line 463
    5. XF\Pub\App->complete() in src/XF/App.php at line 2486
    6. XF\App->run() in src/XF.php at line 524
    7. XF::runApp() in index.php at line 20

Included Files (212, XenForo Classes: 123)

  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/symfony/polyfill-intl-normalizer/bootstrap.php
  11. src/vendor/symfony/polyfill-php72/bootstrap.php
  12. src/vendor/symfony/polyfill-intl-idn/bootstrap.php
  13. src/vendor/symfony/polyfill-mbstring/bootstrap.php
  14. src/vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8
  15. src/vendor/ralouphie/getallheaders/src/getallheaders.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/guzzlehttp/guzzle/src/functions_include.php
  21. src/vendor/guzzlehttp/guzzle/src/functions.php
  22. src/vendor/paragonie/sodium_compat/autoload.php
  23. src/vendor/paragonie/sodium_compat/autoload-php7.php
  24. src/vendor/paragonie/sodium_compat/src/Compat.php
  25. src/vendor/paragonie/sodium_compat/lib/namespaced.php
  26. src/vendor/paragonie/sodium_compat/lib/sodium_compat.php
  27. src/vendor/paragonie/sodium_compat/lib/constants.php
  28. src/vendor/paragonie/sodium_compat/lib/php72compat.php
  29. src/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php
  30. src/vendor/paragonie/sodium_compat/lib/ristretto255.php
  31. src/vendor/swiftmailer/swiftmailer/lib/swift_required.php
  32. src/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
  33. src/vendor/symfony/var-dumper/Resources/functions/dump.php
  34. src/vendor/dokuwiki/utf8/utf8.php
  35. src/XF/Http/Request.php
  36. src/XF/InputFilterer.php
  37. src/XF/Pub/App.php
  38. src/XF/App.php
  39. src/XF/Container.php
  40. src/config.php
  41. src/XF/DataRegistry.php
  42. src/XF/Db/Mysqli/Adapter.php
  43. src/XF/Db/AbstractAdapter.php
  44. src/XF/Db/Mysqli/Statement.php
  45. src/XF/Db/AbstractStatement.php
  46. src/XF/Extension.php
  47. src/XF/AddOn/Manager.php
  48. src/addons/XFRM/Listener.php
  49. src/addons/SV/StandardLib/XF/InputFilterer.php
  50. src/XF/Session/Session.php
  51. src/XF/Session/DbStorage.php
  52. src/XF/Session/StorageInterface.php
  53. src/XF/Util/Ip.php
  54. src/XF/Util/Random.php
  55. src/XF/Http/Response.php
  56. src/XF/Data/Search.php
  57. src/XF/CookieConsent.php
  58. src/XF/Captcha/Question.php
  59. src/XF/Captcha/AbstractCaptcha.php
  60. src/XF/SubContainer/BbCode.php
  61. src/XF/SubContainer/AbstractSubContainer.php
  62. src/XF/Mvc/Entity/Manager.php
  63. src/XF/Mvc/Entity/ValueFormatter.php
  64. src/XF/Repository/Payment.php
  65. src/XF/Mvc/Entity/Repository.php
  66. src/XF/Repository/User.php
  67. src/XF/Entity/User.php
  68. src/XF/Mvc/Entity/Entity.php
  69. src/XF/Entity/LinkableInterface.php
  70. src/addons/XFRM/XF/Entity/User.php
  71. src/XF/Mvc/Entity/Structure.php
  72. src/XF/Entity/UserAuth.php
  73. src/XF/Entity/UserOption.php
  74. src/XF/Entity/UserProfile.php
  75. src/XF/Entity/UserPrivacy.php
  76. src/XF/Util/File.php
  77. src/XF/Language.php
  78. src/XF/Mvc/Dispatcher.php
  79. src/XF/Mvc/Router.php
  80. src/addons/XF301VB/Mvc/Router.php
  81. src/XF/Mvc/RouteMatch.php
  82. src/XF/Util/Arr.php
  83. src/XF/Mvc/ParameterBag.php
  84. src/XF/Pub/Controller/Thread.php
  85. src/XF/Pub/Controller/AbstractController.php
  86. src/XF/Mvc/Controller.php
  87. src/addons/XFES/XF/Pub/Controller/Thread.php
  88. src/addons/SV/UserActivity/XF/Pub/Controller/Thread.php
  89. src/addons/SV/UserActivity/UserCountActivityInjector.php
  90. src/addons/SV/UserActivity/UserActivityInjector.php
  91. src/XF/Util/Php.php
  92. src/XF/PermissionCache.php
  93. src/XF/PermissionSet.php
  94. src/addons/SV/UserActivity/Repository/UserActivity.php
  95. src/XF/Entity/Thread.php
  96. src/XF/Entity/ContentVoteTrait.php
  97. src/addons/XFES/XF/Entity/Thread.php
  98. src/XF/Finder/Thread.php
  99. src/XF/Mvc/Entity/Finder.php
  100. src/addons/XFES/Entity/ThreadSimilar.php
  101. src/XF/Entity/Forum.php
  102. src/XF/Entity/AbstractNode.php
  103. src/addons/XFES/XF/Entity/Forum.php
  104. src/XF/Entity/Node.php
  105. src/XF/Entity/BookmarkTrait.php
  106. src/XF/Entity/PermissionCacheContent.php
  107. src/XF/Mvc/Entity/Proxyable.php
  108. src/XF/Mvc/Entity/FinderCollection.php
  109. src/XF/Mvc/Entity/AbstractCollection.php
  110. src/XF/ControllerPlugin/Node.php
  111. src/XF/ControllerPlugin/AbstractPlugin.php
  112. src/XF/ThreadType/Discussion.php
  113. src/XF/ThreadType/AbstractHandler.php
  114. src/XF/Repository/Thread.php
  115. src/addons/XFES/XF/Repository/Thread.php
  116. src/XF/ControllerPlugin/Thread.php
  117. src/XF/Str/Formatter.php
  118. src/XF/Repository/Post.php
  119. src/XF/Entity/Post.php
  120. src/XF/Entity/QuotableInterface.php
  121. src/XF/BbCode/RenderableContentInterface.php
  122. src/XF/Entity/ReactionTrait.php
  123. src/addons/XFES/XF/Entity/Post.php
  124. src/XF/Finder/Post.php
  125. src/XF/Entity/PermissionCombination.php
  126. src/XF/Entity/SessionActivity.php
  127. src/XF/Mvc/Entity/ArrayCollection.php
  128. src/XF/Repository/Attachment.php
  129. src/XF/Data/Robot.php
  130. src/XF/Repository/Unfurl.php
  131. src/XF/ThreadViewData.php
  132. src/XF/Repository/UserAlert.php
  133. src/XF/Repository/ThreadType.php
  134. src/XF/ForumType/Discussion.php
  135. src/XF/ForumType/AbstractHandler.php
  136. src/addons/XFRM/XF/ForumType/Discussion.php
  137. src/XF/Phrase.php
  138. src/XF/ThreadType/Poll.php
  139. src/XF/Mvc/Reply/View.php
  140. src/XF/Mvc/Reply/AbstractReply.php
  141. src/XF/Repository/SessionActivity.php
  142. src/addons/SV/UserActivity/XF/Repository/SessionActivity.php
  143. src/XF/Style.php
  144. src/XF/Template/Templater.php
  145. src/addons/SV/UserActivity/XF/Template/Templater.php
  146. src/addons/SV/StandardLib/XF/Template/Templater.php
  147. src/XF/DevelopmentOutput.php
  148. src/XF/DevelopmentOutput/Template.php
  149. src/XF/DevelopmentOutput/AbstractHandler.php
  150. src/XF/Template/WatcherInterface.php
  151. src/XF/SubContainer/Widget.php
  152. src/addons/Wutime/AdBlock/Listener.php
  153. src/addons/XFRM/Template/TemplaterSetup.php
  154. src/XF/SimpleCache.php
  155. src/XF/Mvc/Renderer/Html.php
  156. src/XF/Mvc/Renderer/AbstractRenderer.php
  157. src/XF/Mvc/View.php
  158. src/XF/Template/Template.php
  159. internal_data/code_cache/templates/l1/s11/public/thread_view.php
  160. src/XF/Template/ExtensionSet.php
  161. src/XF/PreEscaped.php
  162. internal_data/code_cache/templates/l1/s11/public/UA_ViewContainer_macros.php
  163. src/XF/Template/MacroState.php
  164. internal_data/code_cache/templates/l1/s11/public/metadata_macros.php
  165. src/XF/Util/Json.php
  166. internal_data/code_cache/templates/l1/s11/public/forum_macros.php
  167. internal_data/code_cache/templates/l1/s11/public/_ads.php
  168. src/XF/CustomField/DefinitionSet.php
  169. src/XF/CustomField/Set.php
  170. internal_data/code_cache/templates/l1/s11/public/custom_fields_macros.php
  171. internal_data/code_cache/templates/l1/s11/public/post_macros.php
  172. internal_data/code_cache/templates/l1/s11/public/message_macros.php
  173. src/XF/Finder/SessionActivity.php
  174. internal_data/code_cache/templates/l1/s11/public/bookmark_macros.php
  175. src/XF/BbCode/Parser.php
  176. src/XF/BbCode/RuleSet.php
  177. src/XF/BbCode/Renderer/Html.php
  178. src/XF/BbCode/Renderer/AbstractRenderer.php
  179. src/XF/BbCode/Traverser.php
  180. src/XF/Str/EmojiFormatter.php
  181. src/vendor/joypixels/emoji-toolkit/lib/php/src/Client.php
  182. src/vendor/joypixels/emoji-toolkit/lib/php/src/ClientInterface.php
  183. src/vendor/joypixels/emoji-toolkit/lib/php/src/Ruleset.php
  184. src/vendor/joypixels/emoji-toolkit/lib/php/src/RulesetInterface.php
  185. internal_data/code_cache/templates/l1/s11/public/post_adsense_terrylove.php
  186. internal_data/code_cache/widgets/_18_xfes_thread_view_below_quick_reply_similar_threads.php
  187. src/XF/Widget/WidgetConfig.php
  188. src/addons/XFES/Widget/SimilarThreads.php
  189. src/XF/Widget/AbstractWidget.php
  190. internal_data/code_cache/phrase_groups/l1/widget.php
  191. internal_data/code_cache/phrase_groups/l1/widget_def.php
  192. src/XF/Widget/WidgetRenderer.php
  193. internal_data/code_cache/templates/l1/s11/public/xfes_widget_similar_threads.php
  194. internal_data/code_cache/templates/l1/s11/public/thread_list_macros.php
  195. src/XF/Util/Color.php
  196. internal_data/code_cache/templates/l1/s11/public/share_page_macros.php
  197. internal_data/code_cache/navigation_cache.php
  198. src/XF/Pub/Route/Search.php
  199. src/XF/NoticeList.php
  200. internal_data/code_cache/templates/l1/s11/public/PAGE_CONTAINER.php
  201. internal_data/code_cache/templates/l1/s11/public/helper_js_global.php
  202. internal_data/code_cache/templates/l1/s11/public/font_awesome_setup.php
  203. internal_data/code_cache/templates/l1/s11/public/google_analytics.php
  204. internal_data/code_cache/phrase_groups/l1/nav.php
  205. internal_data/code_cache/phrase_groups/l1/button.php
  206. internal_data/code_cache/templates/l1/s11/public/browser_warning_macros.php
  207. internal_data/code_cache/templates/l1/s11/public/debug_macros.php
  208. internal_data/code_cache/templates/l1/s11/public/wutime_adblock_script_detection.php
  209. internal_data/code_cache/templates/l1/s11/public/wutime_adblock_detect_javascript_only.php
  210. internal_data/code_cache/templates/l1/s11/public/wutime_adblock_styles.less.php
  211. src/addons/Wutime/AdBlock/AdBlock.php
  212. src/XF/Debugger.php

DB Connection Stats

bytes_sent12668
bytes_received387745
packets_sent124
packets_received1199
protocol_overhead_in4796
protocol_overhead_out496
bytes_received_ok_packet0
bytes_received_eof_packet0
bytes_received_rset_header_packet378
bytes_received_rset_field_meta_packet0
bytes_received_rset_row_packet195
bytes_received_prepare_response_packet82499
bytes_received_change_user_packet304152
packets_sent_command61
packets_received_ok0
packets_received_eof0
packets_received_rset_header42
packets_received_rset_field_meta0
packets_received_rset_row22
packets_received_prepare_response1007
packets_received_change_user106
result_set_queries16
non_result_set_queries6
no_index_used0
bad_index_used0
slow_queries0
buffered_sets0
unbuffered_sets0
ps_buffered_sets16
ps_unbuffered_sets0
flushed_normal_sets0
flushed_ps_sets0
ps_prepared_never_executed0
ps_prepared_once_executed19
rows_fetched_from_server_normal0
rows_fetched_from_server_ps90
rows_buffered_from_client_normal0
rows_buffered_from_client_ps90
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_ps90
copy_on_write_saved0
copy_on_write_performed0
command_buffer_too_small0
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_bit102
proto_binary_fetched_tinyint0
proto_binary_fetched_short528
proto_binary_fetched_int24268
proto_binary_fetched_int0
proto_binary_fetched_bigint1654
proto_binary_fetched_decimal47
proto_binary_fetched_float0
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_json1011
proto_binary_fetched_blob334
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_prepare20
com_stmt_execute20
com_stmt_send_long_data0
com_stmt_close19
com_stmt_reset0
com_stmt_set_option0
com_stmt_fetch0
com_deamon0
bytes_received_real_data_normal0
bytes_received_real_data_ps301641