Page Time: 0.0583s

Memory: 3.1136 MB (Peak: 3.2188 MB)

Queries (40, time: 0.0320s, 54.8%)

  1. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('addOns', 'autoJobRun', 'bbCodeMedia', 'classExtensions', 'codeEventListeners', 'connectedAccountCount', 'contentTypes', 'displayStyles', 'helpPageCount', 'languages', 'masterStyleProperties', 'nodeTypes', 'options', 'reportCounts', 'simpleCache', 'smilies', 'unapprovedCounts', 'userBanners', 'userTitleLadder', 'userUpgradeCount', 'widgetCache', 'widgetDefinition', 'widgetPosition', 'bannedIps', 'bbCodeCustom', 'discouragedIps', 'notices', 'noticesLastReset', 'routeFilters', 'routesPublic', 'styles', 'userFieldsInfo', 'threadFieldsInfo', 'threadPrefixes')
    Run Time: 0.000486
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryALL    77Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 116
    3. XF\Db\AbstractAdapter->fetchPairs() in src/XF/DataRegistry.php at line 137
    4. XF\DataRegistry->readFromDb() in src/XF/DataRegistry.php at line 82
    5. XF\DataRegistry->get() in src/XF/App.php at line 1546
    6. XF\App->preLoadData() in src/XF/App.php at line 1536
    7. XF\App->setup() in src/XF/Pub/App.php at line 45
    8. XF\Pub\App->setup() in src/XF.php at line 311
    9. XF::setupApp() in src/XF.php at line 323
    10. XF::runApp() in index.php at line 11
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000121
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 36
    4. XF\PermissionCache->getGlobalPerms() in src/XF/PermissionSet.php at line 35
    5. XF\PermissionSet->hasGlobalPermission() in src/XF/Entity/User.php at line 903
    6. XF\Entity\User->hasPermission() in src/XF/Pub/Controller/AbstractController.php at line 225
    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 117
    9. XF\Mvc\Controller->preDispatch() in src/XF/Mvc/Dispatcher.php at line 248
    10. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    11. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    12. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    13. XF\App->run() in src/XF.php at line 327
    14. XF::runApp() in index.php at line 11
  3. SELECT `xf_user`.*, `xf_user_option_Option_1`.*, `xf_user_privacy_Privacy_2`.*, `xf_user_profile_Profile_3`.*
    FROM `xf_user`
    LEFT JOIN `xf_user_option` AS `xf_user_option_Option_1` ON (`xf_user_option_Option_1`.`user_id` = `xf_user`.`user_id`)
    LEFT JOIN `xf_user_privacy` AS `xf_user_privacy_Privacy_2` ON (`xf_user_privacy_Privacy_2`.`user_id` = `xf_user`.`user_id`)
    LEFT JOIN `xf_user_profile` AS `xf_user_profile_Profile_3` ON (`xf_user_profile_Profile_3`.`user_id` = `xf_user`.`user_id`)
    WHERE (`xf_user`.`user_id` = '389')
    
    
    LIMIT 1
    Run Time: 0.027236
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_userALL    7406Using where
    SIMPLExf_user_option_Option_1ALL    7540Using where; Using join buffer (flat, BNL join)
    SIMPLExf_user_privacy_Privacy_2ALL    7560Using where; Using join buffer (incremental, BNL join)
    SIMPLExf_user_profile_Profile_3ALL    7432Using where; Using join buffer (incremental, BNL join)

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1130
    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/Member.php at line 1046
    5. XF\Pub\Controller\Member->assertViewableUser() in src/XF/Pub/Controller/Member.php at line 524
    6. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    7. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    8. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    9. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    10. XF\App->run() in src/XF.php at line 327
    11. XF::runApp() in index.php at line 11
  4. SELECT `xf_node`.*
    FROM `xf_node`
    
    
    ORDER BY `xf_node`.`lft` ASC
    Run Time: 0.000232
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALL    34Using filesort

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1163
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Repository/Node.php at line 36
    4. XF\Repository\Node->getFullNodeList() in src/XF/Search/Data/Post.php at line 240
    5. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    6. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    7. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    8. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    9. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    10. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    11. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    12. XF\App->run() in src/XF.php at line 327
    13. XF::runApp() in index.php at line 11
  5. SELECT `xf_forum`.*, `xf_node_Node_1`.*
    FROM `xf_forum`
    LEFT JOIN `xf_node` AS `xf_node_Node_1` ON (`xf_node_Node_1`.`node_id` = `xf_forum`.`node_id`)
    WHERE (`xf_forum`.`node_id` IN (91, 11, 80, 92, 85, 13, 15, 54, 75, 88, 94, 95, 36, 42, 14, 32, 83, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 82, 84))
    Run Time: 0.000326
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_forumALLPRIMARY   30Using where
    SIMPLExf_node_Node_1eq_refPRIMARYPRIMARY4cybsecg1_csgforum.xf_forum.node_id1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1163
    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 121
    5. XF\Repository\Node->loadNodeTypeDataForNodes() in src/XF/Search/Data/Post.php at line 241
    6. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    7. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    8. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    9. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    10. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    11. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    12. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    13. XF\App->run() in src/XF.php at line 327
    14. XF::runApp() in index.php at line 11
  6. 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, 12, 18))
    Run Time: 0.000167
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_categoryindexPRIMARYPRIMARY4 3Using where; Using index
    SIMPLExf_node_Node_1eq_refPRIMARYPRIMARY4cybsecg1_csgforum.xf_category.node_id1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1163
    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 121
    5. XF\Repository\Node->loadNodeTypeDataForNodes() in src/XF/Search/Data/Post.php at line 241
    6. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    7. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    8. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    9. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    10. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    11. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    12. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    13. XF\App->run() in src/XF.php at line 327
    14. XF::runApp() in index.php at line 11
  7. SELECT `xf_page`.*, `xf_node_Node_1`.*
    FROM `xf_page`
    LEFT JOIN `xf_node` AS `xf_node_Node_1` ON (`xf_node_Node_1`.`node_id` = `xf_page`.`node_id`)
    WHERE (`xf_page`.`node_id` IN (78))
    Run Time: 0.000175
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_pageconstPRIMARYPRIMARY4const1 
    SIMPLExf_node_Node_1constPRIMARYPRIMARY4const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1163
    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 121
    5. XF\Repository\Node->loadNodeTypeDataForNodes() in src/XF/Search/Data/Post.php at line 241
    6. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    7. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    8. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    9. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    10. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    11. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    12. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    13. XF\App->run() in src/XF.php at line 327
    14. XF::runApp() in index.php at line 11
  8. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 91
    Run Time: 0.000137
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  9. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 11
    Run Time: 0.000115
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  10. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 80
    Run Time: 0.000101
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  11. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 92
    Run Time: 0.000100
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  12. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 85
    Run Time: 0.000091
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  13. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 13
    Run Time: 0.000089
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  14. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 15
    Run Time: 0.000092
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  15. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 54
    Run Time: 0.000090
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  16. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 75
    Run Time: 0.000099
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  17. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 88
    Run Time: 0.000089
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  18. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 94
    Run Time: 0.000099
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  19. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 95
    Run Time: 0.000088
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  20. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 36
    Run Time: 0.000089
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  21. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 42
    Run Time: 0.000123
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  22. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 14
    Run Time: 0.000093
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  23. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 32
    Run Time: 0.000087
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  24. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 83
    Run Time: 0.000092
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  25. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 19
    Run Time: 0.000091
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  26. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 20
    Run Time: 0.000095
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  27. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 21
    Run Time: 0.000102
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  28. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 22
    Run Time: 0.000090
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  29. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 23
    Run Time: 0.000086
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  30. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 24
    Run Time: 0.000091
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  31. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 25
    Run Time: 0.000086
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  32. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 26
    Run Time: 0.000091
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  33. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 27
    Run Time: 0.000093
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  34. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 28
    Run Time: 0.000098
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  35. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 29
    Run Time: 0.000087
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  36. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 82
    Run Time: 0.000102
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  37. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 84
    Run Time: 0.000090
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 72
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 913
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/AbstractNode.php at line 31
    7. XF\Entity\AbstractNode->canView() in src/XF/Entity/Node.php at line 47
    8. XF\Entity\Node->canView() in src/XF/Search/Data/Post.php at line 251
    9. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 189
    10. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 162
    11. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    16. XF\App->run() in src/XF.php at line 327
    17. XF::runApp() in index.php at line 11
  38. SELECT search_index.content_type, search_index.content_id
    FROM xf_search_index AS search_index
    
    WHERE MATCH(search_index.title, search_index.metadata) AGAINST ('-_md_hidden_1 +_md_user_389' IN BOOLEAN MODE)
    
    ORDER BY search_index.item_date DESC
    LIMIT 200
    Run Time: 0.000183
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsearch_indexfulltexttitle_metadatatitle_metadata0 1Using where; Using filesort

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 101
    3. XF\Db\AbstractAdapter->fetchAllNum() in src/XF/Search/Source/MySqlFt.php at line 291
    4. XF\Search\Source\MySqlFt->search() in src/XF/Search/Search.php at line 164
    5. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 532
    6. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    7. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    8. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    9. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    10. XF\App->run() in src/XF.php at line 327
    11. XF::runApp() in index.php at line 11
  39. -- 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\Member, RecentContent, valid, user_id=389, 1714229221,
    Run Time: 0.000086

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    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 66
    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 278
    6. XF\Mvc\Controller->postDispatch() in src/XF/Mvc/Dispatcher.php at line 271
    7. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    8. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    9. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    10. XF\App->run() in src/XF.php at line 327
    11. XF::runApp() in index.php at line 11
  40. -- 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: pjyMXZyZ80COmJkh7Mtk-BgV5Di0cyu9, , 1714243621
    Run Time: 0.000093

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    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 215
    4. XF\Session\Session->save() in src/XF/Pub/App.php at line 360
    5. XF\Pub\App->complete() in src/XF/App.php at line 1934
    6. XF\App->run() in src/XF.php at line 327
    7. XF::runApp() in index.php at line 11

