Page Time: 3.1932s

Memory: 6.7542 MB (Peak: 8.7641 MB)

Queries (55, time: 2.6830s, 84.0%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.009206
    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 908
    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 89
    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 1934
    13. XF\App->run() in src/XF.php at line 333
    14. XF::runApp() in index.php at line 13
  2. 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` = '28753')
    
    
    LIMIT 1
    Run Time: 0.003593
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_userconstPRIMARYPRIMARY4const1 
    SIMPLExf_user_option_Option_1constPRIMARYPRIMARY4const1 
    SIMPLExf_user_privacy_Privacy_2constPRIMARYPRIMARY4const1 
    SIMPLExf_user_profile_Profile_3constPRIMARYPRIMARY4const1 

    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 1131
    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 1047
    5. XF\Pub\Controller\Member->assertViewableUser() in src/XF/Pub/Controller/Member.php at line 525
    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 89
    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 1934
    10. XF\App->run() in src/XF.php at line 333
    11. XF::runApp() in index.php at line 13
  3. SELECT `xf_node`.*
    FROM `xf_node`
    
    
    ORDER BY `xf_node`.`lft` ASC
    Run Time: 0.008610
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALL    53Using 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 1164
    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 533
    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 89
    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 1934
    12. XF\App->run() in src/XF.php at line 333
    13. XF::runApp() in index.php at line 13
  4. SELECT `xf_category`.*, `xf_node_Node_1`.*
    FROM `xf_category`
    LEFT JOIN `xf_node` AS `xf_node_Node_1` ON (`xf_node_Node_1`.`node_id` = `xf_category`.`node_id`)
    WHERE (`xf_category`.`node_id` IN (1, 3, 63, 75, 4, 8, 11, 5, 9, 7))
    Run Time: 0.011001
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_categoryindexPRIMARYPRIMARY4 10Using where; Using index
    SIMPLExf_node_Node_1eq_refPRIMARYPRIMARY4rawboard_final.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 1164
    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 533
    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 89
    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 1934
    13. XF\App->run() in src/XF.php at line 333
    14. XF::runApp() in index.php at line 13
  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 (2, 73, 22, 93, 62, 80, 64, 65, 77, 79, 17, 12, 57, 56, 13, 90, 91, 41, 16, 42, 92, 66, 68, 67, 26, 95, 27, 47, 50, 53, 49, 19, 21, 24, 18, 15, 29, 32, 33, 36, 37, 23, 81))
    Run Time: 0.014295
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_forumALLPRIMARY   43Using where
    SIMPLExf_node_Node_1eq_refPRIMARYPRIMARY4rawboard_final.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 1164
    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 533
    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 89
    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 1934
    13. XF\App->run() in src/XF.php at line 333
    14. XF::runApp() in index.php at line 13
  6. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 2
    Run Time: 0.006443
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  7. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 73
    Run Time: 0.005740
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  8. 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.000353
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  9. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 93
    Run Time: 0.000206
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  10. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 62
    Run Time: 0.000143
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  11. 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.000131
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  12. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 64
    Run Time: 0.000128
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  13. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 65
    Run Time: 0.000128
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  14. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 77
    Run Time: 0.000179
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  15. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 79
    Run Time: 0.000129
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  16. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 17
    Run Time: 0.000133
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  17. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 12
    Run Time: 0.000139
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  18. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 57
    Run Time: 0.000127
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  19. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 56
    Run Time: 0.000420
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  20. 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.000449
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  21. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 90
    Run Time: 0.000152
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  22. 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.000300
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  23. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 41
    Run Time: 0.000186
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  24. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 16
    Run Time: 0.000299
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  25. 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.000295
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  26. 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.000297
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  27. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 66
    Run Time: 0.000242
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  28. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 68
    Run Time: 0.000343
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  29. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 67
    Run Time: 0.000305
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  30. 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.000282
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  31. 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.000383
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  32. 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.000306
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  33. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 47
    Run Time: 0.000304
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  34. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 50
    Run Time: 0.000292
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  35. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 53
    Run Time: 0.000855
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  36. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 49
    Run Time: 0.000173
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  37. 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.000328
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  38. 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.000149
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  39. 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.000315
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  40. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 18
    Run Time: 0.000268
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  41. 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.003432
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  42. 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.000147
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  43. 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.000296
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  44. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 33
    Run Time: 0.000330
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  45. 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.000124
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  46. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 37
    Run Time: 0.000364
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  47. 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.000244
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  48. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 81
    Run Time: 0.000244
    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 918
    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 533
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  49. 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_node_81 -_md_hidden_1 +_md_user_28753' IN BOOLEAN MODE)
    
    ORDER BY search_index.item_date DESC
    LIMIT 200
    Run Time: 2.458908
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsearch_indexfulltexttitle_metadatatitle_metadata0const1Using 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 292
    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 533
    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 89
    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 1934
    10. XF\App->run() in src/XF.php at line 333
    11. XF::runApp() in index.php at line 13
  50. SELECT `xf_thread`.*, `xf_forum_Forum_1`.*, `xf_node_Node_2`.*, `xf_post_FirstPost_3`.*, `xf_user_User_4`.*, `xf_permission_cache_content_Permissions_5`.*
    FROM `xf_thread`
    LEFT JOIN `xf_forum` AS `xf_forum_Forum_1` ON (`xf_forum_Forum_1`.`node_id` = `xf_thread`.`node_id`)
    LEFT JOIN `xf_node` AS `xf_node_Node_2` ON (`xf_node_Node_2`.`node_id` = `xf_forum_Forum_1`.`node_id`)
    LEFT JOIN `xf_post` AS `xf_post_FirstPost_3` ON (`xf_post_FirstPost_3`.`post_id` = `xf_thread`.`first_post_id`)
    LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_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_2`.`node_id` AND `xf_permission_cache_content_Permissions_5`.`permission_combination_id` = '1')
    WHERE (`xf_thread`.`thread_id` IN (2473649, 2473641))
    Run Time: 0.041357
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrangePRIMARYPRIMARY4 2Using where
    SIMPLExf_forum_Forum_1eq_refPRIMARYPRIMARY4rawboard_final.xf_thread.node_id1 
    SIMPLExf_node_Node_2eq_refPRIMARYPRIMARY4rawboard_final.xf_forum_Forum_1.node_id1 
    SIMPLExf_post_FirstPost_3eq_refPRIMARYPRIMARY4rawboard_final.xf_thread.first_post_id1 
    SIMPLExf_user_User_4eq_refPRIMARYPRIMARY4rawboard_final.xf_thread.user_id1 
    SIMPLExf_permission_cache_content_Permissions_5eq_refPRIMARYPRIMARY35const,const,rawboard_final.xf_node_Node_2.node_id1Using where

    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 1164
    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/App.php at line 2290
    5. XF\App->findByContentType() in src/XF/Search/Data/AbstractData.php at line 135
    6. XF\Search\Data\AbstractData->getContent() in src/XF/Search/Search.php at line 216
    7. XF\Search\Search->getResultSetData() in src/XF/ResultSet.php at line 228
    8. XF\ResultSet->loadResultsData() in src/XF/ResultSet.php at line 212
    9. XF\ResultSet->limitToViewableResults() in src/XF/ResultSet.php at line 181
    10. XF\ResultSet->sliceResults() in src/XF/ResultSet.php at line 191
    11. XF\ResultSet->limitResults() in src/XF/Search/Search.php at line 166
    12. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 533
    13. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    14. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 89
    15. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    16. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1934
    17. XF\App->run() in src/XF.php at line 333
    18. XF::runApp() in index.php at line 13
  51. SELECT `xf_post`.*, `xf_thread_Thread_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*, `xf_permission_cache_content_Permissions_5`.*
    FROM `xf_post`
    LEFT JOIN `xf_thread` AS `xf_thread_Thread_1` ON (`xf_thread_Thread_1`.`thread_id` = `xf_post`.`thread_id`)
    LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread_Thread_1`.`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_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_post`.`user_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_3`.`node_id` AND `xf_permission_cache_content_Permissions_5`.`permission_combination_id` = '1')
    WHERE (`xf_post`.`post_id` IN (86040960, 86040959, 86040957, 86040956, 86040955, 86040954, 86040951, 86040948, 86040946, 86040942, 86040940, 86040937, 86040934, 86040931, 86040929, 86040927, 86040926, 86040924, 86040922, 86040918, 86040917, 86040914, 86040912, 86040909, 86040904, 86040902, 86040900, 86040897, 86040895, 86040889, 86040888, 86040887, 86040885, 86040883, 86040882, 86040880, 86040878, 86040876, 86040874, 86040873, 86040870, 86040866, 86040865, 86040862, 86040860, 86040859, 86040856, 86040853, 86040851, 86040848, 86040847, 86040842, 86040841, 86040840, 86040838, 86040836, 86040833, 86040829, 86040828, 86040827, 86040826, 86040824, 86040820, 86040817, 86040814, 86040810, 86040806, 86040805, 86040804, 86040801, 86040800, 86040799, 86040797, 86040795, 86040793, 86040792, 86040791, 86040789, 86040785, 86040783, 86040779, 86040776, 86040774, 86040772, 86040771, 86040768, 86040766, 86040763, 86040760, 86040759, 86040758, 86040757, 86040755, 86040752, 86040751, 86040750, 86040748, 86040747, 86040745, 86040742, 86040741, 86040736, 86040733, 86040732, 86040729, 86040728, 86040725, 86040724, 86040721, 86040720, 86040718, 86040715, 86040713, 86040712, 86040710, 86040708, 86040705, 86040703, 86040701, 86040700, 86040698, 86040696, 86040693, 86040692, 86040689, 86040685, 86040683, 86040682, 86040679, 86040676, 86040675, 86040672, 86040669, 86040666, 86040665, 86040664, 86040663, 86040661, 86040659, 86040656, 86040652, 86040650, 86040648, 86040646, 86040642, 86040639, 86040637, 86040635, 86040634, 86040632, 86040630, 86040628, 86040626, 86040624, 86040622, 86040621, 86040619, 86040618, 86040617, 86040615, 86040614, 86040613, 86040610, 86040606, 86040604, 86040602, 86040600, 86040598, 86040597, 86040594, 86040590, 86040586, 86040584, 86040582, 86040580, 86040576, 86040573, 86040572, 86040571, 86040570, 86040567, 86040565, 86040558, 86040556, 86040553, 86040551, 86040550, 86040549, 86040548, 86040546, 86040545, 86040543, 86040541, 86040539, 86040534, 86040532, 86040527, 86040526))
    Run Time: 0.097885
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_postrangePRIMARYPRIMARY4 198Using where
    SIMPLExf_thread_Thread_1eq_refPRIMARYPRIMARY4rawboard_final.xf_post.thread_id1 
    SIMPLExf_forum_Forum_2eq_refPRIMARYPRIMARY4rawboard_final.xf_thread_Thread_1.node_id1 
    SIMPLExf_node_Node_3eq_refPRIMARYPRIMARY4rawboard_final.xf_forum_Forum_2.node_id1 
    SIMPLExf_user_User_4eq_refPRIMARYPRIMARY4rawboard_final.xf_post.user_id1 
    SIMPLExf_permission_cache_content_Permissions_5eq_refPRIMARYPRIMARY35const,const,rawboard_final.xf_node_Node_3.node_id1Using where

    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 1164
    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/App.php at line 2290
    5. XF\App->findByContentType() in src/XF/Search/Data/AbstractData.php at line 135
    6. XF\Search\Data\AbstractData->getContent() in src/XF/Search/Search.php at line 216
    7. XF\Search\Search->getResultSetData() in src/XF/ResultSet.php at line 228
    8. XF\ResultSet->loadResultsData() in src/XF/ResultSet.php at line 212
    9. XF\ResultSet->limitToViewableResults() in src/XF/ResultSet.php at line 181
    10. XF\ResultSet->sliceResults() in src/XF/ResultSet.php at line 191
    11. XF\ResultSet->limitResults() in src/XF/Search/Search.php at line 166
    12. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 533
    13. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 249
    14. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 89
    15. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    16. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1934
    17. XF\App->run() in src/XF.php at line 333
    18. XF::runApp() in index.php at line 13
  52. SELECT `xf_thread`.*, `xf_forum_Forum_1`.*, `xf_node_Node_2`.*, `xf_post_FirstPost_3`.*, `xf_user_User_4`.*, `xf_permission_cache_content_Permissions_5`.*
    FROM `xf_thread`
    LEFT JOIN `xf_forum` AS `xf_forum_Forum_1` ON (`xf_forum_Forum_1`.`node_id` = `xf_thread`.`node_id`)
    LEFT JOIN `xf_node` AS `xf_node_Node_2` ON (`xf_node_Node_2`.`node_id` = `xf_forum_Forum_1`.`node_id`)
    LEFT JOIN `xf_post` AS `xf_post_FirstPost_3` ON (`xf_post_FirstPost_3`.`post_id` = `xf_thread`.`first_post_id`)
    LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_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_2`.`node_id` AND `xf_permission_cache_content_Permissions_5`.`permission_combination_id` = '1')
    WHERE (`xf_thread`.`thread_id` IN (2473649, 2473641))
    Run Time: 0.001325
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrangePRIMARYPRIMARY4 2Using where
    SIMPLExf_forum_Forum_1eq_refPRIMARYPRIMARY4rawboard_final.xf_thread.node_id1 
    SIMPLExf_node_Node_2eq_refPRIMARYPRIMARY4rawboard_final.xf_forum_Forum_1.node_id1 
    SIMPLExf_post_FirstPost_3eq_refPRIMARYPRIMARY4rawboard_final.xf_thread.first_post_id1 
    SIMPLExf_user_User_4eq_refPRIMARYPRIMARY4rawboard_final.xf_thread.user_id1 
    SIMPLExf_permission_cache_content_Permissions_5eq_refPRIMARYPRIMARY35const,const,rawboard_final.xf_node_Node_2.node_id1Using where

    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 1164
    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/App.php at line 2290
    5. XF\App->findByContentType() in src/XF/Search/Data/AbstractData.php at line 135
    6. XF\Search\Data\AbstractData->getContent() in src/XF/Search/Search.php at line 216
    7. XF\Search\Search->getResultSetData() in src/XF/ResultSet.php at line 228
    8. XF\ResultSet->loadResultsData() in src/XF/ResultSet.php at line 212
    9. XF\ResultSet->limitToViewableResults() in src/XF/ResultSet.php at line 181
    10. XF\ResultSet->sliceResults() in src/XF/ResultSet.php at line 191
    11. XF\ResultSet->limitResults() in src/XF/Pub/Controller/Member.php at line 534
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  53. SELECT `xf_post`.*, `xf_thread_Thread_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*, `xf_permission_cache_content_Permissions_5`.*
    FROM `xf_post`
    LEFT JOIN `xf_thread` AS `xf_thread_Thread_1` ON (`xf_thread_Thread_1`.`thread_id` = `xf_post`.`thread_id`)
    LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread_Thread_1`.`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_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_post`.`user_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_3`.`node_id` AND `xf_permission_cache_content_Permissions_5`.`permission_combination_id` = '1')
    WHERE (`xf_post`.`post_id` IN (86040960, 86040959, 86040957, 86040956, 86040955, 86040954, 86040951, 86040948, 86040946, 86040942, 86040940, 86040937, 86040934, 86040931, 86040929, 86040927, 86040926, 86040924, 86040922, 86040918, 86040917, 86040914, 86040912, 86040909, 86040904, 86040902, 86040900, 86040897, 86040895, 86040889, 86040888, 86040887, 86040885, 86040883, 86040882, 86040880, 86040878, 86040876, 86040874, 86040873, 86040870, 86040866, 86040865, 86040862, 86040860, 86040859, 86040856, 86040853, 86040851, 86040848, 86040847, 86040842, 86040841, 86040840, 86040838, 86040836, 86040833, 86040829, 86040828, 86040827, 86040826, 86040824, 86040820, 86040817, 86040814, 86040810, 86040806, 86040805, 86040804, 86040801, 86040800, 86040799, 86040797, 86040795, 86040793, 86040792, 86040791, 86040789, 86040785, 86040783, 86040779, 86040776, 86040774, 86040772, 86040771, 86040768, 86040766, 86040763, 86040760, 86040759, 86040758, 86040757, 86040755, 86040752, 86040751, 86040750, 86040748, 86040747, 86040745, 86040742, 86040741, 86040736, 86040733, 86040732, 86040729, 86040728, 86040725, 86040724, 86040721, 86040720, 86040718, 86040715, 86040713, 86040712, 86040710, 86040708, 86040705, 86040703, 86040701, 86040700, 86040698, 86040696, 86040693, 86040692, 86040689, 86040685, 86040683, 86040682, 86040679, 86040676, 86040675, 86040672, 86040669, 86040666, 86040665, 86040664, 86040663, 86040661, 86040659, 86040656, 86040652, 86040650, 86040648, 86040646, 86040642, 86040639, 86040637, 86040635, 86040634, 86040632, 86040630, 86040628, 86040626, 86040624, 86040622, 86040621, 86040619, 86040618, 86040617, 86040615, 86040614, 86040613, 86040610, 86040606, 86040604, 86040602, 86040600, 86040598, 86040597, 86040594, 86040590, 86040586, 86040584, 86040582, 86040580, 86040576, 86040573, 86040572, 86040571, 86040570, 86040567, 86040565, 86040558, 86040556, 86040553, 86040551, 86040550, 86040549, 86040548, 86040546, 86040545, 86040543, 86040541, 86040539, 86040534, 86040532, 86040527, 86040526))
    Run Time: 0.006293
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_postrangePRIMARYPRIMARY4 198Using where
    SIMPLExf_thread_Thread_1eq_refPRIMARYPRIMARY4rawboard_final.xf_post.thread_id1 
    SIMPLExf_forum_Forum_2eq_refPRIMARYPRIMARY4rawboard_final.xf_thread_Thread_1.node_id1 
    SIMPLExf_node_Node_3eq_refPRIMARYPRIMARY4rawboard_final.xf_forum_Forum_2.node_id1 
    SIMPLExf_user_User_4eq_refPRIMARYPRIMARY4rawboard_final.xf_post.user_id1 
    SIMPLExf_permission_cache_content_Permissions_5eq_refPRIMARYPRIMARY35const,const,rawboard_final.xf_node_Node_3.node_id1Using where

    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 1164
    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/App.php at line 2290
    5. XF\App->findByContentType() in src/XF/Search/Data/AbstractData.php at line 135
    6. XF\Search\Data\AbstractData->getContent() in src/XF/Search/Search.php at line 216
    7. XF\Search\Search->getResultSetData() in src/XF/ResultSet.php at line 228
    8. XF\ResultSet->loadResultsData() in src/XF/ResultSet.php at line 212
    9. XF\ResultSet->limitToViewableResults() in src/XF/ResultSet.php at line 181
    10. XF\ResultSet->sliceResults() in src/XF/ResultSet.php at line 191
    11. XF\ResultSet->limitResults() in src/XF/Pub/Controller/Member.php at line 534
    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 89
    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 1934
    16. XF\App->run() in src/XF.php at line 333
    17. XF::runApp() in index.php at line 13
  54. -- 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=28753, 1713528806,
    Run Time: 0.000323

    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 67
    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 89
    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 1934
    10. XF\App->run() in src/XF.php at line 333
    11. XF::runApp() in index.php at line 13
  55. -- 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: KbA6u87wLrYXVpsnjL9SzLHSXK3n91n2, , 1713543206
    Run Time: 0.004132

    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 373
    5. XF\Pub\App->complete() in src/XF/App.php at line 1937
    6. XF\App->run() in src/XF.php at line 333
    7. XF::runApp() in index.php at line 13

Included Files (144, XenForo Classes: 101)

  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/symfony/polyfill-ctype/bootstrap.php
  11. src/vendor/paragonie/random_compat/lib/random.php
  12. src/vendor/paragonie/random_compat/lib/byte_safe_strings.php
  13. src/vendor/paragonie/random_compat/lib/cast_to_int.php
  14. src/vendor/paragonie/random_compat/lib/error_polyfill.php
  15. src/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php
  16. src/vendor/paragonie/random_compat/lib/random_int.php
  17. src/vendor/symfony/polyfill-php56/bootstrap.php
  18. src/vendor/swiftmailer/swiftmailer/lib/swift_required.php
  19. src/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
  20. src/vendor/symfony/var-dumper/Resources/functions/dump.php
  21. src/vendor/dokuwiki/utf8/utf8.php
  22. src/XF/Pub/App.php
  23. src/XF/App.php
  24. src/XF/Container.php
  25. src/config.php
  26. src/XF/DataRegistry.php
  27. src/XF/Db/Mysqli/Adapter.php
  28. src/XF/Db/AbstractAdapter.php
  29. src/XF/CacheFactory.php
  30. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
  31. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
  32. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
  33. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
  34. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
  35. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
  36. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
  37. src/XF/Extension.php
  38. src/XF/Http/Request.php
  39. src/XF/InputFilterer.php
  40. src/XF/Session/Session.php
  41. src/XF/Session/DbStorage.php
  42. src/XF/Session/StorageInterface.php
  43. src/XF/Util/Ip.php
  44. src/XF/Util/Random.php
  45. src/XF/Data/Robot.php
  46. src/XF/Mvc/Entity/Manager.php
  47. src/XF/Mvc/Entity/ValueFormatter.php
  48. src/XF/Repository/User.php
  49. src/XF/Mvc/Entity/Repository.php
  50. src/XF/Entity/User.php
  51. src/XF/Mvc/Entity/Entity.php
  52. src/XF/Mvc/Entity/Structure.php
  53. src/XF/Entity/UserAuth.php
  54. src/XF/Entity/UserOption.php
  55. src/XF/Entity/UserProfile.php
  56. src/XF/Entity/UserPrivacy.php
  57. src/XF/Util/File.php
  58. src/XF/Language.php
  59. src/XF/Mvc/Dispatcher.php
  60. src/XF/Mvc/Router.php
  61. src/XF/Mvc/RouteMatch.php
  62. src/XF/Util/Arr.php
  63. src/XF/Mvc/ParameterBag.php
  64. src/XF/Pub/Controller/Member.php
  65. src/XF/Pub/Controller/AbstractController.php
  66. src/XF/Mvc/Controller.php
  67. src/XF/Util/Php.php
  68. src/XF/PermissionCache.php
  69. src/XF/PermissionSet.php
  70. src/XF/Db/Mysqli/Statement.php
  71. src/XF/Db/AbstractStatement.php
  72. src/XF/Finder/User.php
  73. src/XF/Mvc/Entity/Finder.php
  74. src/XF/Search/Search.php
  75. src/XF/ResultSetInterface.php
  76. src/addons/XFES/Listener.php
  77. src/XF/Search/Source/MySqlFt.php
  78. src/XF/Search/Source/AbstractSource.php
  79. src/XF/Search/Query/Query.php
  80. src/XF/Search/Data/Page.php
  81. src/XF/Search/Data/AbstractData.php
  82. src/XF/Search/Data/Post.php
  83. src/XF/Search/Data/ProfilePost.php
  84. src/XF/Search/Data/ProfilePostComment.php
  85. src/XF/Search/Data/Thread.php
  86. src/XF/Repository/Node.php
  87. src/XF/Entity/Node.php
  88. src/XF/Finder/Node.php
  89. src/XF/Mvc/Entity/ArrayCollection.php
  90. src/XF/Mvc/Entity/AbstractCollection.php
  91. src/XF/Entity/Category.php
  92. src/XF/Entity/AbstractNode.php
  93. src/XF/Entity/Forum.php
  94. src/XF/Search/Query/MetadataConstraint.php
  95. src/XF/ResultSet.php
  96. src/XF/Entity/Thread.php
  97. src/XF/Finder/Thread.php
  98. src/XF/Entity/Post.php
  99. src/XF/Entity/QuotableInterface.php
  100. src/XF/BbCode/RenderableContentInterface.php
  101. src/XF/Entity/PermissionCacheContent.php
  102. src/XF/Mvc/Entity/Proxyable.php
  103. src/XF/Mvc/Entity/FinderCollection.php
  104. src/XF/Finder/Post.php
  105. src/XF/Search/RenderWrapper.php
  106. src/XF/PreEscapedInterface.php
  107. src/XF/Mvc/Reply/View.php
  108. src/XF/Mvc/Reply/AbstractReply.php
  109. src/XF/Repository/SessionActivity.php
  110. src/XF/Style.php
  111. src/XF/Template/Templater.php
  112. src/XF/DevelopmentOutput.php
  113. src/XF/DevelopmentOutput/Template.php
  114. src/XF/DevelopmentOutput/AbstractHandler.php
  115. src/XF/Template/WatcherInterface.php
  116. src/XF/SubContainer/BbCode.php
  117. src/XF/SubContainer/AbstractSubContainer.php
  118. src/XF/SubContainer/Widget.php
  119. src/XF/SimpleCache.php
  120. src/XF/Http/Response.php
  121. src/XF/Mvc/Renderer/Html.php
  122. src/XF/Mvc/Renderer/AbstractRenderer.php
  123. src/XF/Mvc/View.php
  124. src/XF/Template/Template.php
  125. internal_data/code_cache/templates/l1/s2/public/member_recent_content.php
  126. src/XF/PreEscaped.php
  127. internal_data/code_cache/templates/l1/s2/public/search_result_thread.php
  128. src/XF/Util/Color.php
  129. src/XF/Str/Formatter.php
  130. internal_data/code_cache/templates/l1/s2/public/search_result_post.php
  131. src/XF/Pub/Route/Search.php
  132. internal_data/code_cache/navigation_cache.php
  133. src/XF/Phrase.php
  134. src/XF/NoticeList.php
  135. internal_data/code_cache/templates/l1/s2/public/PAGE_CONTAINER.php
  136. internal_data/code_cache/templates/l1/s2/public/metadata_macros.php
  137. internal_data/code_cache/templates/l1/s2/public/helper_js_global.php
  138. internal_data/code_cache/templates/l1/s2/public/google_analytics.php
  139. internal_data/code_cache/templates/l1/s2/public/_ads.php
  140. internal_data/code_cache/phrase_groups/l1/nav.php
  141. internal_data/code_cache/phrase_groups/l1/button.php
  142. internal_data/code_cache/templates/l1/s2/public/browser_warning_macros.php
  143. internal_data/code_cache/templates/l1/s2/public/debug_macros.php
  144. src/XF/Debugger.php

DB Connection Stats

bytes_sent41092
bytes_received1239419
packets_sent652
packets_received3628
protocol_overhead_in14512
protocol_overhead_out2608
bytes_received_ok_packet0
bytes_received_eof_packet0
bytes_received_rset_header_packet2241
bytes_received_rset_field_meta_packet0
bytes_received_rset_row_packet574
bytes_received_prepare_response_packet145585
bytes_received_change_user_packet1088672
packets_sent_command325
packets_received_ok0
packets_received_eof0
packets_received_rset_header249
packets_received_rset_field_meta0
packets_received_rset_row110
packets_received_prepare_response2224
packets_received_change_user935
result_set_queries106
non_result_set_queries4
no_index_used4
bad_index_used0
slow_queries0
buffered_sets0
unbuffered_sets0
ps_buffered_sets106
ps_unbuffered_sets0
flushed_normal_sets0
flushed_ps_sets0
ps_prepared_never_executed0
ps_prepared_once_executed107
rows_fetched_from_server_normal0
rows_fetched_from_server_ps829
rows_buffered_from_client_normal0
rows_buffered_from_client_ps829
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_ps3
rows_skipped_normal0
rows_skipped_ps829
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_estndup_count0
mem_strdup_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_bit662
proto_binary_fetched_tinyint0
proto_binary_fetched_short7223
proto_binary_fetched_int242891
proto_binary_fetched_int0
proto_binary_fetched_bigint23823
proto_binary_fetched_decimal156
proto_binary_fetched_float0
proto_binary_fetched_double0
proto_binary_fetched_date78
proto_binary_fetched_year0
proto_binary_fetched_time0
proto_binary_fetched_datetime0
proto_binary_fetched_timestamp0
proto_binary_fetched_string0
proto_binary_fetched_json11801
proto_binary_fetched_blob4793
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_prepare108
com_stmt_execute108
com_stmt_send_long_data0
com_stmt_close107
com_stmt_reset0
com_stmt_set_option0
com_stmt_fetch0
com_deamon0
bytes_received_real_data_normal0
bytes_received_real_data_ps1058957