Page Time: 0.0319s

Memory: 5.0384 MB (Peak: 5.2631 MB)

Queries (7, time: 0.0035s, 10.9%)

  1. SELECT *
    FROM xf_brivium_addon
    ORDER BY addon_id
    Run Time: 0.000402
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_brivium_addonindex PRIMARY77 1 
  2. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: brBriviumAddOns, a:0:{}
    Run Time: 0.000275
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000340
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT *
    FROM xf_search
    WHERE search_id = ?
    Params: 143608552
    Run Time: 0.000382
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  5. SELECT media.*
    	,
    		album.*, albumviewperm.*,
    		category.*,
    		user.*, user_profile.*, IF(user.username IS NULL, media.username, user.username) AS username,
                        attachment.attachment_id, attachment.data_id, attachment.attach_date,data.filename, data.file_size, data.file_hash, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xengallery_media AS media
    	
    		LEFT JOIN xengallery_album AS album ON
    			(album.album_id = media.album_id)
    		LEFT JOIN xengallery_album_permission as albumviewperm ON
    			(album.album_id = albumviewperm.album_id AND albumviewperm.permission = 'view')
    		
    		LEFT JOIN xengallery_category AS category ON
    			(category.category_id = media.category_id)
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = media.user_id)
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = media.user_id)
                        LEFT JOIN xf_attachment AS attachment ON
                            (attachment.content_type = 'xengallery_media' AND attachment.attachment_id = media.attachment_id)
                        LEFT JOIN xf_attachment_data AS data ON
                            (data.data_id = attachment.data_id)
    	WHERE (media.media_privacy = 'public') AND (media.media_state IN ('visible')) AND (IF(media.album_id > 0, album.album_state = 'visible', 1=1))
    	ORDER BY media.media_date DESC, media.media_id DESC			
     LIMIT 200
    Run Time: 0.001589
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEmediaALL    694Using where; Using filesort
    SIMPLEalbumeq_refPRIMARYPRIMARY4fishingk_xen.media.album_id1Using where
    SIMPLEalbumviewpermeq_refPRIMARYPRIMARY5fishingk_xen.album.album_id,const1Using where
    SIMPLEcategoryeq_refPRIMARYPRIMARY4fishingk_xen.media.category_id1 
    SIMPLEusereq_refPRIMARYPRIMARY4fishingk_xen.media.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4fishingk_xen.media.user_id1 
    SIMPLEattachmenteq_ref|filterPRIMARY,content_type_id_datePRIMARY|content_type_id_date4|27fishingk_xen.media.attachment_id1 (1%)Using where; Using rowid filter
    SIMPLEdataeq_refPRIMARYPRIMARY4fishingk_xen.attachment.data_id1Using where
  6. INSERT INTO `xf_search` (`search_results`, `result_count`, `search_type`, `search_query`, `search_constraints`, `search_order`, `search_grouping`, `user_results`, `warnings`, `user_id`, `search_date`, `query_hash`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    Params: [], 0, xengallery_media, , ["findNew"], date, 0, , [], 0, 1711712181, 36479db84cc074f46b51a4d21e63f89a
    Run Time: 0.000275
  7. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: d43cca5a53db86a90b3918b85400424c, , 1711715781
    Run Time: 0.000231

Included Files (124, XenForo Classes: 41)

  1. index.php
  2. library/XenForo/Autoloader.php
  3. library/XenForo/Application.php
  4. library/Zend/Registry.php
  5. library/Lgpl/utf8.php
  6. library/Zend/Config.php
  7. library/config.php
  8. library/XenForo/FrontController.php
  9. library/XenForo/Dependencies/Public.php
  10. library/XenForo/Dependencies/Abstract.php
  11. library/Zend/Controller/Request/Http.php
  12. library/Zend/Controller/Request/Abstract.php
  13. library/Zend/Uri.php
  14. library/Zend/Controller/Response/Http.php
  15. library/Zend/Controller/Response/Abstract.php
  16. library/XenForo/Model/DataRegistry.php
  17. library/XenForo/Model.php
  18. library/Zend/Cache.php
  19. library/Zend/Cache/Backend/File.php
  20. library/Zend/Cache/Backend/ExtendedInterface.php
  21. library/Zend/Cache/Backend/Interface.php
  22. library/Zend/Cache/Backend.php
  23. library/Zend/Cache/Core.php
  24. library/XenForo/CodeEvent.php
  25. library/XenForo/Options.php
  26. library/XenForo/Link.php
  27. library/XenForo/Template/Helper/Core.php
  28. library/bdMedal/Listener.php
  29. library/XenGallery/Listener.php
  30. library/Brivium/BriviumHelper/EventListeners.php
  31. library/Brivium/BriviumHelper/1000271/EventListeners.php
  32. library/StickyFirstPost/Listener.php
  33. library/WidgetFramework/Listener.php
  34. library/Tinhte/XenTag/Listener.php
  35. library/sonnb/XenGallery/Listener.php
  36. library/EWRporta/Listener/Model.php
  37. library/Brivium/BriviumHelper/Model/ListenerClass.php
  38. library/Brivium/BriviumHelper/1000271/Model/ListenerClass.php
  39. library/Zend/Db.php
  40. library/Zend/Db/Adapter/Mysqli.php
  41. library/Zend/Db/Adapter/Abstract.php
  42. library/Zend/Db/Select.php
  43. library/Zend/Db/Expr.php
  44. library/Zend/Db/Profiler.php
  45. library/Zend/Db/Statement/Mysqli.php
  46. library/Zend/Db/Statement.php
  47. library/Zend/Db/Statement/Interface.php
  48. library/Zend/Db/Profiler/Query.php
  49. library/XenZine/Listener.php
  50. library/WidgetFramework/Core.php
  51. library/XenForo/Model/Moderator.php
  52. library/sonnb/XenGallery/XenForo/Model/Moderator.php
  53. library/XenGallery/Model/Moderator.php
  54. library/Iversia/FAQ/Listener/Widgets.php
  55. library/RotatingAds/Listener.php
  56. library/WidgetFramework/Model/Widget.php
  57. library/WidgetFramework/WidgetRenderer.php
  58. library/sonnb/XenGallery/WidgetRenderer/Photo.php
  59. library/sonnb/XenGallery/WidgetRenderer/Content.php
  60. library/XenForo/Input.php
  61. library/WidgetFramework/WidgetRenderer/Empty.php
  62. library/WidgetFramework/WidgetRenderer/OnlineStaff.php
  63. library/WidgetFramework/WidgetRenderer/OnlineUsers.php
  64. library/WidgetFramework/WidgetRenderer/Stats.php
  65. library/WidgetFramework/WidgetRenderer/ShareThisPage.php
  66. library/WidgetFramework/WidgetRenderer/UsersFind.php
  67. library/WidgetFramework/WidgetRenderer/Users.php
  68. library/WidgetFramework/WidgetRenderer/Poll.php
  69. library/WidgetFramework/WidgetRenderer/Birthday.php
  70. library/Tinhte/XenTag/WidgetRenderer/RelatedThreads.php
  71. library/Tinhte/XenTag/WidgetRenderer/Cloud.php
  72. library/WidgetFramework/WidgetRenderer/Threads.php
  73. library/XenForo/CacheRebuilder/Abstract.php
  74. library/Waindigo/Listener/InitDependencies.php
  75. library/Waindigo/Listener/InitDependencies/20140101.php
  76. library/Waindigo/Listener/ControllerPreDispatch/20131003.php
  77. library/Brivium/ProfileCover/EventListeners/Listener.php
  78. library/Brivium/BriviumLibrary/EventListeners.php
  79. library/XenForo/Router.php
  80. library/XenForo/Route/Filter.php
  81. library/XenForo/Route/Interface.php
  82. library/XenForo/Route/ResponseSuffix.php
  83. library/XenForo/Route/Prefix.php
  84. library/XenForo/Route/Prefix/FindNew.php
  85. library/EWRporta/Listener/Route.php
  86. library/XenForo/RouteMatch.php
  87. library/XenForo/ControllerPublic/FindNew.php
  88. library/XenForo/ControllerPublic/Abstract.php
  89. library/XenForo/Controller.php
  90. library/InfisJSC/WhoViewThread/Listener.php
  91. library/EWRporta/Listener/Controller.php
  92. library/XenGallery/ControllerPublic/FindNew.php
  93. library/XenForo/Session.php
  94. library/XenForo/Helper/Ip.php
  95. library/XenForo/Visitor.php
  96. library/XenForo/Model/User.php
  97. library/Waindigo/Hotspots/Listener/LoadClass.php
  98. library/Waindigo/Listener/LoadClass.php
  99. library/Waindigo/Listener/LoadClass/20131003.php
  100. library/Waindigo/Hotspots/Extend/XenForo/Model/User.php
  101. library/WidgetFramework/XenForo/Model/User.php
  102. library/sonnb/XenGallery/XenForo/Model/User.php
  103. library/XenGallery/Model/User.php
  104. library/XenForo/Permission.php
  105. library/XenForo/Phrase.php
  106. library/XenForo/Locale.php
  107. library/Waindigo/Listener/Template/20140101.php
  108. library/Waindigo/Listener/TemplateHook/20130522.php
  109. library/Waindigo/Listener/TemplatePostRender/20130522.php
  110. library/Waindigo/Listener/TemplateCreate/20130522.php
  111. library/XenForo/Model/Search.php
  112. library/Tinhte/XenTag/XenForo/Model/Search.php
  113. library/XenGallery/Model/Media.php
  114. library/XenGallery/Model/Category.php
  115. library/XenForo/Model/Attachment.php
  116. library/EWRporta/Model/Attachment.php
  117. library/XenForo/ControllerResponse/Redirect.php
  118. library/XenForo/ControllerResponse/Abstract.php
  119. library/XenForo/Helper/Cookie.php
  120. library/XenForo/ViewRenderer/HtmlPublic.php
  121. library/XenForo/ViewRenderer/Abstract.php
  122. library/XenForo/Template/Public.php
  123. library/XenForo/Template/Abstract.php
  124. library/XenForo/Debug.php