Page Time: 0.0348s

Memory: 3.0460 MB (Peak: 3.1530 MB)

Queries (14, time: 0.0092s, 26.4%)

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

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 175
    3. XF\Db\AbstractAdapter->fetchPairs() in src/XF/DataRegistry.php at line 138
    4. XF\DataRegistry->readFromDb() in src/XF/DataRegistry.php at line 83
    5. XF\DataRegistry->get() in src/XF/App.php at line 1898
    6. XF\App->preLoadData() in src/XF/App.php at line 1886
    7. XF\App->setup() in src/XF/Pub/App.php at line 91
    8. XF\Pub\App->setup() in src/XF.php at line 461
    9. XF::setupApp() in src/XF.php at line 484
    10. XF::runApp() in index.php at line 20
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000232
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 150
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 32
    4. XF\PermissionCache->getGlobalPerms() in src/XF/PermissionSet.php at line 35
    5. XF\PermissionSet->hasGlobalPermission() in src/XF/Entity/User.php at line 1176
    6. XF\Entity\User->hasPermission() in src/XF/Entity/User.php at line 913
    7. XF\Entity\User->canStartConversation() in src/addons/EAEAddons/ConversationTools/XF/Entity/User.php at line 13
    8. EAEAddons\ConversationTools\XF\Entity\User->canStartConversation() in src/addons/EAEAddons/ConversationTools/Listener.php at line 189
    9. EAEAddons\ConversationTools\Listener::appPubStartEnd()
    10. call_user_func_array() in src/XF/Extension.php at line 67
    11. XF\Extension->fire() in src/XF/App.php at line 2834
    12. XF\App->fire() in src/XF/Pub/App.php at line 199
    13. XF\Pub\App->start() in src/XF/App.php at line 2333
    14. XF\App->run() in src/XF.php at line 488
    15. XF::runApp() in index.php at line 20
  3. 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`.*
    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`)
    WHERE (`xf_mg_media_item`.`media_id` = '38')
    
    
    LIMIT 1
    Run Time: 0.001140
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_mg_media_itemconstPRIMARYPRIMARY4const1 
    SIMPLExf_mg_album_Album_1constPRIMARYPRIMARY4const0unique row not found
    SIMPLExf_mg_category_Category_2constPRIMARYPRIMARY4const1 
    SIMPLExf_user_User_3constPRIMARYPRIMARY4const1 
    SIMPLExf_attachment_Attachment_4refcontent_type_id_datecontent_type_id_date31const,const1Using where
    SIMPLExf_attachment_data_Data_5eq_refPRIMARYPRIMARY4forum_maagalim.xf_attachment_Attachment_4.data_id1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1346
    3. XF\Mvc\Entity\Finder->fetchOne() in src/XF/Mvc/Entity/Manager.php at line 149
    4. XF\Mvc\Entity\Manager->find() in src/addons/XFMG/Pub/Controller/AbstractController.php at line 55
    5. XFMG\Pub\Controller\AbstractController->assertViewableMediaItem() in src/addons/XFMG/Pub/Controller/Media.php at line 126
    6. XFMG\Pub\Controller\Media->actionView() in src/XF/Mvc/Dispatcher.php at line 350
    7. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    8. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    9. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    10. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2337
    11. XF\App->run() in src/XF.php at line 488
    12. XF::runApp() in index.php at line 20
  4. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, xfmg_category, 2
    Run Time: 0.000215
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 150
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 73
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/addons/XFMG/XF/Entity/User.php at line 31
    6. XFMG\XF\Entity\User->hasGalleryCategoryPermission() in src/addons/XFMG/Entity/Category.php at line 173
    7. XFMG\Entity\Category->hasPermission() in src/addons/XFMG/Entity/MediaItem.php at line 514
    8. XFMG\Entity\MediaItem->hasPermission() in src/addons/XFMG/Entity/MediaItem.php at line 97
    9. XFMG\Entity\MediaItem->canView() in src/addons/XFMG/Pub/Controller/AbstractController.php at line 61
    10. XFMG\Pub\Controller\AbstractController->assertViewableMediaItem() in src/addons/XFMG/Pub/Controller/Media.php at line 126
    11. XFMG\Pub\Controller\Media->actionView() in src/XF/Mvc/Dispatcher.php at line 350
    12. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    13. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2337
    16. XF\App->run() in src/XF.php at line 488
    17. XF::runApp() in index.php at line 20
  5. SELECT `xf_mg_comment`.*, `xf_mg_album_Album_1`.*, `xf_mg_media_item_Media_2`.*, `xf_user_User_3`.*, `xf_user_profile_Profile_4`.*, `xf_session_activity_Activity_5`.*, `xf_mg_rating_Rating_6`.*
    FROM `xf_mg_comment`
    LEFT JOIN `xf_mg_album` AS `xf_mg_album_Album_1` ON (`xf_mg_comment`.`content_type` = 'xfmg_album' AND `xf_mg_album_Album_1`.`album_id` = `xf_mg_comment`.`content_id`)
    LEFT JOIN `xf_mg_media_item` AS `xf_mg_media_item_Media_2` ON (`xf_mg_comment`.`content_type` = 'xfmg_media' AND `xf_mg_media_item_Media_2`.`media_id` = `xf_mg_comment`.`content_id`)
    LEFT JOIN `xf_user` AS `xf_user_User_3` ON (`xf_user_User_3`.`user_id` = `xf_mg_comment`.`user_id`)
    LEFT JOIN `xf_user_profile` AS `xf_user_profile_Profile_4` ON (`xf_user_profile_Profile_4`.`user_id` = `xf_user_User_3`.`user_id`)
    LEFT JOIN `xf_session_activity` AS `xf_session_activity_Activity_5` ON (`xf_session_activity_Activity_5`.`user_id` = `xf_user_User_3`.`user_id` AND `xf_session_activity_Activity_5`.`unique_key` = CONCAT(`xf_user_User_3`.`user_id`, ''))
    LEFT JOIN `xf_mg_rating` AS `xf_mg_rating_Rating_6` ON (`xf_mg_rating_Rating_6`.`rating_id` = `xf_mg_comment`.`rating_id`)
    WHERE (`xf_mg_comment`.`content_type` = 'xfmg_media') AND (`xf_mg_comment`.`content_id` = 38) AND ((`xf_mg_comment`.`comment_state` IN ('visible')))
    ORDER BY `xf_mg_comment`.`comment_date` ASC, `xf_mg_comment`.`comment_id` ASC
    
    LIMIT 10
    Run Time: 0.000945
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_mg_album_Album_1constPRIMARY   1Impossible ON condition
    SIMPLExf_mg_commentrefcontent_type_content_id_comment_datecontent_type_content_id_comment_date31const,const1Using index condition; Using where
    SIMPLExf_mg_media_item_Media_2constPRIMARYPRIMARY4const1 
    SIMPLExf_user_User_3eq_refPRIMARYPRIMARY4forum_maagalim.xf_mg_comment.user_id1 
    SIMPLExf_user_profile_Profile_4eq_refPRIMARYPRIMARY4forum_maagalim.xf_user_User_3.user_id1 
    SIMPLExf_session_activity_Activity_5eq_refPRIMARYPRIMARY22forum_maagalim.xf_user_User_3.user_id,func1Using where
    SIMPLExf_mg_rating_Rating_6eq_refPRIMARYPRIMARY4forum_maagalim.xf_mg_comment.rating_id1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
    3. XF\Mvc\Entity\Finder->fetch() in src/addons/XFMG/Pub/Controller/Media.php at line 152
    4. XFMG\Pub\Controller\Media->actionView() in src/XF/Mvc/Dispatcher.php at line 350
    5. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    6. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    7. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    8. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2337
    9. XF\App->run() in src/XF.php at line 488
    10. XF::runApp() in index.php at line 20
  6. SELECT COUNT(*)
    FROM `xf_mg_comment`
    
    WHERE (`xf_mg_comment`.`content_type` = 'xfmg_media') AND (`xf_mg_comment`.`content_id` = 38) AND ((`xf_mg_comment`.`comment_state` IN ('visible')))
    Run Time: 0.000256
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_mg_commentrefcontent_type_content_id_comment_datecontent_type_content_id_comment_date31const,const1Using index condition; Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 150
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/Mvc/Entity/Finder.php at line 1334
    4. XF\Mvc\Entity\Finder->total() in src/addons/XFMG/Pub/Controller/Media.php at line 155
    5. XFMG\Pub\Controller\Media->actionView() in src/XF/Mvc/Dispatcher.php at line 350
    6. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    7. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    8. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    9. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2337
    10. XF\App->run() in src/XF.php at line 488
    11. XF::runApp() in index.php at line 20
  7. INSERT INTO xf_mg_media_view
    	(media_id, total)
    VALUES
    	(? , 1)
    ON DUPLICATE KEY UPDATE
    	total = total + 1
    Params: 38
    Run Time: 0.000171

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/addons/XFMG/Repository/Media.php at line 381
    3. XFMG\Repository\Media->logMediaView() in src/addons/XFMG/Pub/Controller/Media.php at line 159
    4. XFMG\Pub\Controller\Media->actionView() in src/XF/Mvc/Dispatcher.php at line 350
    5. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    6. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    7. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    8. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2337
    9. XF\App->run() in src/XF.php at line 488
    10. XF::runApp() in index.php at line 20
  8. SELECT rating_id
    FROM xf_mg_rating
    WHERE content_type = ?
    	AND content_id = ?
    ORDER BY rating_date
    Params: xfmg_media, 38
    Run Time: 0.000313
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_mg_ratingrefcontent_type_id_user_idcontent_type_id_user_id31const,const1Using index condition; Using filesort

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 170
    3. XF\Db\AbstractAdapter->fetchAllColumn() in src/addons/XFMG/Entity/RateableTrait.php at line 88
    4. XFMG\Entity\MediaItem->getRatingIds() in src/XF/Mvc/Entity/Entity.php at line 157
    5. XF\Mvc\Entity\Entity->get() in src/XF/Mvc/Entity/Entity.php at line 110
    6. XF\Mvc\Entity\Entity->__get() in src/addons/XFMG/Pub/Controller/Media.php at line 166
    7. XFMG\Pub\Controller\Media->actionView() in src/XF/Mvc/Dispatcher.php at line 350
    8. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    9. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    10. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    11. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2337
    12. XF\App->run() in src/XF.php at line 488
    13. XF::runApp() in index.php at line 20
  9. SELECT `xf_attachment`.*, `xf_attachment_data_Data_1`.*
    FROM `xf_attachment`
    LEFT JOIN `xf_attachment_data` AS `xf_attachment_data_Data_1` ON (`xf_attachment_data_Data_1`.`data_id` = `xf_attachment`.`data_id`)
    WHERE (`xf_attachment`.`data_id` = 1217 AND `xf_attachment`.`xfmg_is_mirror_handler` = 1)
    
    
    LIMIT 1
    Run Time: 0.000271
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_attachmentrefdata_iddata_id4const1Using where
    SIMPLExf_attachment_data_Data_1constPRIMARYPRIMARY4const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1346
    3. XF\Mvc\Entity\Finder->fetchOne() in src/XF/Mvc/Entity/Manager.php at line 168
    4. XF\Mvc\Entity\Manager->findOne() in src/addons/XFMG/Entity/MediaItem.php at line 1069
    5. XFMG\Entity\MediaItem->getMirrorAttachment() in src/XF/Mvc/Entity/Entity.php at line 157
    6. XF\Mvc\Entity\Entity->get() in src/XF/Mvc/Entity/Entity.php at line 110
    7. XF\Mvc\Entity\Entity->__get() in src/addons/XFMG/Pub/Controller/Media.php at line 187
    8. XFMG\Pub\Controller\Media->actionView() in src/XF/Mvc/Dispatcher.php at line 350
    9. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    10. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    11. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    12. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2337
    13. XF\App->run() in src/XF.php at line 488
    14. XF::runApp() in index.php at line 20
  10. SELECT `xf_mg_media_note`.*, `xf_mg_media_item_MediaItem_1`.*, `xf_user_TaggedUser_2`.*, `xf_user_User_3`.*
    FROM `xf_mg_media_note`
    LEFT JOIN `xf_mg_media_item` AS `xf_mg_media_item_MediaItem_1` ON (`xf_mg_media_item_MediaItem_1`.`media_id` = `xf_mg_media_note`.`media_id`)
    LEFT JOIN `xf_user` AS `xf_user_TaggedUser_2` ON (`xf_user_TaggedUser_2`.`user_id` = `xf_mg_media_note`.`tagged_user_id`)
    LEFT JOIN `xf_user` AS `xf_user_User_3` ON (`xf_user_User_3`.`user_id` = `xf_mg_media_note`.`user_id`)
    WHERE (`xf_mg_media_note`.`media_id` = 38)
    ORDER BY `xf_mg_media_note`.`note_id` ASC
    Run Time: 0.000583
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_mg_media_noterefmedia_idmedia_id4const1Using index condition
    SIMPLExf_mg_media_item_MediaItem_1constPRIMARYPRIMARY4const1 
    SIMPLExf_user_TaggedUser_2eq_refPRIMARYPRIMARY4forum_maagalim.xf_mg_media_note.tagged_user_id1 
    SIMPLExf_user_User_3eq_refPRIMARYPRIMARY4forum_maagalim.xf_mg_media_note.user_id1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
    3. XF\Mvc\Entity\Finder->fetch() in src/addons/XFMG/Pub/Controller/Media.php at line 222
    4. XFMG\Pub\Controller\Media->actionView() in src/XF/Mvc/Dispatcher.php at line 350
    5. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    6. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    7. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    8. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2337
    9. XF\App->run() in src/XF.php at line 488
    10. XF::runApp() in index.php at line 20
  11. SELECT COUNT(*)
    FROM `xf_mg_media_item`
    
    WHERE ((`xf_mg_media_item`.`media_state` IN ('visible'))) AND (`xf_mg_media_item`.`category_id` = 2) AND ((`xf_mg_media_item`.`media_date` > 1658688331) OR (`xf_mg_media_item`.`media_date` = 1658688331 AND `xf_mg_media_item`.`media_id` > 38))
    Run Time: 0.000280
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_mg_media_itemrangePRIMARY,media_date,category_id_media_datecategory_id_media_date12 8Using index condition; Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 150
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/Mvc/Entity/Finder.php at line 1334
    4. XF\Mvc\Entity\Finder->total() in src/addons/XFMG/Repository/Media.php at line 231
    5. XFMG\Repository\Media->getCurrentPositionInCategory() in src/addons/XFMG/ControllerPlugin/FilmStrip.php at line 167
    6. XFMG\ControllerPlugin\FilmStrip->getPositionInContainer() in src/addons/XFMG/ControllerPlugin/FilmStrip.php at line 44
    7. XFMG\ControllerPlugin\FilmStrip->getFilmStripParamsForView() in src/addons/XFMG/Pub/Controller/Media.php at line 230
    8. XFMG\Pub\Controller\Media->actionView() in src/XF/Mvc/Dispatcher.php at line 350
    9. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    10. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    11. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    12. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2337
    13. XF\App->run() in src/XF.php at line 488
    14. XF::runApp() in index.php at line 20
  12. 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`.*
    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`)
    WHERE ((`xf_mg_media_item`.`media_state` IN ('visible'))) AND (`xf_mg_media_item`.`category_id` = 2)
    ORDER BY `xf_mg_media_item`.`media_date` DESC, `xf_mg_media_item`.`media_id` DESC
    
    LIMIT 9 OFFSET 3
    Run Time: 0.003507
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_mg_media_itemrefcategory_id_media_datecategory_id_media_date4const31Using where; Using temporary; Using filesort
    SIMPLExf_mg_album_Album_1ALLPRIMARY   4Using where; Using join buffer (Block Nested Loop)
    SIMPLExf_mg_category_Category_2constPRIMARYPRIMARY4const1 
    SIMPLExf_user_User_3eq_refPRIMARYPRIMARY4forum_maagalim.xf_mg_media_item.user_id1 
    SIMPLExf_attachment_Attachment_4refcontent_type_id_datecontent_type_id_date31const,forum_maagalim.xf_mg_media_item.media_id1Using where
    SIMPLExf_attachment_data_Data_5eq_refPRIMARYPRIMARY4forum_maagalim.xf_attachment_Attachment_4.data_id1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
    3. XF\Mvc\Entity\Finder->fetch() in src/addons/XFMG/ControllerPlugin/FilmStrip.php at line 48
    4. XFMG\ControllerPlugin\FilmStrip->getFilmStripParamsForView() in src/addons/XFMG/Pub/Controller/Media.php at line 230
    5. XFMG\Pub\Controller\Media->actionView() in src/XF/Mvc/Dispatcher.php at line 350
    6. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    7. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    8. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    9. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2337
    10. XF\App->run() in src/XF.php at line 488
    11. XF::runApp() in index.php at line 20
  13. -- 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, , , XFMG\Pub\Controller\Media, View, valid, media_id=38, 1711630712,
    Run Time: 0.000144

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    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 82
    4. XF\Pub\Controller\AbstractController->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 42
    5. XF\Pub\Controller\AbstractController->postDispatchType() in src/XF/Mvc/Controller.php at line 287
    6. XF\Mvc\Controller->postDispatch() in src/XF/Mvc/Dispatcher.php at line 383
    7. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    8. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    9. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    10. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2337
    11. XF\App->run() in src/XF.php at line 488
    12. XF::runApp() in index.php at line 20
  14. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('xfmgMediaFields')
    Run Time: 0.000254
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 175
    3. XF\Db\AbstractAdapter->fetchPairs() in src/XF/DataRegistry.php at line 138
    4. XF\DataRegistry->readFromDb() in src/XF/DataRegistry.php at line 83
    5. XF\DataRegistry->get() in src/XF/DataRegistry.php at line 226
    6. XF\DataRegistry->offsetGet() in src/XF/App.php at line 1789
    7. XF\App->XF\{closure}() in src/XF/Container.php at line 28
    8. XF\Container->offsetGet() in src/XF/App.php at line 3298
    9. XF\App->container() in src/addons/XFMG/Entity/MediaItem.php at line 892
    10. XFMG\Entity\MediaItem->getCustomFields() in src/XF/Mvc/Entity/Entity.php at line 157
    11. XF\Mvc\Entity\Entity->get() in src/XF/Mvc/Entity/Entity.php at line 115
    12. XF\Mvc\Entity\Entity->offsetGet() in internal_data/code_cache/templates/l3/s1/public/xfmg_media_view.php at line 164
    13. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1628
    14. XF\Template\Templater->renderTemplate() in src/XF/Template/Template.php at line 24
    15. XF\Template\Template->render() in src/XF/Mvc/Renderer/Html.php at line 48
    16. XF\Mvc\Renderer\Html->renderView() in src/XF/Mvc/Dispatcher.php at line 458
    17. XF\Mvc\Dispatcher->renderView() in src/XF/Mvc/Dispatcher.php at line 440
    18. XF\Mvc\Dispatcher->renderReply() in src/XF/Mvc/Dispatcher.php at line 400
    19. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 58
    20. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2337
    21. XF\App->run() in src/XF.php at line 488
    22. XF::runApp() in index.php at line 20

