Page Time: 0.2246s

Memory: 8.3623 MB (Peak: 9.3010 MB)

Queries (12, time: 0.0213s, 9.5%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000431
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 152
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 34
    4. XF\PermissionCache->getGlobalPerms() in src/XF/PermissionSet.php at line 35
    5. XF\PermissionSet->hasGlobalPermission() in src/addons/ThemeHouse/Monetize/XF/PermissionSet.php at line 27
    6. ThemeHouse\Monetize\XF\PermissionSet->hasGlobalPermission() in src/XF/Entity/User.php at line 1218
    7. XF\Entity\User->hasPermission() in src/XF/Pub/Controller/AbstractController.php at line 244
    8. XF\Pub\Controller\AbstractController->assertViewingPermissions() in src/XF/Pub/Controller/AbstractController.php at line 22
    9. XF\Pub\Controller\AbstractController->preDispatchType() in src/XF/Mvc/Controller.php at line 126
    10. XF\Mvc\Controller->preDispatch() in src/XF/Mvc/Dispatcher.php at line 351
    11. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    12. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    13. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    14. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    15. XF\App->run() in src/XF.php at line 524
    16. XF::runApp() in index.php at line 20
  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` = '166564')
    
    
    LIMIT 1
    Run Time: 0.000691
    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 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1397
    3. XF\Mvc\Entity\Finder->fetchOne() in src/XF/Mvc/Entity/Manager.php at line 151
    4. XF\Mvc\Entity\Manager->find() in src/XF/Pub/Controller/Member.php at line 1238
    5. XF\Pub\Controller\Member->assertViewableUser() in src/addons/SV/WarningImprovements/XF/Pub/Controller/Member.php at line 146
    6. SV\WarningImprovements\XF\Pub\Controller\Member->assertViewableUser() in src/XF/Pub/Controller/Member.php at line 671
    7. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 352
    8. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    9. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    10. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    11. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    12. XF\App->run() in src/XF.php at line 524
    13. XF::runApp() in index.php at line 20
  3. SELECT `xf_forum`.*, `xf_node_Node_1`.*, `xf_permission_cache_content_Permissions_2`.*
    FROM `xf_forum`
    LEFT JOIN `xf_node` AS `xf_node_Node_1` ON (`xf_node_Node_1`.`node_id` = `xf_forum`.`node_id`)
    LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_2` ON (`xf_permission_cache_content_Permissions_2`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_2`.`content_id` = `xf_node_Node_1`.`node_id` AND `xf_permission_cache_content_Permissions_2`.`permission_combination_id` = '1')
    Run Time: 0.001361
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_forumALL    50 
    SIMPLExf_node_Node_1eq_refPRIMARYPRIMARY4tfp_xenforo.xf_forum.node_id1 
    SIMPLExf_permission_cache_content_Permissions_2eq_refPRIMARYPRIMARY35const,const,tfp_xenforo.xf_node_Node_1.node_id1Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1430
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Search/Data/Post.php at line 259
    4. XF\Search\Data\Post->getTypePermissionConstraints() in src/XF/Search/Search.php at line 239
    5. XF\Search\Search->applyPermissionConstraints() in src/XF/Search/Search.php at line 212
    6. XF\Search\Search->executeSearch() in src/XF/Search/Search.php at line 181
    7. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 679
    8. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 352
    9. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    10. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    11. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    12. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    13. XF\App->run() in src/XF.php at line 524
    14. XF::runApp() in index.php at line 20
  4. 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 (2490449, 2489704, 2448417, 2446605, 2444732, 2444712, 2412023, 2411990, 2411973, 2411972, 2411761, 2404665, 2402282, 2329587, 2309082, 2308092, 2294731, 2294691, 2294339, 2233512, 2222959, 2220909, 2220145, 2219025, 2219018, 2219003, 2212707, 2212690, 2209251, 2208595, 2204430, 2204393, 2204204, 2203908, 2203901, 2203818, 2203781, 2203661, 2203646, 2203643, 2201846, 2201786, 2200920, 2198760, 2197232, 2197216, 2196598, 2196300, 2196251, 2195330, 2195275, 2192593, 2192437, 2192433, 2190871, 2189768, 2189077, 2189067, 2188937, 2188725, 2188632, 2188533, 2188090, 2187755, 2187754, 2187733, 2187693, 2187658, 2187394, 2187382, 2187165, 2187127, 2187063, 2186937, 2186905, 2186899, 2186886, 2186712, 2186708, 2186678, 2186643, 2186544, 2186532, 2186527, 2186445, 2186444, 2186359, 2186342, 2186219, 2186214, 2186191, 2186187, 2186126, 2186070, 2186059, 2186003, 2185979, 2185909, 2185890, 2185872, 2185569, 2185552, 2185543, 2185523, 2185521, 2185511, 2185487, 2185485, 2185358))
    Run Time: 0.006919
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_postrangePRIMARYPRIMARY4 109Using where
    SIMPLExf_thread_Thread_1eq_refPRIMARYPRIMARY4tfp_xenforo.xf_post.thread_id1 
    SIMPLExf_forum_Forum_2eq_refPRIMARYPRIMARY4tfp_xenforo.xf_thread_Thread_1.node_id1Using where
    SIMPLExf_node_Node_3eq_refPRIMARYPRIMARY4tfp_xenforo.xf_forum_Forum_2.node_id1Using where
    SIMPLExf_user_User_4eq_refPRIMARYPRIMARY4tfp_xenforo.xf_post.user_id1 
    SIMPLExf_permission_cache_content_Permissions_5eq_refPRIMARYPRIMARY35const,const,tfp_xenforo.xf_node_Node_3.node_id1Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1430
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Mvc/Entity/Manager.php at line 214
    4. XF\Mvc\Entity\Manager->findByIds() in src/XF/App.php at line 2866
    5. XF\App->findByContentType() in src/XF/Search/Data/AbstractData.php at line 137
    6. XF\Search\Data\AbstractData->getContent() in src/XF/Search/Search.php at line 266
    7. XF\Search\Search->getResultSetData() in src/XF/ResultSet.php at line 230
    8. XF\ResultSet->loadResultsData() in src/XF/ResultSet.php at line 214
    9. XF\ResultSet->limitToViewableResults() in src/XF/ResultSet.php at line 183
    10. XF\ResultSet->sliceResults() in src/XF/ResultSet.php at line 193
    11. XF\ResultSet->limitResults() in src/XF/Search/Search.php at line 216
    12. XF\Search\Search->executeSearch() in src/XF/Search/Search.php at line 181
    13. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 679
    14. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 352
    15. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    16. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    17. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    18. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    19. XF\App->run() in src/XF.php at line 524
    20. XF::runApp() in index.php at line 20
  5. 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 (283881, 278960, 274187, 273990, 266174, 263835, 263546, 262304, 255410, 253684, 252373, 251756, 250741, 250375, 250179, 249835, 249675, 249507))
    Run Time: 0.001515
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrangePRIMARYPRIMARY4 18Using where
    SIMPLExf_forum_Forum_1eq_refPRIMARYPRIMARY4tfp_xenforo.xf_thread.node_id1 
    SIMPLExf_node_Node_2eq_refPRIMARYPRIMARY4tfp_xenforo.xf_forum_Forum_1.node_id1Using where
    SIMPLExf_post_FirstPost_3eq_refPRIMARYPRIMARY4tfp_xenforo.xf_thread.first_post_id1 
    SIMPLExf_user_User_4eq_refPRIMARYPRIMARY4tfp_xenforo.xf_thread.user_id1 
    SIMPLExf_permission_cache_content_Permissions_5eq_refPRIMARYPRIMARY35const,const,tfp_xenforo.xf_node_Node_2.node_id1Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1430
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Mvc/Entity/Manager.php at line 214
    4. XF\Mvc\Entity\Manager->findByIds() in src/XF/App.php at line 2866
    5. XF\App->findByContentType() in src/XF/Search/Data/AbstractData.php at line 137
    6. XF\Search\Data\AbstractData->getContent() in src/XF/Search/Search.php at line 266
    7. XF\Search\Search->getResultSetData() in src/XF/ResultSet.php at line 230
    8. XF\ResultSet->loadResultsData() in src/XF/ResultSet.php at line 214
    9. XF\ResultSet->limitToViewableResults() in src/XF/ResultSet.php at line 183
    10. XF\ResultSet->sliceResults() in src/XF/ResultSet.php at line 193
    11. XF\ResultSet->limitResults() in src/XF/Search/Search.php at line 216
    12. XF\Search\Search->executeSearch() in src/XF/Search/Search.php at line 181
    13. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 679
    14. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 352
    15. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    16. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    17. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    18. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    19. XF\App->run() in src/XF.php at line 524
    20. XF::runApp() in index.php at line 20
  6. SELECT `xf_mg_media_item`.*, `xf_mg_album_Album_1`.*, `xf_mg_category_Category_2`.*, `xf_user_User_3`.*, `xf_attachment_Attachment_4`.*, `xf_attachment_data_Data_5`.*, `xf_permission_cache_content_Permissions_6`.*
    FROM `xf_mg_media_item`
    LEFT JOIN `xf_mg_album` AS `xf_mg_album_Album_1` ON (`xf_mg_album_Album_1`.`album_id` = `xf_mg_media_item`.`album_id`)
    LEFT JOIN `xf_mg_category` AS `xf_mg_category_Category_2` ON (`xf_mg_category_Category_2`.`category_id` = `xf_mg_media_item`.`category_id`)
    LEFT JOIN `xf_user` AS `xf_user_User_3` ON (`xf_user_User_3`.`user_id` = `xf_mg_media_item`.`user_id`)
    LEFT JOIN `xf_attachment` AS `xf_attachment_Attachment_4` ON (`xf_attachment_Attachment_4`.`content_type` = 'xfmg_media' AND `xf_attachment_Attachment_4`.`content_id` = `xf_mg_media_item`.`media_id`)
    LEFT JOIN `xf_attachment_data` AS `xf_attachment_data_Data_5` ON (`xf_attachment_data_Data_5`.`data_id` = `xf_attachment_Attachment_4`.`data_id`)
    LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_6` ON (`xf_permission_cache_content_Permissions_6`.`content_type` = 'xfmg_category' AND `xf_permission_cache_content_Permissions_6`.`content_id` = `xf_mg_category_Category_2`.`category_id` AND `xf_permission_cache_content_Permissions_6`.`permission_combination_id` = '1')
    WHERE (`xf_mg_media_item`.`media_id` IN (224512, 223072, 203509, 203508, 203507, 203506, 200855, 200854, 200853, 200852, 188639, 185978, 183155, 183154, 183153, 180842, 180838, 180839, 180840, 180841, 180026, 179724, 179550))
    Run Time: 0.001905
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_mg_media_itemrangePRIMARYPRIMARY4 23Using where
    SIMPLExf_mg_album_Album_1eq_refPRIMARYPRIMARY4tfp_xenforo.xf_mg_media_item.album_id1 
    SIMPLExf_mg_category_Category_2eq_refPRIMARYPRIMARY4tfp_xenforo.xf_mg_media_item.category_id1 
    SIMPLExf_user_User_3eq_refPRIMARYPRIMARY4tfp_xenforo.xf_mg_media_item.user_id1 
    SIMPLExf_attachment_Attachment_4refcontent_type_id_datecontent_type_id_date31const,tfp_xenforo.xf_mg_media_item.media_id1Using where
    SIMPLExf_attachment_data_Data_5eq_refPRIMARYPRIMARY4tfp_xenforo.xf_attachment_Attachment_4.data_id1Using where
    SIMPLExf_permission_cache_content_Permissions_6eq_refPRIMARYPRIMARY35const,const,tfp_xenforo.xf_mg_category_Category_2.category_id1Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1430
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Mvc/Entity/Manager.php at line 214
    4. XF\Mvc\Entity\Manager->findByIds() in src/XF/App.php at line 2866
    5. XF\App->findByContentType() in src/XF/Search/Data/AbstractData.php at line 137
    6. XF\Search\Data\AbstractData->getContent() in src/XF/Search/Search.php at line 266
    7. XF\Search\Search->getResultSetData() in src/XF/ResultSet.php at line 230
    8. XF\ResultSet->loadResultsData() in src/XF/ResultSet.php at line 214
    9. XF\ResultSet->limitToViewableResults() in src/XF/ResultSet.php at line 183
    10. XF\ResultSet->sliceResults() in src/XF/ResultSet.php at line 193
    11. XF\ResultSet->limitResults() in src/XF/Search/Search.php at line 216
    12. XF\Search\Search->executeSearch() in src/XF/Search/Search.php at line 181
    13. XF\Search\Search->search() in src/XF/Pub/Controller/Member.php at line 679
    14. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 352
    15. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    16. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    17. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    18. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    19. XF\App->run() in src/XF.php at line 524
    20. XF::runApp() in index.php at line 20
  7. 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 (2490449, 2489704, 2448417, 2446605, 2444732, 2444712, 2412023, 2411990, 2411973, 2411972, 2411761, 2404665, 2402282, 2329587, 2309082, 2308092, 2294731, 2294691, 2294339, 2233512, 2222959, 2220909, 2220145, 2219025, 2219018, 2219003, 2212707, 2212690, 2209251, 2208595, 2204430, 2204393, 2204204, 2203908, 2203901, 2203818, 2203781, 2203661, 2203646, 2203643, 2201846, 2201786, 2200920, 2198760, 2197232, 2197216, 2196598, 2196300, 2196251, 2195330, 2195275, 2192593, 2192437, 2192433, 2190871, 2189768, 2189077, 2189067, 2188937, 2188725, 2188632, 2188533, 2188090, 2187755, 2187754, 2187733, 2187693, 2187658, 2187394, 2187382, 2187165, 2187127, 2187063, 2186937, 2186905, 2186899, 2186886, 2186712, 2186708, 2186678, 2186643, 2186544, 2186532, 2186527, 2186445, 2186444, 2186359, 2186342, 2186219, 2186214, 2186191, 2186187, 2186126, 2186070, 2186059, 2186003, 2185979, 2185909, 2185890, 2185872, 2185569, 2185552, 2185543, 2185523, 2185521, 2185511, 2185487, 2185485, 2185358))
    Run Time: 0.003858
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_postrangePRIMARYPRIMARY4 109Using where
    SIMPLExf_thread_Thread_1eq_refPRIMARYPRIMARY4tfp_xenforo.xf_post.thread_id1 
    SIMPLExf_forum_Forum_2eq_refPRIMARYPRIMARY4tfp_xenforo.xf_thread_Thread_1.node_id1Using where
    SIMPLExf_node_Node_3eq_refPRIMARYPRIMARY4tfp_xenforo.xf_forum_Forum_2.node_id1Using where
    SIMPLExf_user_User_4eq_refPRIMARYPRIMARY4tfp_xenforo.xf_post.user_id1 
    SIMPLExf_permission_cache_content_Permissions_5eq_refPRIMARYPRIMARY35const,const,tfp_xenforo.xf_node_Node_3.node_id1Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1430
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Mvc/Entity/Manager.php at line 214
    4. XF\Mvc\Entity\Manager->findByIds() in src/XF/App.php at line 2866
    5. XF\App->findByContentType() in src/XF/Search/Data/AbstractData.php at line 137
    6. XF\Search\Data\AbstractData->getContent() in src/XF/Search/Search.php at line 266
    7. XF\Search\Search->getResultSetData() in src/XF/ResultSet.php at line 230
    8. XF\ResultSet->loadResultsData() in src/XF/ResultSet.php at line 214
    9. XF\ResultSet->limitToViewableResults() in src/XF/ResultSet.php at line 183
    10. XF\ResultSet->sliceResults() in src/XF/ResultSet.php at line 193
    11. XF\ResultSet->limitResults() in src/XF/Pub/Controller/Member.php at line 680
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 352
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    14. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    15. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    16. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    17. XF\App->run() in src/XF.php at line 524
    18. XF::runApp() in index.php at line 20
  8. 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 (283881, 278960, 274187, 273990, 266174, 263835, 263546, 262304, 255410, 253684, 252373, 251756, 250741, 250375, 250179, 249835, 249675, 249507))
    Run Time: 0.001536
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrangePRIMARYPRIMARY4 18Using where
    SIMPLExf_forum_Forum_1eq_refPRIMARYPRIMARY4tfp_xenforo.xf_thread.node_id1 
    SIMPLExf_node_Node_2eq_refPRIMARYPRIMARY4tfp_xenforo.xf_forum_Forum_1.node_id1Using where
    SIMPLExf_post_FirstPost_3eq_refPRIMARYPRIMARY4tfp_xenforo.xf_thread.first_post_id1 
    SIMPLExf_user_User_4eq_refPRIMARYPRIMARY4tfp_xenforo.xf_thread.user_id1 
    SIMPLExf_permission_cache_content_Permissions_5eq_refPRIMARYPRIMARY35const,const,tfp_xenforo.xf_node_Node_2.node_id1Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1430
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Mvc/Entity/Manager.php at line 214
    4. XF\Mvc\Entity\Manager->findByIds() in src/XF/App.php at line 2866
    5. XF\App->findByContentType() in src/XF/Search/Data/AbstractData.php at line 137
    6. XF\Search\Data\AbstractData->getContent() in src/XF/Search/Search.php at line 266
    7. XF\Search\Search->getResultSetData() in src/XF/ResultSet.php at line 230
    8. XF\ResultSet->loadResultsData() in src/XF/ResultSet.php at line 214
    9. XF\ResultSet->limitToViewableResults() in src/XF/ResultSet.php at line 183
    10. XF\ResultSet->sliceResults() in src/XF/ResultSet.php at line 193
    11. XF\ResultSet->limitResults() in src/XF/Pub/Controller/Member.php at line 680
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 352
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    14. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    15. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    16. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    17. XF\App->run() in src/XF.php at line 524
    18. XF::runApp() in index.php at line 20
  9. SELECT `xf_mg_media_item`.*, `xf_mg_album_Album_1`.*, `xf_mg_category_Category_2`.*, `xf_user_User_3`.*, `xf_attachment_Attachment_4`.*, `xf_attachment_data_Data_5`.*, `xf_permission_cache_content_Permissions_6`.*
    FROM `xf_mg_media_item`
    LEFT JOIN `xf_mg_album` AS `xf_mg_album_Album_1` ON (`xf_mg_album_Album_1`.`album_id` = `xf_mg_media_item`.`album_id`)
    LEFT JOIN `xf_mg_category` AS `xf_mg_category_Category_2` ON (`xf_mg_category_Category_2`.`category_id` = `xf_mg_media_item`.`category_id`)
    LEFT JOIN `xf_user` AS `xf_user_User_3` ON (`xf_user_User_3`.`user_id` = `xf_mg_media_item`.`user_id`)
    LEFT JOIN `xf_attachment` AS `xf_attachment_Attachment_4` ON (`xf_attachment_Attachment_4`.`content_type` = 'xfmg_media' AND `xf_attachment_Attachment_4`.`content_id` = `xf_mg_media_item`.`media_id`)
    LEFT JOIN `xf_attachment_data` AS `xf_attachment_data_Data_5` ON (`xf_attachment_data_Data_5`.`data_id` = `xf_attachment_Attachment_4`.`data_id`)
    LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_6` ON (`xf_permission_cache_content_Permissions_6`.`content_type` = 'xfmg_category' AND `xf_permission_cache_content_Permissions_6`.`content_id` = `xf_mg_category_Category_2`.`category_id` AND `xf_permission_cache_content_Permissions_6`.`permission_combination_id` = '1')
    WHERE (`xf_mg_media_item`.`media_id` IN (224512, 223072, 203509, 203508, 203507, 203506, 200855, 200854, 200853, 200852, 188639, 185978, 183155, 183154, 183153, 180842, 180838, 180839, 180840, 180841, 180026, 179724, 179550))
    Run Time: 0.001771
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_mg_media_itemrangePRIMARYPRIMARY4 23Using where
    SIMPLExf_mg_album_Album_1eq_refPRIMARYPRIMARY4tfp_xenforo.xf_mg_media_item.album_id1 
    SIMPLExf_mg_category_Category_2eq_refPRIMARYPRIMARY4tfp_xenforo.xf_mg_media_item.category_id1 
    SIMPLExf_user_User_3eq_refPRIMARYPRIMARY4tfp_xenforo.xf_mg_media_item.user_id1 
    SIMPLExf_attachment_Attachment_4refcontent_type_id_datecontent_type_id_date31const,tfp_xenforo.xf_mg_media_item.media_id1Using where
    SIMPLExf_attachment_data_Data_5eq_refPRIMARYPRIMARY4tfp_xenforo.xf_attachment_Attachment_4.data_id1Using where
    SIMPLExf_permission_cache_content_Permissions_6eq_refPRIMARYPRIMARY35const,const,tfp_xenforo.xf_mg_category_Category_2.category_id1Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1430
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Mvc/Entity/Manager.php at line 214
    4. XF\Mvc\Entity\Manager->findByIds() in src/XF/App.php at line 2866
    5. XF\App->findByContentType() in src/XF/Search/Data/AbstractData.php at line 137
    6. XF\Search\Data\AbstractData->getContent() in src/XF/Search/Search.php at line 266
    7. XF\Search\Search->getResultSetData() in src/XF/ResultSet.php at line 230
    8. XF\ResultSet->loadResultsData() in src/XF/ResultSet.php at line 214
    9. XF\ResultSet->limitToViewableResults() in src/XF/ResultSet.php at line 183
    10. XF\ResultSet->sliceResults() in src/XF/ResultSet.php at line 193
    11. XF\ResultSet->limitResults() in src/XF/Pub/Controller/Member.php at line 680
    12. XF\Pub\Controller\Member->actionRecentContent() in src/XF/Mvc/Dispatcher.php at line 352
    13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    14. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    15. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    16. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    17. XF\App->run() in src/XF.php at line 524
    18. XF::runApp() in index.php at line 20
  10. SELECT view_date
    FROM xf_session_activity
    WHERE user_id = ? AND unique_key = ?
    Params: 0,
    Run Time: 0.000324
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_session_activityconstPRIMARYPRIMARY22const,const1 

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

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Repository/SessionActivity.php at line 227
    3. XF\Repository\SessionActivity->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 84
    4. XF\Pub\Controller\AbstractController->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 44
    5. XF\Pub\Controller\AbstractController->postDispatchType() in src/XF/Mvc/Controller.php at line 360
    6. XF\Mvc\Controller->postDispatch() in src/XF/Mvc/Dispatcher.php at line 385
    7. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    8. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    9. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    10. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    11. XF\App->run() in src/XF.php at line 524
    12. XF::runApp() in index.php at line 20
  12. SELECT `xf_th_xlink_platform_link`.*
    FROM `xf_th_xlink_platform_link`
    
    WHERE (`xf_th_xlink_platform_link`.`platform_id` IN (1))
    Run Time: 0.000432
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_th_xlink_platform_linkconstPRIMARYPRIMARY4const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1430
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Mvc/Entity/Manager.php at line 214
    4. XF\Mvc\Entity\Manager->findByIds() in src/addons/ThemeHouse/XLink/Navigation/RemoteNavigation.php at line 122
    5. ThemeHouse\XLink\Navigation\RemoteNavigation::loadPlatformLinks() in src/addons/ThemeHouse/XLink/Navigation/RemoteNavigation.php at line 79
    6. ThemeHouse\XLink\Navigation\RemoteNavigation::displayPlatformExtended() in internal_data/code_cache/navigation_cache.php at line 119
    7. XF\Pub\App->{closure}() in src/XF/Template/Templater.php at line 7652
    8. XF\Template\Templater->renderNavigationClosure() in src/XF/Pub/App.php at line 578
    9. XF\Pub\App->getNavigation() in src/XF/Pub/App.php at line 529
    10. XF\Pub\App->renderPageHtml() in src/XF/App.php at line 2281
    11. XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 404
    12. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 60
    13. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    14. XF\App->run() in src/XF.php at line 524
    15. XF::runApp() in index.php at line 20

Included Files (458, XenForo Classes: 122)

  1. index.php
  2. src/XF.php
  3. src/vendor/autoload.php
  4. src/vendor/composer/autoload_real.php
  5. src/vendor/composer/ClassLoader.php
  6. src/vendor/composer/autoload_static.php
  7. src/vendor/laminas/laminas-zendframework-bridge/src/autoload.php
  8. src/vendor/laminas/laminas-zendframework-bridge/src/Autoloader.php
  9. src/vendor/laminas/laminas-zendframework-bridge/src/RewriteRules.php
  10. src/vendor/symfony/polyfill-intl-normalizer/bootstrap.php
  11. src/vendor/symfony/polyfill-php72/bootstrap.php
  12. src/vendor/symfony/polyfill-intl-idn/bootstrap.php
  13. src/vendor/symfony/polyfill-mbstring/bootstrap.php
  14. src/vendor/ralouphie/getallheaders/src/getallheaders.php
  15. src/vendor/guzzlehttp/promises/src/functions_include.php
  16. src/vendor/guzzlehttp/promises/src/functions.php
  17. src/vendor/guzzlehttp/psr7/src/functions_include.php
  18. src/vendor/guzzlehttp/psr7/src/functions.php
  19. src/vendor/guzzlehttp/guzzle/src/functions_include.php
  20. src/vendor/guzzlehttp/guzzle/src/functions.php
  21. src/vendor/paragonie/sodium_compat/autoload.php
  22. src/vendor/paragonie/sodium_compat/autoload-php7.php
  23. src/vendor/paragonie/sodium_compat/src/Compat.php
  24. src/vendor/paragonie/sodium_compat/lib/namespaced.php
  25. src/vendor/paragonie/sodium_compat/lib/sodium_compat.php
  26. src/vendor/paragonie/sodium_compat/lib/constants.php
  27. src/vendor/paragonie/sodium_compat/lib/php72compat.php
  28. src/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php
  29. src/vendor/paragonie/sodium_compat/lib/ristretto255.php
  30. src/vendor/swiftmailer/swiftmailer/lib/swift_required.php
  31. src/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
  32. src/vendor/symfony/var-dumper/Resources/functions/dump.php
  33. src/vendor/dokuwiki/utf8/utf8.php
  34. src/XF/Http/Request.php
  35. src/XF/InputFilterer.php
  36. src/XF/Pub/App.php
  37. src/XF/App.php
  38. src/XF/Container.php
  39. src/config.php
  40. src/XF/DataRegistry.php
  41. src/XF/Db/Mysqli/Adapter.php
  42. src/XF/Db/AbstractAdapter.php
  43. src/XF/CacheFactory.php
  44. src/addons/SV/RedisCache/Redis.php
  45. src/addons/SV/RedisCache/Credis/Client.php
  46. src/addons/SV/RedisCache/Credis/Sentinel.php
  47. src/addons/SV/RedisCache/Cm_Cache_Backend_Redis.php
  48. src/addons/SV/RedisCache/CacheProvider.php
  49. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
  50. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
  51. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
  52. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
  53. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
  54. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
  55. src/XF/Extension.php
  56. src/XF/AddOn/Manager.php
  57. src/XF/ComposerAutoload.php
  58. src/addons/Audentio/API/vendor/composer/autoload_namespaces.php
  59. src/addons/Audentio/API/vendor/composer/autoload_psr4.php
  60. src/addons/Audentio/API/vendor/composer/autoload_classmap.php
  61. src/addons/Audentio/API/vendor/composer/autoload_files.php
  62. src/addons/Audentio/API/vendor/laminas/laminas-diactoros/src/functions/create_uploaded_file.php
  63. src/addons/Audentio/API/vendor/laminas/laminas-diactoros/src/functions/marshal_headers_from_sapi.php
  64. src/addons/Audentio/API/vendor/laminas/laminas-diactoros/src/functions/marshal_method_from_sapi.php
  65. src/addons/Audentio/API/vendor/laminas/laminas-diactoros/src/functions/marshal_protocol_version_from_sapi.php
  66. src/addons/Audentio/API/vendor/laminas/laminas-diactoros/src/functions/marshal_uri_from_sapi.php
  67. src/addons/Audentio/API/vendor/laminas/laminas-diactoros/src/functions/normalize_server.php
  68. src/addons/Audentio/API/vendor/laminas/laminas-diactoros/src/functions/normalize_uploaded_files.php
  69. src/addons/Audentio/API/vendor/laminas/laminas-diactoros/src/functions/parse_cookie_header.php
  70. src/addons/Audentio/API/vendor/laminas/laminas-diactoros/src/functions/create_uploaded_file.legacy.php
  71. src/addons/Audentio/API/vendor/laminas/laminas-diactoros/src/functions/marshal_headers_from_sapi.legacy.php
  72. src/addons/Audentio/API/vendor/laminas/laminas-diactoros/src/functions/marshal_method_from_sapi.legacy.php
  73. src/addons/Audentio/API/vendor/laminas/laminas-diactoros/src/functions/marshal_protocol_version_from_sapi.legacy.php
  74. src/addons/Audentio/API/vendor/laminas/laminas-diactoros/src/functions/marshal_uri_from_sapi.legacy.php
  75. src/addons/Audentio/API/vendor/laminas/laminas-diactoros/src/functions/normalize_server.legacy.php
  76. src/addons/Audentio/API/vendor/laminas/laminas-diactoros/src/functions/normalize_uploaded_files.legacy.php
  77. src/addons/Audentio/API/vendor/laminas/laminas-diactoros/src/functions/parse_cookie_header.legacy.php
  78. src/addons/Audentio/API/vendor/symfony/polyfill-ctype/bootstrap.php
  79. src/addons/Audentio/API/vendor/ramsey/uuid/src/functions.php
  80. src/addons/Audentio/App/vendor/composer/autoload_namespaces.php
  81. src/addons/Audentio/App/vendor/composer/autoload_psr4.php
  82. src/addons/Audentio/App/vendor/composer/autoload_classmap.php
  83. src/addons/Audentio/App/vendor/composer/autoload_files.php
  84. src/addons/Audentio/App/vendor/symfony/polyfill-php80/bootstrap.php
  85. src/addons/Audentio/App/vendor/symfony/deprecation-contracts/function.php
  86. src/addons/Audentio/App/vendor/symfony/translation/Resources/functions.php
  87. src/addons/Audentio/Feeds/vendor/composer/autoload_namespaces.php
  88. src/addons/Audentio/Feeds/vendor/composer/autoload_psr4.php
  89. src/addons/Audentio/Feeds/vendor/composer/autoload_classmap.php
  90. src/addons/Audentio/Feeds/vendor/composer/autoload_files.php
  91. src/addons/ThemeHouse/UserCriteria/vendor/composer/autoload_namespaces.php
  92. src/addons/ThemeHouse/UserCriteria/vendor/composer/autoload_psr4.php
  93. src/addons/ThemeHouse/UserCriteria/vendor/composer/autoload_classmap.php
  94. src/addons/ThemeHouse/UserCriteria/vendor/composer/autoload_files.php
  95. src/addons/SV/RedisCache/Listener.php
  96. src/addons/SV/RedisCache/ContainerExtractor.php
  97. src/addons/Audentio/API/Listener.php
  98. src/addons/Audentio/App/Listener.php
  99. src/addons/Audentio/App/App.php
  100. src/addons/SV/StandardLib/XF/InputFilterer.php
  101. src/addons/Audentio/CompleteAccount/Listener/AppSetup.php
  102. src/addons/Audentio/Feeds/Listener/AppSetup.php
  103. src/addons/Audentio/SiteTour/Listener/AppSetup.php
  104. src/addons/ThemeHouse/Feature/Listener/AppSetup.php
  105. src/addons/ThemeHouse/ImageOptimizer/Listener/App.php
  106. src/addons/ThemeHouse/Core/AutoLoad.php
  107. src/addons/ThemeHouse/Core/AutoLoad/20170817.php
  108. src/addons/ThemeHouse/ImageOptimizer/vendor/composer/autoload_namespaces.php
  109. src/addons/ThemeHouse/ImageOptimizer/vendor/composer/autoload_psr4.php
  110. src/addons/ThemeHouse/ImageOptimizer/vendor/composer/autoload_classmap.php
  111. src/addons/ThemeHouse/Monetize/Listener/AppSetup.php
  112. src/addons/ThemeHouse/XLink/Listener/AppSetup.php
  113. src/addons/ThemeHouse/XWiki/Listener/AppSetup.php
  114. src/addons/ThemeHouse/XWiki/vendor/composer/autoload_namespaces.php
  115. src/addons/ThemeHouse/XWiki/vendor/composer/autoload_psr4.php
  116. src/addons/ThemeHouse/XWiki/vendor/composer/autoload_classmap.php
  117. src/addons/XFMG/Listener.php
  118. src/XF/PageCache.php
  119. src/XF/Session/Session.php
  120. src/XF/Session/CacheStorage.php
  121. src/XF/Session/StorageInterface.php
  122. src/XF/Util/Ip.php
  123. src/XF/Util/Random.php
  124. src/XF/Http/Response.php
  125. src/XF/Mvc/Entity/Manager.php
  126. src/XF/Mvc/Entity/ValueFormatter.php
  127. src/XF/Repository/User.php
  128. src/XF/Mvc/Entity/Repository.php
  129. src/XF/Entity/User.php
  130. src/XF/Mvc/Entity/Entity.php
  131. src/XF/Entity/LinkableInterface.php
  132. src/addons/Audentio/API/XF/Entity/User.php
  133. src/addons/Audentio/CompleteAccount/XF/Entity/User.php
  134. src/addons/Audentio/Feeds/XF/Entity/User.php
  135. src/addons/Audentio/GuestPrompts/XF/Entity/User.php
  136. src/addons/Audentio/SiteTour/XF/Entity/User.php
  137. src/addons/ThemeHouse/Feature/XF/Entity/User.php
  138. src/addons/ThemeHouse/ImageOptimizer/XF/Entity/User.php
  139. src/addons/ThemeHouse/ImageOptimizer/Traits/ImageOptimizerStatusTrait.php
  140. src/addons/ThemeHouse/Monetize/XF/Entity/User.php
  141. src/addons/ThemeHouse/UIX/XF/Entity/User.php
  142. src/addons/ThemeHouse/UserCriteria/XF/Entity/User.php
  143. src/addons/ThemeHouse/XLink/XF/Entity/User.php
  144. src/addons/XFMG/XF/Entity/User.php
  145. src/addons/SV/WarningImprovements/XF/Entity/User.php
  146. src/addons/Audentio/App/XF/Entity/User.php
  147. src/addons/Audentio/App/Entity/Traits/MobileAppEntityTrait.php
  148. src/XF/Mvc/Entity/Structure.php
  149. src/addons/ThemeHouse/Covers/Listener/EntityStructure.php
  150. src/addons/ThemeHouse/Covers/Repository/CoverHandler.php
  151. src/addons/ThemeHouse/Covers/Cover/Thread.php
  152. src/addons/ThemeHouse/Covers/Cover/AbstractHandler.php
  153. src/addons/Audentio/CompleteAccount/Listener/EntityStructure.php
  154. src/XF/Entity/UserAuth.php
  155. src/XF/Entity/UserOption.php
  156. src/addons/Audentio/App/XF/Entity/UserOption.php
  157. src/addons/Audentio/Feeds/XF/Entity/UserOption.php
  158. src/addons/SV/WarningImprovements/XF/Entity/UserOption.php
  159. src/addons/ThemeHouse/UIX/Listener/EntityStructure.php
  160. src/XF/Entity/UserProfile.php
  161. src/addons/ThemeHouse/ImageOptimizer/XF/Entity/UserProfile.php
  162. src/addons/ThemeHouse/Monetize/XF/Entity/UserProfile.php
  163. src/XF/Entity/UserPrivacy.php
  164. src/addons/SV/WarningImprovements/Listener.php
  165. src/XF/Util/File.php
  166. src/XF/Language.php
  167. src/XF/Mvc/Dispatcher.php
  168. src/XF/Mvc/Router.php
  169. src/addons/XF301VB/Mvc/Router.php
  170. src/addons/Audentio/API/XF/Mvc/Router.php
  171. src/XF/Mvc/RouteMatch.php
  172. src/XF/Util/Arr.php
  173. src/XF/Mvc/ParameterBag.php
  174. src/XF/Pub/Controller/Member.php
  175. src/XF/Pub/Controller/AbstractController.php
  176. src/XF/Mvc/Controller.php
  177. src/addons/Audentio/GuestPrompts/XF/Pub/Controller/Member.php
  178. src/addons/ThemeHouse/Feature/XF/Pub/Controller/Member.php
  179. src/addons/ThemeHouse/XPress/XF/Pub/Controller/Member.php
  180. src/addons/SV/WarningImprovements/XF/Pub/Controller/Member.php
  181. src/XF/Util/Php.php
  182. src/XF/PermissionCache.php
  183. src/addons/ThemeHouse/Monetize/XF/PermissionCache.php
  184. src/XF/PermissionSet.php
  185. src/addons/ThemeHouse/Monetize/XF/PermissionSet.php
  186. src/XF/Db/Mysqli/Statement.php
  187. src/XF/Db/AbstractStatement.php
  188. src/XF/Finder/User.php
  189. src/XF/Mvc/Entity/Finder.php
  190. src/XF/Search/Search.php
  191. src/XF/ResultSetInterface.php
  192. src/addons/XFES/XF/Search/Search.php
  193. src/addons/XFES/Listener.php
  194. src/addons/XFES/Elasticsearch/Api.php
  195. src/XF/SubContainer/Http.php
  196. src/XF/SubContainer/AbstractSubContainer.php
  197. src/vendor/guzzlehttp/psr7/src/Uri.php
  198. src/vendor/psr/http-message/src/UriInterface.php
  199. src/vendor/guzzlehttp/guzzle/src/Client.php
  200. src/vendor/guzzlehttp/guzzle/src/ClientInterface.php
  201. src/vendor/guzzlehttp/guzzle/src/HandlerStack.php
  202. src/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php
  203. src/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php
  204. src/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php
  205. src/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php
  206. src/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php
  207. src/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php
  208. src/vendor/guzzlehttp/guzzle/src/Middleware.php
  209. src/vendor/guzzlehttp/psr7/src/Utils.php
  210. src/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php
  211. src/addons/XFES/Search/Source/Elasticsearch.php
  212. src/XF/Search/Source/AbstractSource.php
  213. src/XF/Search/Query/KeywordQuery.php
  214. src/XF/Search/Query/Query.php
  215. src/XF/Search/Data/Page.php
  216. src/XF/Search/Data/AbstractData.php
  217. src/XF/Search/Data/Post.php
  218. src/XF/Search/Data/ProfilePost.php
  219. src/XF/Search/Data/ProfilePostComment.php
  220. src/addons/ThemeHouse/Feature/Search/Data/Feature.php
  221. src/XF/Search/Data/Thread.php
  222. src/addons/XFMG/Search/Data/Album.php
  223. src/addons/XFMG/Search/Data/Comment.php
  224. src/addons/XFMG/Search/Data/Media.php
  225. src/XF/Entity/Forum.php
  226. src/XF/Entity/AbstractNode.php
  227. src/addons/Audentio/App/XF/Entity/Forum.php
  228. src/addons/Audentio/App/XF/Entity/NodeViewCheckTrait.php
  229. src/addons/Audentio/Feeds/XF/Entity/Forum.php
  230. src/addons/Audentio/GuestPrompts/XF/Entity/Forum.php
  231. src/addons/ThemeHouse/Monetize/XF/Entity/Forum.php
  232. src/addons/XFES/XF/Entity/Forum.php
  233. src/addons/XFMG/XF/Entity/Forum.php
  234. src/XF/Entity/Node.php
  235. src/XF/Entity/BookmarkTrait.php
  236. src/addons/ThemeHouse/Nodes/XF/Entity/Node.php
  237. src/addons/ThemeHouse/UIX/XF/Entity/Node.php
  238. src/addons/Audentio/App/XF/Entity/Node.php
  239. src/XF/Template/Templater.php
  240. src/addons/Audentio/App/XF/Template/Templater.php
  241. src/addons/Audentio/App/XF/Template/TemplaterTrait.php
  242. src/addons/ThemeHouse/Monetize/XF/Template/Templater.php
  243. src/addons/ThemeHouse/StyleSwitch/XF/Template/Templater.php
  244. src/addons/ThemeHouse/UIX/XF/Template/Templater.php
  245. src/addons/ThemeHouse/XLink/XF/Template/Templater.php
  246. src/addons/ThemeHouse/XPress/XF/Template/Templater.php
  247. src/addons/SV/WarningImprovements/XF/Template/Templater.php
  248. src/addons/ThemeHouse/XLink/Registry.php
  249. src/XF/SubContainer/BbCode.php
  250. src/XF/SubContainer/Widget.php
  251. src/addons/Audentio/Feeds/Listener/TemplaterSetup.php
  252. src/addons/Audentio/Feeds/Template/TemplaterSetup.php
  253. src/addons/Audentio/SiteTour/Listener/TemplaterSetup.php
  254. src/addons/Audentio/SiteTour/Template/TemplaterSetup.php
  255. src/addons/ThemeHouse/Covers/Listener/TemplaterSetup.php
  256. src/addons/ThemeHouse/Feature/Listener/Templater.php
  257. src/addons/ThemeHouse/Nodes/Listener/TemplaterSetup.php
  258. src/addons/ThemeHouse/StyleSwitch/Listener.php
  259. src/addons/ThemeHouse/UIX/Listener/TemplaterSetup.php
  260. src/addons/XFMG/Template/TemplaterSetup.php
  261. src/addons/SV/StandardLib/TemplaterHelper.php
  262. src/addons/SV/StandardLib/TemplaterAccess.php
  263. src/addons/ThemeHouse/Monetize/Listener/EntityStructure.php
  264. src/XF/Entity/PermissionCacheContent.php
  265. src/XF/Mvc/Entity/Proxyable.php
  266. src/XF/Mvc/Entity/FinderCollection.php
  267. src/XF/Mvc/Entity/AbstractCollection.php
  268. src/XF/Mvc/Entity/ArrayCollection.php
  269. src/XF/Search/Query/MetadataConstraint.php
  270. src/vendor/guzzlehttp/psr7/src/Request.php
  271. src/vendor/psr/http-message/src/RequestInterface.php
  272. src/vendor/psr/http-message/src/MessageInterface.php
  273. src/vendor/guzzlehttp/psr7/src/MessageTrait.php
  274. src/vendor/guzzlehttp/guzzle/src/RequestOptions.php
  275. src/vendor/guzzlehttp/psr7/src/UriResolver.php
  276. src/vendor/guzzlehttp/guzzle/src/Utils.php
  277. src/vendor/guzzlehttp/psr7/src/Stream.php
  278. src/vendor/psr/http-message/src/StreamInterface.php
  279. src/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php
  280. src/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php
  281. src/vendor/guzzlehttp/psr7/src/Response.php
  282. src/vendor/psr/http-message/src/ResponseInterface.php
  283. src/vendor/guzzlehttp/promises/src/FulfilledPromise.php
  284. src/vendor/guzzlehttp/promises/src/PromiseInterface.php
  285. src/vendor/guzzlehttp/promises/src/Utils.php
  286. src/vendor/guzzlehttp/promises/src/TaskQueue.php
  287. src/vendor/guzzlehttp/promises/src/TaskQueueInterface.php
  288. src/vendor/guzzlehttp/promises/src/Promise.php
  289. src/vendor/guzzlehttp/promises/src/Create.php
  290. src/vendor/guzzlehttp/promises/src/Is.php
  291. src/addons/XFES/Elasticsearch/Response.php
  292. src/XF/ResultSet.php
  293. src/XF/Entity/Post.php
  294. src/XF/Entity/QuotableInterface.php
  295. src/XF/BbCode/RenderableContentInterface.php
  296. src/XF/Entity/ReactionTrait.php
  297. src/XF/Entity/ContentVoteTrait.php
  298. src/addons/Audentio/CompleteAccount/XF/Entity/Post.php
  299. src/addons/Audentio/Feeds/XF/Entity/Post.php
  300. src/addons/ThemeHouse/Feature/XF/Entity/Post.php
  301. src/addons/ThemeHouse/Monetize/XF/Entity/Post.php
  302. src/addons/ThemeHouse/XPress/XF/Entity/Post.php
  303. src/addons/XENTR/ThreadNotice/XF/Entity/Post.php
  304. src/addons/XFES/XF/Entity/Post.php
  305. src/addons/XFMG/XF/Entity/Post.php
  306. src/addons/SV/WarningImprovements/XF/Entity/Post.php
  307. src/addons/SV/WarningImprovements/Entity/SupportsDisablingReactionInterface.php
  308. src/addons/SV/WarningImprovements/Entity/SupportsEmbedMetadataInterface.php
  309. src/addons/SV/WarningImprovements/Entity/SupportsWrappingContentWithSpoilerInterface.php
  310. src/addons/SV/WarningImprovements/Entity/SupportsDisablingReactionTrait.php
  311. src/addons/SV/WarningImprovements/Entity/SupportsEmbedMetadataTrait.php
  312. src/addons/SV/WarningImprovements/Entity/SupportsWrappingContentWithSpoilerTrait.php
  313. src/addons/Audentio/App/XF/Entity/Post.php
  314. src/addons/ThemeHouse/XPress/Listener/EntityStructure.php
  315. src/addons/ThemeHouse/XLink/Listener/Traits/EntityStructure.php
  316. src/XF/Finder/Post.php
  317. src/XF/Entity/Thread.php
  318. src/addons/Audentio/Feeds/XF/Entity/Thread.php
  319. src/addons/Audentio/GuestPrompts/XF/Entity/Thread.php
  320. src/addons/ThemeHouse/Feature/XF/Entity/Thread.php
  321. src/addons/ThemeHouse/Feature/Entity/Interfaces/FeaturableInterface.php
  322. src/addons/ThemeHouse/Feature/Entity/Traits/FeaturableTrait.php
  323. src/addons/ThemeHouse/Trending/XF/Entity/Thread.php
  324. src/addons/ThemeHouse/XPress/XF/Entity/Thread.php
  325. src/addons/XFES/XF/Entity/Thread.php
  326. src/addons/XFMG/XF/Entity/Thread.php
  327. src/addons/Audentio/App/XF/Entity/Thread.php
  328. src/addons/ThemeHouse/XWiki/Listener/EntityStructure.php
  329. src/XF/Finder/Thread.php
  330. src/addons/Audentio/Feeds/XF/Finder/Thread.php
  331. src/addons/SV/RedisCache/XF/Finder/Thread.php
  332. src/addons/XFMG/Entity/MediaItem.php
  333. src/addons/XFMG/Entity/CommentableTrait.php
  334. src/addons/XFMG/Entity/RateableTrait.php
  335. src/addons/Audentio/Feeds/XFMG/Entity/MediaItem.php
  336. src/addons/Audentio/GuestPrompts/XFMG/Entity/MediaItem.php
  337. src/addons/ThemeHouse/Feature/XFMG/Entity/MediaItem.php
  338. src/addons/ThemeHouse/Trending/XFMG/Entity/MediaItem.php
  339. src/addons/Audentio/App/XFMG/Entity/MediaItem.php
  340. src/addons/XFMG/Finder/MediaItem.php
  341. src/addons/Audentio/Feeds/XFMG/Finder/MediaItem.php
  342. src/addons/Audentio/Feeds/Finder/CachingTotalTrait.php
  343. src/addons/XFMG/Entity/Album.php
  344. src/addons/XFMG/Entity/Category.php
  345. src/XF/Entity/AbstractCategoryTree.php
  346. src/addons/Audentio/App/XFMG/Entity/Category.php
  347. src/addons/XFMG/Repository/Category.php
  348. src/XF/Repository/AbstractCategoryTree.php
  349. src/XF/Phrase.php
  350. src/addons/XFMG/Repository/Media.php
  351. src/XF/Entity/Attachment.php
  352. src/addons/Audentio/App/XF/Entity/Attachment.php
  353. src/addons/XFMG/XF/Entity/Attachment.php
  354. src/XF/Entity/AttachmentData.php
  355. src/addons/ThemeHouse/ImageOptimizer/XF/Entity/AttachmentData.php
  356. src/addons/XFMG/XF/Entity/AttachmentData.php
  357. src/XF/Search/RenderWrapper.php
  358. src/XF/PreEscapedInterface.php
  359. src/XF/Mvc/Reply/View.php
  360. src/XF/Mvc/Reply/AbstractReply.php
  361. src/XF/Repository/SessionActivity.php
  362. src/addons/SV/RedisCache/XF/Repository/SessionActivity.php
  363. src/XF/Data/Robot.php
  364. src/XF/Style.php
  365. src/XF/CookieConsent.php
  366. src/XF/Captcha/Turnstile.php
  367. src/XF/Captcha/AbstractCaptcha.php
  368. src/XF/Repository/Payment.php
  369. src/addons/Audentio/App/XF/Repository/Payment.php
  370. src/addons/Audentio/App/Payment/AndroidIAP.php
  371. src/addons/Audentio/App/Payment/AbstractIAP.php
  372. src/XF/Payment/AbstractProvider.php
  373. src/addons/ThemeHouse/Monetize/Payment/Free.php
  374. src/addons/Audentio/App/Payment/IosIAP.php
  375. src/XF/Payment/PayPal.php
  376. src/addons/ThemeHouse/Monetize/XF/Payment/PayPal.php
  377. src/XF/SimpleCache.php
  378. src/XF/Mvc/Renderer/Html.php
  379. src/XF/Mvc/Renderer/AbstractRenderer.php
  380. src/addons/ThemeHouse/StyleSwitch/XF/Mvc/Renderer/Html.php
  381. src/XF/Mvc/View.php
  382. src/XF/Template/Template.php
  383. internal_data/code_cache/templates/l1/s21/public/member_recent_content.php
  384. src/XF/PreEscaped.php
  385. internal_data/code_cache/templates/l1/s21/public/search_result_post.php
  386. src/XF/Str/Formatter.php
  387. src/addons/Audentio/App/XF/Str/Formatter.php
  388. src/XF/Str/MentionFormatter.php
  389. internal_data/code_cache/templates/l1/s21/public/search_result_thread.php
  390. internal_data/code_cache/templates/l1/s21/public/search_result_xfmg_media.php
  391. src/XF/Pub/Route/Search.php
  392. internal_data/code_cache/navigation_cache.php
  393. src/addons/ThemeHouse/XLink/Navigation/RemoteNavigation.php
  394. src/XF/Navigation/AbstractType.php
  395. src/addons/ThemeHouse/XLink/Entity/PlatformLink.php
  396. src/XF/NoticeList.php
  397. src/XF/Criteria/User.php
  398. src/XF/Criteria/AbstractCriteria.php
  399. src/addons/ThemeHouse/UserCriteria/Listener/CriteriaUser.php
  400. src/addons/Audentio/CompleteAccount/Listener/CriteriaUser.php
  401. src/addons/ThemeHouse/Feature/Listener/CriteriaUser.php
  402. src/addons/ThemeHouse/Monetize/Listener/CriteriaUser.php
  403. src/addons/ThemeHouse/XLink/Listener/CriteriaUser.php
  404. src/XF/Criteria/Page.php
  405. src/addons/ThemeHouse/Monetize/Listener/NoticesSetup.php
  406. src/addons/ThemeHouse/Monetize/Listener/AppPubRenderPage.php
  407. src/addons/ThemeHouse/UIX/Listener/AppPubRenderPage.php
  408. src/addons/ThemeHouse/UIX/Util/UIX.php
  409. internal_data/code_cache/widgets/_11_thuix_footer_aboutUsWidget.php
  410. src/XF/Widget/WidgetConfig.php
  411. src/XF/Widget/Html.php
  412. src/XF/Widget/AbstractWidget.php
  413. internal_data/code_cache/phrase_groups/l1/widget.php
  414. internal_data/code_cache/templates/l1/s21/public/_widget_thuix_footer_aboutUsWidget.php
  415. src/XF/Widget/WidgetRenderer.php
  416. internal_data/code_cache/templates/l1/s21/public/widget_html.php
  417. internal_data/code_cache/widgets/_12_thuix_footer_quickNavWidget.php
  418. internal_data/code_cache/templates/l1/s21/public/_widget_thuix_footer_quickNavWidget.php
  419. internal_data/code_cache/widgets/_19_Forum_Stats.php
  420. src/XF/Widget/ForumStatistics.php
  421. internal_data/code_cache/templates/l1/s21/public/widget_forum_statistics.php
  422. src/addons/ThemeHouse/XLink/Listener/AppPubRenderPage.php
  423. src/addons/ThemeHouse/XPress/Listener/AppPubRenderPage.php
  424. src/addons/ThemeHouse/UIX/Listener/Pub/TemplaterTemplatePreRender.php
  425. src/addons/ThemeHouse/XLink/Listener/TemplaterTemplatePreRender.php
  426. internal_data/code_cache/templates/l1/s21/public/PAGE_CONTAINER.php
  427. internal_data/code_cache/templates/l1/s21/public/uix_socialMedia.php
  428. src/XF/Template/MacroState.php
  429. internal_data/code_cache/templates/l1/s21/public/thcovers_positionMessage.php
  430. internal_data/code_cache/phrase_groups/l1/nav.php
  431. internal_data/code_cache/templates/l1/s21/public/_ads.php
  432. internal_data/code_cache/templates/l1/s21/public/uix_extendedFooter.php
  433. src/addons/ThemeHouse/StyleSwitch/Repository/StyleSwitch.php
  434. src/addons/ThemeHouse/Core/Branding.php
  435. src/addons/ThemeHouse/Core/Branding/20180420.php
  436. internal_data/code_cache/templates/l1/s21/public/debug_macros.php
  437. internal_data/code_cache/templates/l1/s21/public/audapp_macros.php
  438. internal_data/code_cache/templates/l1/s21/public/metadata_macros.php
  439. internal_data/code_cache/templates/l1/s21/public/helper_js_global.php
  440. internal_data/code_cache/templates/l1/s21/public/thstyleswitch_helper_js_global.php
  441. internal_data/code_cache/templates/l1/s21/public/google_analytics.php
  442. internal_data/code_cache/templates/l1/s21/public/page_style.php
  443. internal_data/code_cache/templates/l1/s21/public/uix_welcomeSection.php
  444. internal_data/code_cache/templates/l1/s21/public/uix_canvasTabs.php
  445. internal_data/code_cache/templates/l1/s21/public/uix_canvasPanels.php
  446. internal_data/code_cache/templates/l1/s21/public/thmonetize_page_container_extra_output.php
  447. internal_data/code_cache/templates/l1/s21/public/browser_warning_macros.php
  448. internal_data/code_cache/templates/l1/s21/public/uix_config.php
  449. src/addons/ThemeHouse/UIX/Listener/Pub/TemplaterMacroPreRender.php
  450. internal_data/code_cache/templates/l1/s21/public/adst_js_init.php
  451. src/addons/Audentio/SiteTour/Entity/Tour.php
  452. src/addons/Audentio/SiteTour/Entity/TourStep.php
  453. src/addons/Audentio/SiteTour/Util/GuestTourProgress.php
  454. src/addons/Audentio/SiteTour/Util/TourProgress.php
  455. internal_data/code_cache/templates/l1/s21/public/uix_js.php
  456. internal_data/code_cache/phrase_groups/l1/reaction_title.php
  457. src/XF/Debugger.php
  458. src/addons/SV/RedisCache/XF/Debugger.php

DB Connection Stats

bytes_sent23313
bytes_received1249304
packets_sent142
packets_received3098
protocol_overhead_in12392
protocol_overhead_out568
bytes_received_ok_packet0
bytes_received_eof_packet0
bytes_received_rset_header_packet441
bytes_received_rset_field_meta_packet0
bytes_received_rset_row_packet184
bytes_received_prepare_response_packet220281
bytes_received_change_user_packet1027816
packets_sent_command70
packets_received_ok0
packets_received_eof0
packets_received_rset_header49
packets_received_rset_field_meta0
packets_received_rset_row25
packets_received_prepare_response2575
packets_received_change_user424
result_set_queries22
non_result_set_queries3
no_index_used1
bad_index_used0
slow_queries0
buffered_sets0
unbuffered_sets0
ps_buffered_sets22
ps_unbuffered_sets0
flushed_normal_sets0
flushed_ps_sets0
ps_prepared_never_executed0
ps_prepared_once_executed22
rows_fetched_from_server_normal0
rows_fetched_from_server_ps402
rows_buffered_from_client_normal0
rows_buffered_from_client_ps402
rows_fetched_from_client_normal_buffered0
rows_fetched_from_client_normal_unbuffered0
rows_fetched_from_client_ps_buffered0
rows_fetched_from_client_ps_unbuffered0
rows_fetched_from_client_ps_cursor0
rows_affected_normal0
rows_affected_ps0
rows_skipped_normal0
rows_skipped_ps402
copy_on_write_saved0
copy_on_write_performed0
command_buffer_too_small0
connect_success1
connect_failure0
connection_reused0
reconnect0
pconnect_success1
active_connections1
active_persistent_connections1
explicit_close0
implicit_close0
disconnect_close0
in_middle_of_command_close0
explicit_free_result0
implicit_free_result0
explicit_stmt_close0
implicit_stmt_close0
mem_emalloc_count0
mem_emalloc_amount0
mem_ecalloc_count0
mem_ecalloc_amount0
mem_erealloc_count0
mem_erealloc_amount0
mem_efree_count0
mem_efree_amount0
mem_malloc_count0
mem_malloc_amount0
mem_calloc_count0
mem_calloc_amount0
mem_realloc_count0
mem_realloc_amount0
mem_free_count0
mem_free_amount0
mem_estrndup_count0
mem_strndup_count0
mem_estrdup_count0
mem_strdup_count0
mem_edupl_count0
mem_dupl_count0
proto_text_fetched_null0
proto_text_fetched_bit0
proto_text_fetched_tinyint0
proto_text_fetched_short0
proto_text_fetched_int240
proto_text_fetched_int0
proto_text_fetched_bigint0
proto_text_fetched_decimal0
proto_text_fetched_float0
proto_text_fetched_double0
proto_text_fetched_date0
proto_text_fetched_year0
proto_text_fetched_time0
proto_text_fetched_datetime0
proto_text_fetched_timestamp0
proto_text_fetched_string0
proto_text_fetched_blob0
proto_text_fetched_enum0
proto_text_fetched_set0
proto_text_fetched_geometry0
proto_text_fetched_other0
proto_binary_fetched_null0
proto_binary_fetched_bit3871
proto_binary_fetched_tinyint0
proto_binary_fetched_short5501
proto_binary_fetched_int242460
proto_binary_fetched_int0
proto_binary_fetched_bigint23194
proto_binary_fetched_decimal94
proto_binary_fetched_float2054
proto_binary_fetched_double92
proto_binary_fetched_date0
proto_binary_fetched_year0
proto_binary_fetched_time0
proto_binary_fetched_datetime0
proto_binary_fetched_timestamp0
proto_binary_fetched_string0
proto_binary_fetched_json10074
proto_binary_fetched_blob5538
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_prepare23
com_stmt_execute23
com_stmt_send_long_data0
com_stmt_close22
com_stmt_reset0
com_stmt_set_option0
com_stmt_fetch0
com_deamon0
bytes_received_real_data_normal0
bytes_received_real_data_ps999975

Redis Connection stats (5, time: 0.0099s, 4.1%)

main

gets3
gets.time0.006484067
sets0
sets.time0
deletes0
deletes.time0
flushes0
flushes.time0
bytes_sent0
bytes_received150918
time_compression0
time_decompression0.000913519
time_encoding0
time_decoding0.001942008

page

gets1
gets.time0.000856757
sets1
sets.time0.002572143
deletes0
deletes.time0
flushes0
flushes.time0
bytes_sent20756
bytes_received0
time_compression0.001490012
time_decompression0
time_encoding0.000149701
time_decoding0

css

gets0
gets.time0
sets0
sets.time0
deletes0
deletes.time0
flushes0
flushes.time0
bytes_sent0
bytes_received0
time_compression0
time_decompression0
time_encoding0
time_decoding0