Included Files (126, XenForo Classes: 85)

  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/react/promise/src/functions_include.php
  8. src/vendor/react/promise/src/functions.php
  9. src/vendor/symfony/polyfill-mbstring/bootstrap.php
  10. src/vendor/paragonie/random_compat/lib/random.php
  11. src/vendor/symfony/polyfill-php56/bootstrap.php
  12. src/vendor/swiftmailer/swiftmailer/lib/swift_required.php
  13. src/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
  14. src/vendor/symfony/var-dumper/Resources/functions/dump.php
  15. src/vendor/dokuwiki/utf8/utf8.php
  16. src/XF/Pub/App.php
  17. src/XF/App.php
  18. src/XF/Container.php
  19. src/config.php
  20. src/XF/DataRegistry.php
  21. src/XF/Db/Mysqli/Adapter.php
  22. src/XF/Db/AbstractAdapter.php
  23. src/XF/Db/Mysqli/Statement.php
  24. src/XF/Db/AbstractStatement.php
  25. src/XF/Extension.php
  26. src/XF/Http/Request.php
  27. src/XF/InputFilterer.php
  28. src/XF/Session/Session.php
  29. src/XF/Session/DbStorage.php
  30. src/XF/Session/StorageInterface.php
  31. src/XF/Util/Ip.php
  32. src/XF/Util/Random.php
  33. src/XF/Data/Robot.php
  34. src/XF/Mvc/Entity/Manager.php
  35. src/XF/Mvc/Entity/ValueFormatter.php
  36. src/XF/Repository/User.php
  37. src/XF/Mvc/Entity/Repository.php
  38. src/XF/Entity/User.php
  39. src/XF/Mvc/Entity/Entity.php
  40. src/XF/Mvc/Entity/Structure.php
  41. src/XF/Entity/UserAuth.php
  42. src/XF/Entity/UserOption.php
  43. src/addons/ThemeHouse/UIX/Listener/EntityStructure.php
  44. src/XF/Entity/UserProfile.php
  45. src/XF/Entity/UserPrivacy.php
  46. src/XF/Util/File.php
  47. src/XF/Language.php
  48. src/XF/Mvc/Dispatcher.php
  49. src/XF/Mvc/Router.php
  50. src/XF/Mvc/RouteMatch.php
  51. src/XF/Util/Arr.php
  52. src/XF/Mvc/ParameterBag.php
  53. src/XF/Pub/Controller/Member.php
  54. src/XF/Pub/Controller/AbstractController.php
  55. src/XF/Mvc/Controller.php
  56. src/XF/Util/Php.php
  57. src/XF/PermissionCache.php
  58. src/XF/PermissionSet.php
  59. src/XF/Finder/User.php
  60. src/XF/Mvc/Entity/Finder.php
  61. src/XF/Search/Search.php
  62. src/XF/ResultSetInterface.php
  63. src/XF/Search/Source/MySqlFt.php
  64. src/XF/Search/Source/AbstractSource.php
  65. src/XF/Search/Query/Query.php
  66. src/XF/Search/Data/Page.php
  67. src/XF/Search/Data/AbstractData.php
  68. src/XF/Search/Data/Post.php
  69. src/XF/Search/Data/ProfilePost.php
  70. src/XF/Search/Data/ProfilePostComment.php
  71. src/XF/Search/Data/Thread.php
  72. src/XF/Repository/Node.php
  73. src/XF/Entity/Node.php
  74. src/addons/ThemeHouse/UIX/XF/Entity/Node.php
  75. src/XF/Finder/Node.php
  76. src/XF/Mvc/Entity/ArrayCollection.php
  77. src/XF/Mvc/Entity/AbstractCollection.php
  78. src/XF/Entity/Forum.php
  79. src/XF/Entity/AbstractNode.php
  80. src/XF/Entity/Category.php
  81. src/XF/Entity/Page.php
  82. src/XF/Search/Query/MetadataConstraint.php
  83. src/XF/ResultSet.php
  84. src/XF/Mvc/Reply/View.php
  85. src/XF/Mvc/Reply/AbstractReply.php
  86. src/XF/Repository/SessionActivity.php
  87. src/XF/Style.php
  88. src/XF/Template/Templater.php
  89. src/addons/ThemeHouse/UIX/XF/Template/Templater.php
  90. src/XF/SubContainer/BbCode.php
  91. src/XF/SubContainer/AbstractSubContainer.php
  92. src/XF/SubContainer/Widget.php
  93. src/addons/ThemeHouse/UIX/Listener/TemplaterSetup.php
  94. src/XF/SimpleCache.php
  95. src/XF/Http/Response.php
  96. src/XF/Mvc/Renderer/Html.php
  97. src/XF/Mvc/Renderer/AbstractRenderer.php
  98. src/XF/Mvc/View.php
  99. src/XF/Template/Template.php
  100. internal_data/code_cache/templates/l4/s4/public/member_recent_content.php
  101. src/XF/PreEscaped.php
  102. internal_data/code_cache/navigation_cache.php
  103. src/XF/Phrase.php
  104. src/XF/NoticeList.php
  105. src/addons/ThemeHouse/UIX/Listener/App.php
  106. src/addons/ThemeHouse/UIX/Util/UIX.php
  107. internal_data/code_cache/templates/l4/s4/public/PAGE_CONTAINER.php
  108. src/XF/Pub/Route/Search.php
  109. internal_data/code_cache/templates/l4/s4/public/uix_icons.less.php
  110. internal_data/code_cache/phrase_groups/l4/button.php
  111. internal_data/code_cache/templates/l4/s4/public/uix_socialMedia.php
  112. internal_data/code_cache/phrase_groups/l4/nav.php
  113. internal_data/code_cache/templates/l4/s4/public/_ads.php
  114. internal_data/code_cache/templates/l4/s4/public/metadata_macros.php
  115. src/XF/Str/Formatter.php
  116. internal_data/code_cache/templates/l4/s4/public/helper_js_global.php
  117. internal_data/code_cache/templates/l4/s4/public/google_analytics.php
  118. internal_data/code_cache/templates/l4/s4/public/page_style.php
  119. internal_data/code_cache/templates/l4/s4/public/uix_welcomeSection.php
  120. internal_data/code_cache/templates/l4/s4/public/uix_canvasTabs.php
  121. internal_data/code_cache/templates/l4/s4/public/uix_canvasPanels.php
  122. internal_data/code_cache/templates/l4/s4/public/browser_warning_macros.php
  123. internal_data/code_cache/templates/l4/s4/public/debug_macros.php
  124. internal_data/code_cache/templates/l4/s4/public/uix_config.php
  125. internal_data/code_cache/templates/l4/s4/public/uix_js.php
  126. src/XF/Debugger.php