Included Files (166, XenForo Classes: 82)

  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-mbstring/bootstrap.php
  11. src/vendor/ralouphie/getallheaders/src/getallheaders.php
  12. src/vendor/symfony/polyfill-intl-normalizer/bootstrap.php
  13. src/vendor/symfony/polyfill-php72/bootstrap.php
  14. src/vendor/guzzlehttp/promises/src/functions_include.php
  15. src/vendor/guzzlehttp/promises/src/functions.php
  16. src/vendor/guzzlehttp/psr7/src/functions_include.php
  17. src/vendor/guzzlehttp/psr7/src/functions.php
  18. src/vendor/symfony/polyfill-intl-idn/bootstrap.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/lib/namespaced.php
  24. src/vendor/paragonie/sodium_compat/lib/sodium_compat.php
  25. src/vendor/paragonie/sodium_compat/lib/constants.php
  26. src/vendor/paragonie/sodium_compat/src/Compat.php
  27. src/vendor/paragonie/sodium_compat/lib/php72compat.php
  28. src/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php
  29. src/vendor/swiftmailer/swiftmailer/lib/swift_required.php
  30. src/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
  31. src/vendor/symfony/var-dumper/Resources/functions/dump.php
  32. src/vendor/dokuwiki/utf8/utf8.php
  33. src/XF/Http/Request.php
  34. src/XF/InputFilterer.php
  35. src/XF/Pub/App.php
  36. src/XF/App.php
  37. src/XF/Container.php
  38. src/config.php
  39. src/XF/DataRegistry.php
  40. src/XF/Db/Mysqli/Adapter.php
  41. src/XF/Db/AbstractAdapter.php
  42. src/XF/Db/Mysqli/Statement.php
  43. src/XF/Db/AbstractStatement.php
  44. src/XF/Extension.php
  45. src/XF/AddOn/Manager.php
  46. src/addons/XFMG/Listener.php
  47. src/XF/Session/Session.php
  48. src/XF/Session/DbStorage.php
  49. src/XF/Session/StorageInterface.php
  50. src/XF/Util/Ip.php
  51. src/XF/Util/Random.php
  52. src/XF/Http/Response.php
  53. src/XF/Mvc/Entity/Manager.php
  54. src/XF/Mvc/Entity/ValueFormatter.php
  55. src/XF/Repository/User.php
  56. src/XF/Mvc/Entity/Repository.php
  57. src/XF/Entity/User.php
  58. src/XF/Mvc/Entity/Entity.php
  59. src/XF/Entity/LinkableInterface.php
  60. src/addons/EAEAddons/ConversationTools/XF/Entity/User.php
  61. src/addons/XFMG/XF/Entity/User.php
  62. src/XF/Mvc/Entity/Structure.php
  63. src/XF/Entity/UserAuth.php
  64. src/XF/Entity/UserOption.php
  65. src/XF/Entity/UserProfile.php
  66. src/XF/Entity/UserPrivacy.php
  67. src/XF/Util/File.php
  68. src/XF/Language.php
  69. src/addons/EAEAddons/ConversationTools/Listener.php
  70. src/XF/Util/Php.php
  71. src/XF/PermissionCache.php
  72. src/XF/PermissionSet.php
  73. src/XF/Mvc/Dispatcher.php
  74. src/XF/Mvc/Router.php
  75. src/XF/Mvc/RouteMatch.php
  76. src/XF/Util/Arr.php
  77. src/XF/Mvc/ParameterBag.php
  78. src/addons/XFMG/Pub/Controller/Media.php
  79. src/addons/XFMG/Pub/Controller/AbstractController.php
  80. src/XF/Pub/Controller/AbstractController.php
  81. src/XF/Mvc/Controller.php
  82. src/XF/Mvc/Reply/Reroute.php
  83. src/XF/Mvc/Reply/AbstractReply.php
  84. src/addons/XFMG/Entity/MediaItem.php
  85. src/addons/XFMG/Entity/CommentableTrait.php
  86. src/addons/XFMG/Entity/RateableTrait.php
  87. src/XF/Entity/ReactionTrait.php
  88. src/XF/Entity/BookmarkTrait.php
  89. src/XF/BbCode/RenderableContentInterface.php
  90. src/addons/XFMG/Finder/MediaItem.php
  91. src/XF/Mvc/Entity/Finder.php
  92. src/addons/XFMG/Entity/Album.php
  93. src/addons/XFMG/Entity/Category.php
  94. src/XF/Entity/AbstractCategoryTree.php
  95. src/addons/XFMG/Repository/Category.php
  96. src/XF/Repository/AbstractCategoryTree.php
  97. src/XF/Phrase.php
  98. src/addons/XFMG/Repository/Media.php
  99. src/XF/Entity/Attachment.php
  100. src/addons/EAEAddons/ConversationTools/XF/Entity/Attachment.php
  101. src/addons/XFMG/XF/Entity/Attachment.php
  102. src/XF/Entity/AttachmentData.php
  103. src/addons/XFMG/XF/Entity/AttachmentData.php
  104. src/XF/Str/Formatter.php
  105. src/addons/XFMG/Repository/Comment.php
  106. src/addons/XFMG/Entity/Comment.php
  107. src/XF/Entity/QuotableInterface.php
  108. src/addons/XFMG/Finder/Comment.php
  109. src/XF/Entity/SessionActivity.php
  110. src/addons/XFMG/Entity/Rating.php
  111. src/XF/Mvc/Entity/ArrayCollection.php
  112. src/XF/Mvc/Entity/AbstractCollection.php
  113. src/XF/Repository/UserAlert.php
  114. src/addons/XFMG/Repository/MediaNote.php
  115. src/addons/XFMG/Entity/MediaNote.php
  116. src/addons/XFMG/ControllerPlugin/FilmStrip.php
  117. src/XF/ControllerPlugin/AbstractPlugin.php
  118. src/XF/Mvc/Reply/View.php
  119. src/XF/Repository/SessionActivity.php
  120. src/XF/Data/Robot.php
  121. src/XF/Style.php
  122. src/XF/Template/Templater.php
  123. src/XF/SubContainer/BbCode.php
  124. src/XF/SubContainer/AbstractSubContainer.php
  125. src/XF/SubContainer/Widget.php
  126. src/addons/XFMG/Template/TemplaterSetup.php
  127. src/XF/SimpleCache.php
  128. src/XF/Mvc/Renderer/Html.php
  129. src/XF/Mvc/Renderer/AbstractRenderer.php
  130. src/XF/Mvc/View.php
  131. src/XF/Template/Template.php
  132. internal_data/code_cache/templates/l3/s1/public/xfmg_media_view.php
  133. src/XF/PreEscaped.php
  134. internal_data/code_cache/templates/l3/s1/public/xfmg_page_macros.php
  135. src/XF/Template/MacroState.php
  136. internal_data/code_cache/templates/l3/s1/public/metadata_macros.php
  137. src/XF/Util/Json.php
  138. internal_data/code_cache/templates/l3/s1/public/xfmg_media_view_macros.php
  139. src/XF/CustomField/DefinitionSet.php
  140. src/XF/CustomField/Set.php
  141. internal_data/code_cache/templates/l3/s1/public/custom_fields_macros.php
  142. internal_data/code_cache/templates/l3/s1/public/reaction_list_row.php
  143. internal_data/code_cache/templates/l3/s1/public/reactions_summary.php
  144. internal_data/code_cache/phrase_groups/l3/reaction_title.php
  145. internal_data/code_cache/phrase_groups/l3/reactions.php
  146. internal_data/code_cache/templates/l3/s1/public/bookmark_macros.php
  147. internal_data/code_cache/templates/l3/s1/public/rating_macros.php
  148. src/addons/XFMG/Exif/Formatter.php
  149. internal_data/code_cache/phrase_groups/l3/xfmg_exif.php
  150. internal_data/code_cache/templates/l3/s1/public/share_page_macros.php
  151. internal_data/code_cache/navigation_cache.php
  152. src/XF/Pub/Route/Search.php
  153. src/XF/NoticeList.php
  154. internal_data/code_cache/templates/l3/s1/public/notice_cookies.php
  155. internal_data/code_cache/templates/l3/s1/public/PAGE_CONTAINER.php
  156. src/XF/Util/Color.php
  157. internal_data/code_cache/templates/l3/s1/public/helper_js_global.php
  158. internal_data/code_cache/templates/l3/s1/public/font_awesome_setup.php
  159. internal_data/code_cache/templates/l3/s1/public/google_analytics.php
  160. internal_data/code_cache/phrase_groups/l3/nav.php
  161. internal_data/code_cache/templates/l3/s1/public/_ads.php
  162. internal_data/code_cache/phrase_groups/l3/button.php
  163. internal_data/code_cache/templates/l3/s1/public/browser_warning_macros.php
  164. internal_data/code_cache/templates/l3/s1/public/debug_macros.php
  165. internal_data/code_cache/templates/l3/s1/public/notice_macros.php
  166. src/XF/Debugger.php

