Page Time: 0.2174s

Memory: 7.7952 MB (Peak: 9.6361 MB)

Queries (29, time: 0.0415s, 19.1%)

  1. SELECT *
    FROM xf_brivium_addon
    ORDER BY addon_id
    Run Time: 0.000353
    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.000199
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000333
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT *
    FROM xf_node
    WHERE display_in_list = 1
    ORDER BY lft ASC
    Run Time: 0.000653
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALLdisplay_in_list   91Using where; Using filesort
  5. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000640
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const88Using index condition
  6. SELECT forum.*
    	,
    		NULL AS forum_read_date
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    WHERE forum.node_id IN (26, 42, 57, 59, 101, 100, 105, 43, 44, 73, 74, 75, 76, 45, 28, 27, 113, 54, 63, 64, 65, 66, 67, 112, 68, 69, 95, 98, 25, 30, 29, 31, 50, 18, 19, 36, 33, 2, 37, 108, 109, 110, 111, 102, 84, 83, 85, 86, 81, 87, 80, 88, 89, 90, 91, 92, 79, 82, 22, 39, 41, 56, 53, 96, 52, 55, 60, 61, 62, 77, 72, 6, 11, 13, 70, 99)
    Run Time: 0.000651
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumALLPRIMARY   83Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4fishingk_xen.forum.node_id1Using index
  7. SELECT session_activity.*
    	,
    	user.*
    FROM xf_session_activity AS session_activity
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = session_activity.user_id)
    WHERE (session_activity.view_date > 1711652891)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.000615
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 2Using where
    SIMPLEusereq_refPRIMARYPRIMARY4fishingk_xen.session_activity.user_id1 
  8. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: b1f1361ea078969a4fe14b8abe72df0a, , 1711657391
    Run Time: 0.000225
  9. 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, , , XenForo_ControllerPublic_Forum, Index, valid, node_name=, 1711653791,
    Run Time: 0.000172
  10. SELECT *
    	FROM EWRporta_layouts
    WHERE layout_id = ?
    Params: index
    Run Time: 0.000228
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  11. SELECT *
    	FROM EWRporta_layouts
    WHERE layout_id = ?
    Params: portal
    Run Time: 0.000191
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_layoutssystemPRIMARY   1 
  12. SELECT *, 'disabled' AS position
    	FROM EWRporta_blocks
    WHERE active = 1
    ORDER BY block_id ASC
    Run Time: 0.000315
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_blocksALL    11Using where; Using filesort
  13. SELECT * FROM EWRporta_caches
    Run Time: 0.000259
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesALL    9 
  14. SELECT * FROM EWRporta_options
    Run Time: 0.000263
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_optionsALL    28 
  15. SELECT thread.*
    	,
    	user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    	node.title AS node_title, node.node_name,
    	NULL AS thread_read_date,
    	0 AS thread_is_watched,
    	0 AS user_post_count,
    permission.cache_value AS node_permission_cache
    FROM xf_thread AS thread
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    	LEFT JOIN xf_node AS node ON
    		(node.node_id = thread.node_id)
    LEFT JOIN xf_permission_cache_content AS permission
    	ON (permission.permission_combination_id = 1
    		AND permission.content_type = 'node'
    		AND permission.content_id = thread.node_id)
    WHERE (thread.discussion_state IN ('visible')) AND (thread.last_post_date > 1711567391)
    ORDER BY thread.last_post_date DESC
     LIMIT 10
    Run Time: 0.000744
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangelast_post_datelast_post_date4 1Using where
    SIMPLEusereq_refPRIMARYPRIMARY4fishingk_xen.thread.user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4fishingk_xen.thread.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,fishingk_xen.thread.node_id1Using where
  16. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 41
    Run Time: 0.000234
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  17. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'bdmedal_message_medals', 'xengallery_bb_code_tag_gallery', 'node_forum_level_n', 'node_forum_level_2', 'node_category_level_1', 'EWRblock_BannerADS', 'EWRblock_RecentThreads', 'EWRblock_BannerSidebar', 'wf_widget_wrapper', 'wf_widget_online_users', 'wf_widget_stats', 'wf_widget_share_page', 'wf_widget_birthday', 'forum_list', 'EWRporta_Navtabs', 'iversia_faq_navtabs', 'xenzine_nav', 'sonnb_xengallery_option_copyright', 'sonnbXG_copyright', 'sonnb_xengallery_navbar_template', 'xenCODE_Meta_Keywords', 'bdmedal_navigation_tabs_help', 'wf_hook_moderator_bar', 'wf_revealer', 'tinhte_xentag_bb_code_tag_tag', '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.014227
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 37Using index condition
  18. 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.000318
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 3Using index condition
  19. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('EWRporta_Custom_Top')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 1
    Run Time: 0.000362
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  20. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('EWRporta_Custom_Btm')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 1
    Run Time: 0.000266
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  21. SELECT
      up.dob_year,
      u.*,
      uo.show_dob_year, uo.show_dob_date
    FROM
      `xf_user_profile` AS up
    LEFT JOIN `xf_user` AS u ON u.user_id=up.user_id
    LEFT JOIN `xf_user_option` AS uo ON uo.user_id=u.user_id
    WHERE
      up.dob_day > 0
     AND (up.dob_day = 29 AND up.dob_month = 3) AND uo.show_dob_date = 1 AND is_banned IN (0,1) ORDER BY user_id
    Run Time: 0.017927
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuprefPRIMARY,dobdob2const,const10Using where; Using index; Using filesort
    SIMPLEuoeq_refPRIMARYPRIMARY4fishingk_xen.up.user_id1Using where
    SIMPLEueq_refPRIMARYPRIMARY4fishingk_xen.up.user_id1Using where
  22. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('age')
    Params: 1
    Run Time: 0.000273
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  23. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('xfr_birthdays_sidebar_user_list')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 1
    Run Time: 0.000273
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  24. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('EWRporta_Custom_Side')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 1
    Run Time: 0.000275
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  25. 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.000323
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  26. 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.000304
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  27. 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.000272
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  28. 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.000309
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  29. 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.000267
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (190, XenForo Classes: 60)

  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/Forums.php
  85. library/EWRporta/Listener/Route.php
  86. library/XenForo/RouteMatch.php
  87. library/XenForo/ControllerPublic/Forum.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/Andy/SimilarThreads/Listener.php
  93. library/StickyFirstPost/ControllerPublic/Forum.php
  94. library/Brivium/MetadataEssential/ControllerPublic/Forum.php
  95. library/Tinhte/XenTag/XenForo/ControllerPublic/Forum.php
  96. library/sonnb/XenGallery/XenForo/ControllerPublic/Forum.php
  97. library/EWRporta/ControllerPublic/Forum.php
  98. library/Andy/SimilarThreads/ControllerPublic/Forum.php
  99. library/XenForo/Session.php
  100. library/XenForo/Helper/Ip.php
  101. library/XenForo/Visitor.php
  102. library/XenForo/Model/User.php
  103. library/Waindigo/Hotspots/Listener/LoadClass.php
  104. library/Waindigo/Listener/LoadClass.php
  105. library/Waindigo/Listener/LoadClass/20131003.php
  106. library/Waindigo/Hotspots/Extend/XenForo/Model/User.php
  107. library/WidgetFramework/XenForo/Model/User.php
  108. library/sonnb/XenGallery/XenForo/Model/User.php
  109. library/XenGallery/Model/User.php
  110. library/XenForo/Permission.php
  111. library/XenForo/Phrase.php
  112. library/XenForo/Locale.php
  113. library/EWRporta/Model/Perms.php
  114. library/Waindigo/Listener/Template/20140101.php
  115. library/Waindigo/Listener/TemplateHook/20130522.php
  116. library/Waindigo/Listener/TemplatePostRender/20130522.php
  117. library/Waindigo/Listener/TemplateCreate/20130522.php
  118. library/XenForo/Model/Node.php
  119. library/XenForo/NodeHandler/Category.php
  120. library/XenForo/NodeHandler/Abstract.php
  121. library/XenForo/NodeHandler/Forum.php
  122. library/XenForo/Model/Category.php
  123. library/XenForo/Model/Forum.php
  124. library/StickyFirstPost/Model/Forum.php
  125. library/Tinhte/XenTag/XenForo/Model/Forum.php
  126. library/Tinhte/XenTag/Option.php
  127. library/XenForo/Helper/String.php
  128. library/XenForo/Model/Session.php
  129. library/XenForo/ControllerResponse/View.php
  130. library/XenForo/ControllerResponse/Abstract.php
  131. library/XenForo/Helper/Cookie.php
  132. library/XenForo/ViewRenderer/HtmlPublic.php
  133. library/XenForo/ViewRenderer/Abstract.php
  134. library/XenForo/Template/Public.php
  135. library/XenForo/Template/Abstract.php
  136. library/XenForo/ViewPublic/Forum/List.php
  137. library/XenForo/ViewPublic/Base.php
  138. library/XenForo/View.php
  139. library/ControlNoFollow/Listener.php
  140. library/EWRporta/Listener/ViewPublic.php
  141. library/WidgetFramework/XenForo/View1.php
  142. library/EWRporta/ViewPublic/Custom.php
  143. library/XenForo/ViewPublic/Helper/Node.php
  144. library/xenCODE/MetaKeywords/Listener.php
  145. library/Sedo/QuoteME/Listener/PreloadTemplates.php
  146. library/Brivium/MetadataEssential/EventListeners/Listener.php
  147. library/EWRporta/Model/Blocks.php
  148. library/EWRporta/Model/Layouts.php
  149. library/EWRporta/Model/Caches.php
  150. library/EWRporta/Model/Options.php
  151. library/EWRporta/Block/RecentThreads.php
  152. library/XenForo/Model/Thread.php
  153. library/StickyFirstPost/Model/Thread.php
  154. library/WidgetFramework/XenForo/Model/Thread.php
  155. library/Tinhte/XenTag/XenForo/Model/Thread.php
  156. library/XenForo/Model/PermissionCache.php
  157. library/XenForo/Helper/Discussion.php
  158. library/WidgetFramework/Model/Cache.php
  159. library/XenForo/Route/Prefix/Members.php
  160. library/EWRporta/Listener/NavTabs.php
  161. library/bdMedal/Option.php
  162. library/Iversia/FAQ/Listener/TemplateHook.php
  163. library/Iversia/FAQ/Model/Category.php
  164. library/Iversia/FAQ/Route/Prefix/FAQ.php
  165. library/Waindigo/Hotspots/Listener/NavigationTabs.php
  166. library/Waindigo/Listener/NavigationTabs.php
  167. library/Waindigo/Listener/NavigationTabs/20130522.php
  168. library/Waindigo/Hotspots/Model/Map.php
  169. library/Waindigo/Hotspots/Route/Prefix/Hotspots.php
  170. library/XenZine/Model/Perms.php
  171. library/XenForo/Route/Prefix/Categories.php
  172. library/Sedo/QuoteME/Listener/Templates.php
  173. library/XfRu/Birthdays/EventListener/Template.php
  174. library/WidgetFramework/Option.php
  175. library/RotatingAds/Engine.php
  176. library/RotatingAds/Model.php
  177. library/EWRporta/Listener/Template.php
  178. library/MediaSites/listeners/twitter.php
  179. library/MediaSites/xxBBxtender/Listener.php
  180. library/XenZine/TemplateHooks.php
  181. library/XenForo/Route/Prefix/Posts.php
  182. library/XenForo/Model/Avatar.php
  183. library/XenForo/Route/Prefix/Threads.php
  184. library/EWRporta/Route/Thread.php
  185. library/XfRu/Birthdays/Model/Birthday.php
  186. library/WidgetFramework/Template/Trojan.php
  187. library/XenForo/Debug.php
  188. library/Tinhte/XenTag/Helper.php
  189. library/Tinhte/XenTag/Constants.php
  190. library/XenForo/ViewRenderer/Json.php