DB Connection Stats

bytes_sent21213
bytes_received420266
packets_sent472
packets_received2020
protocol_overhead_in8080
protocol_overhead_out1888
bytes_received_ok_packet0
bytes_received_eof_packet0
bytes_received_rset_header_packet1944
bytes_received_rset_field_meta_packet0
bytes_received_rset_row_packet424
bytes_received_prepare_response_packet66966
bytes_received_change_user_packet349200
packets_sent_command235
packets_received_ok0
packets_received_eof0
packets_received_rset_header216
packets_received_rset_field_meta0
packets_received_rset_row80
packets_received_prepare_response1356
packets_received_change_user288
result_set_queries76
non_result_set_queries4
no_index_used5
bad_index_used0
slow_queries0
buffered_sets0
unbuffered_sets0
ps_buffered_sets76
ps_unbuffered_sets0
flushed_normal_sets0
flushed_ps_sets0
ps_prepared_never_executed0
ps_prepared_once_executed77
rows_fetched_from_server_normal0
rows_fetched_from_server_ps212
rows_buffered_from_client_normal0
rows_buffered_from_client_ps212
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_ps212
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_bit38
proto_binary_fetched_tinyint0
proto_binary_fetched_short298
proto_binary_fetched_int2465
proto_binary_fetched_int0
proto_binary_fetched_bigint812
proto_binary_fetched_decimal44
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_json934
proto_binary_fetched_blob333
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_prepare78
com_stmt_execute78
com_stmt_send_long_data0
com_stmt_close77
com_stmt_reset0
com_stmt_set_option0
com_stmt_fetch0
com_deamon0
bytes_received_real_data_normal0
bytes_received_real_data_ps345876