DB Connection Stats

bytes_sent14844
bytes_received292992
packets_sent160
packets_received1683
protocol_overhead_in6732
protocol_overhead_out640
bytes_received_ok_packet0
bytes_received_eof_packet0
bytes_received_rset_header_packet396
bytes_received_rset_field_meta_packet0
bytes_received_rset_row_packet164
bytes_received_prepare_response_packet129292
bytes_received_change_user_packet162498
packets_sent_command79
packets_received_ok0
packets_received_eof0
packets_received_rset_header44
packets_received_rset_field_meta0
packets_received_rset_row28
packets_received_prepare_response1474
packets_received_change_user109
result_set_queries24
non_result_set_queries4
no_index_used4
bad_index_used0
slow_queries0
buffered_sets0
unbuffered_sets0
ps_buffered_sets24
ps_unbuffered_sets0
flushed_normal_sets0
flushed_ps_sets0
ps_prepared_never_executed0
ps_prepared_once_executed25
rows_fetched_from_server_normal0
rows_fetched_from_server_ps85
rows_buffered_from_client_normal0
rows_buffered_from_client_ps85
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_ps85
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_bit441
proto_binary_fetched_tinyint0
proto_binary_fetched_short100
proto_binary_fetched_int2470
proto_binary_fetched_int0
proto_binary_fetched_bigint659
proto_binary_fetched_decimal76
proto_binary_fetched_float0
proto_binary_fetched_double20
proto_binary_fetched_date32
proto_binary_fetched_year0
proto_binary_fetched_time0
proto_binary_fetched_datetime0
proto_binary_fetched_timestamp0
proto_binary_fetched_string0
proto_binary_fetched_json487
proto_binary_fetched_blob151
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_prepare26
com_stmt_execute26
com_stmt_send_long_data0
com_stmt_close25
com_stmt_reset0
com_stmt_set_option0
com_stmt_fetch0
com_deamon0
bytes_received_real_data_normal0
bytes_received_real_data_ps160974