Page Time: 0.0802s

Memory: 6.5928 MB (Peak: 7.9058 MB)

Queries (21, time: 0.0107s, 13.3%)

  1. SELECT *
    FROM xf_brivium_addon
    ORDER BY addon_id
    Run Time: 0.000370
    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.000272
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000358
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4.                    SELECT content.*
                            ,
                                    0 AS like_date,
                                    0 AS watch_date,
    			IF(user.username IS NULL, content.username, user.username) AS username, user.avatar_date, user.gravatar,
    			content_data.*,
    			photo.photo_exif,
    			0 AS following_0
                       FROM `sonnb_xengallery_content` AS content
                        	
    			LEFT JOIN `xf_user` AS user ON
    				(user.user_id = content.user_id)
    			INNER JOIN `sonnb_xengallery_content_data` AS content_data ON
    				(content.content_data_id = content_data.content_data_id)
    			LEFT JOIN `sonnb_xengallery_photo` AS photo ON
    				(photo.content_id = content.content_id)
                       WHERE (content.content_id = 18177) AND (content.content_type = 'photo')
                        	
                    	 LIMIT 1
    Run Time: 0.000670
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEcontentconstPRIMARY,content_type_idPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEcontent_dataconstPRIMARY,content_type_idPRIMARY4const1 
    SIMPLEphotoconstPRIMARYPRIMARY4const1 
  5.                    SELECT album.*
                            ,
    			0 AS following_0,
    			category.category_privacy
                       FROM `sonnb_xengallery_album` AS album
                        	
    			LEFT JOIN `sonnb_xengallery_category` AS category ON
    				(album.category_id = category.category_id)
                       WHERE (album.album_id = 1051)
                        	
                    	 LIMIT 1
    Run Time: 0.000439
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEalbumconstPRIMARYPRIMARY4const1 
    SIMPLEcategoryconstPRIMARYPRIMARY4const1 
  6. SELECT content.*
                        FROM (
                                SELECT content.*, @row := @row + 1 AS content_num_row FROM (
                                SELECT
                            content.content_id, content.title, content.description, content.content_privacy,
                            content.content_state, content.user_id, content.collection_id, content.likes, content.like_users,
                            content.album_id, content.position, content.comment_count, content.view_count
                                    ,
    content_data.*
                FROM `sonnb_xengallery_content` AS content
                    
    INNER JOIN `sonnb_xengallery_content_data` AS content_data ON
    	(content.content_data_id = content_data.content_data_id)
                WHERE (content.album_id = 1051) AND (content.content_state IN ('visible','moderated'))
                ORDER BY content.position ASC) AS content
                CROSS JOIN (SELECT @row := 0) AS r
            ) AS content
        WHERE content.content_id = 18177
            ORDER BY content.content_num_row ASC
                    	 LIMIT 16
    Run Time: 0.001303
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARY<derived2>ALL    59Using where; Using filesort
    DERIVED<derived4>system    1 
    DERIVEDcontentrefalbum_id_positionalbum_id_position4const59Using where
    DERIVEDcontent_dataeq_refPRIMARY,content_type_idPRIMARY4fishingk_xen.content.content_data_id1 
    DERIVED       No tables used
  7. SELECT content.*
                        FROM (
                                SELECT content.*, @row := @row + 1 AS content_num_row FROM (
                                SELECT
                            content.content_id, content.title, content.description, content.content_privacy,
                            content.content_state, content.user_id, content.collection_id, content.likes, content.like_users,
                            content.album_id, content.position, content.comment_count, content.view_count
                                    ,
    content_data.*
                FROM `sonnb_xengallery_content` AS content
                    
    INNER JOIN `sonnb_xengallery_content_data` AS content_data ON
    	(content.content_data_id = content_data.content_data_id)
                WHERE (content.album_id = 1051) AND (content.content_state IN ('visible','moderated'))
                ORDER BY content.position ASC) AS content
                CROSS JOIN (SELECT @row := 0) AS r
            ) AS content
        WHERE content.content_num_row <= 15
            ORDER BY content.content_num_row DESC
                    	 LIMIT 16
    Run Time: 0.001222
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARY<derived2>ALL    59Using where; Using filesort
    DERIVED<derived4>system    1 
    DERIVEDcontentrefalbum_id_positionalbum_id_position4const59Using where
    DERIVEDcontent_dataeq_refPRIMARY,content_type_idPRIMARY4fishingk_xen.content.content_data_id1 
    DERIVED       No tables used
  8. SELECT content.*
                        FROM (
                                SELECT content.*, @row := @row + 1 AS content_num_row FROM (
                                SELECT
                            content.content_id, content.title, content.description, content.content_privacy,
                            content.content_state, content.user_id, content.collection_id, content.likes, content.like_users,
                            content.album_id, content.position, content.comment_count, content.view_count
                                    ,
    content_data.*
                FROM `sonnb_xengallery_content` AS content
                    
    INNER JOIN `sonnb_xengallery_content_data` AS content_data ON
    	(content.content_data_id = content_data.content_data_id)
                WHERE (content.album_id = 1051) AND (content.content_state IN ('visible','moderated'))
                ORDER BY content.position ASC) AS content
                CROSS JOIN (SELECT @row := 0) AS r
            ) AS content
        WHERE content.content_num_row > 15
            ORDER BY content.content_num_row ASC
                    	 LIMIT 16
    Run Time: 0.001164
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARY<derived2>ALL    59Using where; Using filesort
    DERIVED<derived4>system    1 
    DERIVEDcontentrefalbum_id_positionalbum_id_position4const59Using where
    DERIVEDcontent_dataeq_refPRIMARY,content_type_idPRIMARY4fishingk_xen.content.content_data_id1 
    DERIVED       No tables used
  9.                    SELECT comment.*
                            ,
                                    0 AS like_date,
    			IF(user.username IS NULL, comment.username, user.username) AS username, user.avatar_date, user.gravatar
                       FROM `sonnb_xengallery_comment` AS comment
                        	
    			LEFT JOIN `xf_user` AS user ON
    				(user.user_id = comment.user_id)
                       WHERE (comment.content_type = 'photo') AND (comment.content_id = 18177) AND (comment.comment_state IN ('visible'))
                        	ORDER BY comment.comment_date DESC
                    	 LIMIT 5
    Run Time: 0.000479
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEcommentrefcontent_type_id_date,content_type_id,comment_datecontent_type_id_date5const,const1Using where
    SIMPLEusereq_refPRIMARYPRIMARY4fishingk_xen.comment.user_id1 
  10. INSERT DELAYED INTO sonnb_xengallery_content_view
    	(content_id)
    VALUES
    	(?)
    Params: 18177
    Run Time: 0.000171
  11.                    SELECT field.*
                            
                       FROM `sonnb_xengallery_field` AS field
                        	
                       WHERE 1=1
    Run Time: 0.000272
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEfieldsystem    0Const row not found
  12. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 9ae0d0d3ab0a171d5d37870d4fb57e56, , 1711634988
    Run Time: 0.000236
  13. 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, , , sonnb_XenGallery_ControllerPublic_XenGallery_Photo, Index, valid, content_id=18177, 1711631388,
    Run Time: 0.000200
  14. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'tinhte_xentag_bb_code_tag_tag', 'tinhte_xentag_bb_code_tag_hashtag', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', 'sonnb_xengallery_bbcode_photo', 'sonnb_xengallery_bbcode_video', 'sonnb_xengallery_bbcode_album', 'bdmedal_message_medals', 'sonnb_xengallery_option_copyright', 'sonnbXG_copyright', 'xengallery_bb_code_tag_gallery', 'sonnb_xengallery_photo_view', 'EWRporta_Navtabs', 'iversia_faq_navtabs', 'xenzine_nav', 'sonnb_xengallery_navbar_template', 'xenCODE_Meta_Keywords', 'bdmedal_navigation_tabs_help', 'wf_hook_moderator_bar', 'wf_revealer', 'tinhte_xentag_hook_message_below', 'tinhte_xentag_hook_message_content', 'tinhte_xentag_hook_message_notices', 'tinhte_xentag_hook_navigation_tabs_forums', 'tinhte_xentag_hook_post_private_controls', 'tinhte_xentag_hook_post_public_controls', 'rotating_ads_slider', 'sonnb_xengallery_nav_visitor', 'xengallery_media_block_items', 'xengallery_comments_block', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 1
    Run Time: 0.000801
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 36Using index condition
  15. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('home', 'iversia_faq', 'xz_articles_nav')
    Params: 1
    Run Time: 0.000385
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 3Using index condition
  16. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('sonnbXG_copyright', 'sonnb_xengallery_copyright')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 1
    Run Time: 0.000594
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 2Using index condition
  17. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('bbms_twitter_css')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 1
    Run Time: 0.000273
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  18. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('xxbb_css')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 1
    Run Time: 0.000661
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  19. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRME_page_container_head')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 1
    Run Time: 0.000275
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  20. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('SFP_js_first_post')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 1
    Run Time: 0.000271
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  21. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('bbms_twitter_XFormer')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 1
    Run Time: 0.000264
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (179, XenForo Classes: 46)

  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/sonnb/XenGallery/Route/Prefix/XenGallery.php
  85. library/EWRporta/Listener/Route.php
  86. library/XenForo/RouteMatch.php
  87. library/sonnb/XenGallery/ControllerPublic/XenGallery/Photo.php
  88. library/sonnb/XenGallery/ControllerPublic/XenGallery/Content.php
  89. library/sonnb/XenGallery/ControllerPublic/Abstract.php
  90. library/XenForo/ControllerPublic/Abstract.php
  91. library/XenForo/Controller.php
  92. library/InfisJSC/WhoViewThread/Listener.php
  93. library/EWRporta/Listener/Controller.php
  94. library/XenForo/Session.php
  95. library/XenForo/Helper/Ip.php
  96. library/XenForo/Visitor.php
  97. library/XenForo/Model/User.php
  98. library/Waindigo/Hotspots/Listener/LoadClass.php
  99. library/Waindigo/Listener/LoadClass.php
  100. library/Waindigo/Listener/LoadClass/20131003.php
  101. library/Waindigo/Hotspots/Extend/XenForo/Model/User.php
  102. library/WidgetFramework/XenForo/Model/User.php
  103. library/sonnb/XenGallery/XenForo/Model/User.php
  104. library/XenGallery/Model/User.php
  105. library/XenForo/Permission.php
  106. library/XenForo/Phrase.php
  107. library/XenForo/Locale.php
  108. library/sonnb/XenGallery/Model/Gallery.php
  109. library/sonnb/XenGallery/Model/Abstract.php
  110. library/Waindigo/Listener/Template/20140101.php
  111. library/Waindigo/Listener/TemplateHook/20130522.php
  112. library/Waindigo/Listener/TemplatePostRender/20130522.php
  113. library/Waindigo/Listener/TemplateCreate/20130522.php
  114. library/sonnb/XenGallery/ControllerHelper/Gallery.php
  115. library/XenForo/ControllerHelper/Abstract.php
  116. library/sonnb/XenGallery/Model/Photo.php
  117. library/sonnb/XenGallery/Model/Content.php
  118. library/XenForo/Helper/String.php
  119. library/sonnb/XenGallery/Model/Collection.php
  120. library/sonnb/XenGallery/Model/ContentData.php
  121. library/sonnb/XenGallery/Model/Video.php
  122. library/sonnb/XenGallery/Model/Album.php
  123. library/sonnb/XenGallery/Model/Category.php
  124. library/XenForo/Helper/Cookie.php
  125. library/sonnb/XenGallery/Model/Comment.php
  126. library/sonnb/XenGallery/Model/Field.php
  127. library/XenForo/ControllerResponse/View.php
  128. library/XenForo/ControllerResponse/Abstract.php
  129. library/XenForo/ViewRenderer/HtmlPublic.php
  130. library/XenForo/ViewRenderer/Abstract.php
  131. library/XenForo/Template/Public.php
  132. library/XenForo/Template/Abstract.php
  133. library/sonnb/XenGallery/ViewPublic/Content/View.php
  134. library/sonnb/XenGallery/ViewPublic/Abstract.php
  135. library/XenForo/ViewPublic/Base.php
  136. library/XenForo/View.php
  137. library/ControlNoFollow/Listener.php
  138. library/EWRporta/Listener/ViewPublic.php
  139. library/WidgetFramework/XenForo/View1.php
  140. library/XenForo/BbCode/Formatter/Base.php
  141. library/spoiler/class.php
  142. library/EWRporta/Listener/BbCode.php
  143. library/spoiler/spoiler.php
  144. library/XenZine/BbCode/Formatter/Base.php
  145. library/Tinhte/XenTag/XenForo/BbCode/Formatter/Base.php
  146. library/sonnb/XenGallery/XenForo/BbCode/Formatter/Base.php
  147. library/EWRporta/BbCode/Formatter.php
  148. library/XenForo/BbCode/Parser.php
  149. library/sonnb/XenGallery/ViewPublic/Helper.php
  150. library/XenForo/BbCode/TextWrapper.php
  151. library/xenCODE/MetaKeywords/Listener.php
  152. library/Sedo/QuoteME/Listener/PreloadTemplates.php
  153. library/Brivium/MetadataEssential/EventListeners/Listener.php
  154. library/XenForo/Route/Prefix/Members.php
  155. library/EWRporta/Listener/NavTabs.php
  156. library/EWRporta/Model/Perms.php
  157. library/bdMedal/Option.php
  158. library/Iversia/FAQ/Listener/TemplateHook.php
  159. library/Iversia/FAQ/Model/Category.php
  160. library/Iversia/FAQ/Route/Prefix/FAQ.php
  161. library/Waindigo/Hotspots/Listener/NavigationTabs.php
  162. library/Waindigo/Listener/NavigationTabs.php
  163. library/Waindigo/Listener/NavigationTabs/20130522.php
  164. library/Waindigo/Hotspots/Model/Map.php
  165. library/Waindigo/Hotspots/Route/Prefix/Hotspots.php
  166. library/XenZine/Model/Perms.php
  167. library/XfRu/Birthdays/EventListener/Template.php
  168. library/WidgetFramework/Option.php
  169. library/RotatingAds/Engine.php
  170. library/RotatingAds/Model.php
  171. library/EWRporta/Listener/Template.php
  172. library/MediaSites/listeners/twitter.php
  173. library/MediaSites/xxBBxtender/Listener.php
  174. library/XenZine/TemplateHooks.php
  175. library/Sedo/QuoteME/Listener/Templates.php
  176. library/XenForo/Debug.php
  177. library/Tinhte/XenTag/Helper.php
  178. library/Tinhte/XenTag/Constants.php
  179. library/XenForo/ViewRenderer/Json.php