Page Time: 0.1691s

Memory: 10.6970 MB (Peak: 16.2853 MB)

Queries (13, time: 0.0113s, 6.7%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000135
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT user.*
    	,
    		user_profile.*,
    		user_option.*,
    		user_privacy.*,
    		0 AS following_0
    FROM xf_user AS user
    
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = user.user_id)
    		LEFT JOIN xf_user_option AS user_option ON
    			(user_option.user_id = user.user_id)
    		LEFT JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = user.user_id)
    WHERE user.user_id = ?
    Params: 131387
    Run Time: 0.000876
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEuser_profileconstPRIMARYPRIMARY4const1 
    SIMPLEuser_optionconstPRIMARYPRIMARY4const1 
    SIMPLEuser_privacyconstPRIMARYPRIMARY4const1 
  3. SELECT search_index.content_type, search_index.content_id
    FROM xf_search_index AS search_index
    WHERE search_index.user_id = ?
    	
    ORDER BY search_index.item_date DESC
     LIMIT 15
    Params: 131387
    Run Time: 0.007160
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsearch_indexrefuser_id_item_dateuser_id_item_date4const2Using where
  4. SELECT thread.*
    	,
    		user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    		node.title AS node_title, node.node_name,
    		post.message, post.attach_count,
    		NULL AS thread_read_date,
    		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_post AS post ON
    			(post.post_id = thread.first_post_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.thread_id IN (78471)
    Run Time: 0.001251
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpostconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  5. SELECT
    	post.*
    	,
    		thread.*, thread.user_id AS thread_user_id, thread.username AS thread_username,
    		thread.post_date AS thread_post_date,
    		post.user_id, post.username, post.post_date,
    		node.title AS node_title, node.node_name,
    		user.*, IF(user.username IS NULL, post.username, user.username) AS username,
    	permission.cache_value AS node_permission_cache
    FROM xf_post AS post
    		INNER JOIN xf_thread AS thread ON
    			(thread.thread_id = post.thread_id)
    		INNER JOIN xf_node AS node ON
    			(node.node_id = thread.node_id)
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = post.user_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 post.post_id IN (318976)
    Run Time: 0.000776
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostconstPRIMARY,thread_id_post_date,thread_id_positionPRIMARY4const1 
    SIMPLEthreadconstPRIMARY,node_id_last_post_date,node_id_sticky_state_last_postPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  6. 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_Member, RecentContent, valid, user_id=131387, 1695339117,
    Run Time: 0.000084
  7. SELECT *
    FROM adnavigation
    ORDER BY
    	parent_navigation_id,
    	display_order
    Run Time: 0.000127
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEadnavigationALL    19Using filesort
  8. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'search_result_thread', 'member_recent_content', 'nflj_ams_tab_links', 'nixfifty_tickets_tab_links', 'resources_tab_links', 'wf_hook_moderator_bar', 'wf_revealer', 'modess_moderator_bar_mod_log_counts', 'ThreadStarter', 'siropu_ads_manager_tab_title', 'siropu_ads_manager_ad_type_code', 'siropu_ads_manager_ad_type_banner', 'siropu_ads_manager_ad_type_text', 'siropu_ads_manager_ad_type_link', 'siropu_ads_manager_ad_type_keyword', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 4, 1
    Run Time: 0.000692
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 17Using where
  9. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('nixfifty_tickets_tab', 'adnavigation_navitem_guide', 'adnavigation_navitem_journal', 'adnavigation_navitem_attorneys')
    Params: 1
    Run Time: 0.000071
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 4Using where
  10. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('bbm_js')
    	AND style_id = ?
    	AND language_id = ?
    Params: 4, 1
    Run Time: 0.000069
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  11. Select states from xf_siropu_ads_manager_ads where ad_id = 3
    Run Time: 0.000044
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_siropu_ads_manager_adsconstPRIMARYPRIMARY4const1 
  12. Select states from xf_siropu_ads_manager_ads where ad_id = 4
    Run Time: 0.000030
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_siropu_ads_manager_adsconstPRIMARYPRIMARY4const1 
  13. Select states from xf_siropu_ads_manager_ads where ad_id = 2
    Run Time: 0.000030
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_siropu_ads_manager_adsconstPRIMARYPRIMARY4const1 

Included Files (197, XenForo Classes: 62)

  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/BBM/Listeners/AllInOne.php
  29. library/WidgetFramework/Listener.php
  30. library/WidgetFramework/Option.php
  31. library/NixFifty/Tickets/Listener.php
  32. library/ModEss/Listener/Cog.php
  33. library/Audentio/Navigation/Listener/CodeEvent.php
  34. library/CipherSol/AdsManagerExtended/Listener.php
  35. library/TagEss/Listener/Class.php
  36. library/Tapatalk/Listener/LoadClassModel.php
  37. library/PowerDigital/Unanswered/Listener.php
  38. library/TagEss/Listener/Model.php
  39. library/NFLJ/AMS/Listener/Proxy.php
  40. library/XenForo/Model/Import.php
  41. library/Waindigo/Listener/InitDependencies.php
  42. library/Waindigo/Listener/InitDependencies/20150212.php
  43. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  44. library/EnableDebugFromAdminHome/Listener.php
  45. library/Zend/Db.php
  46. library/Zend/Db/Adapter/Mysqli.php
  47. library/Zend/Db/Adapter/Abstract.php
  48. library/Zend/Db/Select.php
  49. library/Zend/Db/Expr.php
  50. library/Zend/Db/Profiler.php
  51. library/Zend/Db/Statement/Mysqli.php
  52. library/Zend/Db/Statement.php
  53. library/Zend/Db/Statement/Interface.php
  54. library/XenNotices/Listener.php
  55. library/Sedo/CufPerms/Listener.php
  56. library/XenResource/Listener/Proxy.php
  57. library/XenForo/Router.php
  58. library/XenForo/Route/Filter.php
  59. library/XenForo/Route/Interface.php
  60. library/XenForo/Route/ResponseSuffix.php
  61. library/XenForo/Route/Prefix.php
  62. library/WidgetFramework/Route/Filter/PageX.php
  63. library/XenForo/Route/Prefix/Members.php
  64. library/XenForo/RouteMatch.php
  65. library/BBM/Protection/Helper/ContentProtection.php
  66. library/XenForo/ControllerPublic/Member.php
  67. library/XenForo/ControllerPublic/Abstract.php
  68. library/XenForo/Controller.php
  69. library/Waindigo/Leaderboards/Listener/LoadClass.php
  70. library/Waindigo/Listener/LoadClass.php
  71. library/Waindigo/Listener/LoadClass/20150518.php
  72. library/Waindigo/Trophies/Listener/LoadClass.php
  73. library/FullMessageTextPerm/Listener.php
  74. library/Siropu/NewUserPostRestrictions/Listener.php
  75. library/Siropu/UsernameChange/Listener.php
  76. library/TagEss/Listener/Controller.php
  77. library/Siropu/AdsManager/Listener.php
  78. library/BestAnswer/Listener/Controller.php
  79. library/Waindigo/Leaderboards/Extend/XenForo/ControllerPublic/Member.php
  80. library/Waindigo/Trophies/Extend/XenForo/ControllerPublic/Member.php
  81. library/FullMessageTextPerm/XenForo/ControllerPublic/Member.php
  82. library/ModEss/ControllerPublic/Member.php
  83. library/BestAnswer/ControllerPublic/Member.php
  84. library/XenResource/Listener/Proxy/ControllerMember.php
  85. library/NFLJ/AMS/XenForo/ControllerPublic/Member.php
  86. library/XenForo/Input.php
  87. library/XenForo/Session.php
  88. library/XenForo/Helper/Ip.php
  89. library/XenForo/Visitor.php
  90. library/XenForo/Model/User.php
  91. library/WidgetFramework/XenForo/Model/User.php
  92. library/XenResource/Listener/Proxy/ModelUser.php
  93. library/NFLJ/AMS/XenForo/Model/User.php
  94. library/Zend/Db/Profiler/Query.php
  95. library/XenForo/Permission.php
  96. library/XenForo/Helper/Php.php
  97. library/XenForo/Phrase.php
  98. library/XenForo/Locale.php
  99. library/XenForo/ControllerHelper/UserProfile.php
  100. library/XenForo/ControllerHelper/Abstract.php
  101. library/XenForo/Model/UserProfile.php
  102. library/XenForo/Search/SourceHandler/Abstract.php
  103. library/XenForo/Search/SourceHandler/MySqlFt.php
  104. library/XenForo/Model/Search.php
  105. library/Waindigo/CustomFields/Listener/LoadClass.php
  106. library/BBM/Protection/Listener/Models.php
  107. library/Waindigo/CustomFields/Extend/XenForo/Model/Search.php
  108. library/Tapatalk/Model/Search.php
  109. library/BBM/Protection/Model/Search.php
  110. library/XenForo/Search/DataHandler/Thread.php
  111. library/XenForo/Search/DataHandler/Abstract.php
  112. library/XenForo/Search/DataHandler/Post.php
  113. library/Waindigo/CustomFields/Extend/XenForo/Search/DataHandler/Post.php
  114. library/XenForo/Model/Thread.php
  115. library/NixFifty/AutoCloseThreads/Listen.php
  116. library/LiamW/ForumNewPosts/Listener.php
  117. library/NixFifty/AutoCloseThreads/XenForo/Model/Thread.php
  118. library/Waindigo/CustomFields/Extend/XenForo/Model/Thread.php
  119. library/WidgetFramework/XenForo/Model/Thread.php
  120. library/ModEss/Model/Thread.php
  121. library/PowerDigital/Unanswered/Model.php
  122. library/TagEss/XenForo/Model/Thread.php
  123. library/LiamW/ForumNewPosts/Extend/Model/Thread.php
  124. library/NFLJ/AMS/XenForo/Model/Thread.php
  125. library/XenForo/Model/Forum.php
  126. library/LiamW/ForumNewPosts/Extend/Model/Forum.php
  127. library/XenForo/Helper/String.php
  128. library/XenForo/Model/Post.php
  129. library/Waindigo/UserCriteria/Listener/LoadClass.php
  130. library/Waindigo/UserCriteria/Extend/XenForo/Model/Post.php
  131. library/Waindigo/Trophies/Extend/XenForo/Model/Post.php
  132. library/ModEss/Model/Post.php
  133. library/BestAnswer/Model/Post.php
  134. library/XenForo/ControllerResponse/View.php
  135. library/XenForo/ControllerResponse/Abstract.php
  136. library/XenForo/Helper/Cookie.php
  137. library/Tapatalk/Listener/ControllerPostDispatch.php
  138. library/XenForo/ViewRenderer/HtmlPublic.php
  139. library/XenForo/ViewRenderer/Abstract.php
  140. library/XenForo/Template/Public.php
  141. library/XenForo/Template/Abstract.php
  142. library/WidgetFramework/Core.php
  143. library/XenForo/Model/Moderator.php
  144. library/ModEss/Model/Moderator.php
  145. library/XenNotices/Model/Moderator.php
  146. library/XenResource/Listener/Proxy/ModelModerator.php
  147. library/NFLJ/AMS/XenForo/Model/Moderator.php
  148. library/XMWidgets/Listen.php
  149. library/NFLJ/AMS/Listener/WidgetFramework.php
  150. library/Iversia/FAQ/Listener/Widgets.php
  151. library/TagEss/Listener/WidgetFramework.php
  152. library/WidgetFramework/Model/Widget.php
  153. library/WidgetFramework/Helper/Sort.php
  154. library/WidgetFramework/WidgetRenderer.php
  155. library/XenForo/ViewPublic/Member/RecentContent.php
  156. library/XenForo/ViewPublic/Base.php
  157. library/XenForo/View.php
  158. library/TagEss/Listener/View.php
  159. library/WidgetFramework/XenForo/View1.php
  160. library/XenForo/ViewPublic/Helper/Search.php
  161. library/NFLJ/AMS/Listener/Template.php
  162. library/XFA/RMMarketPlace/Listener/Template.php
  163. library/ThreadStarter/Listener/Listener.php
  164. library/PowerDigital/Unanswered/Template/Cache.php
  165. library/Waindigo/CustomFields/Listener/TemplateCreate.php
  166. library/Waindigo/Listener/TemplateCreate.php
  167. library/Waindigo/Listener/TemplateCreate/20150106.php
  168. library/XenResource/Listener/Template.php
  169. library/rrssb/Listener.php
  170. library/WidgetFramework/WidgetRenderer/HtmlWithoutWrapper.php
  171. library/WidgetFramework/WidgetRenderer/Html.php
  172. library/XenNotices/Model/XenNotice.php
  173. library/Audentio/Navigation/Model/Navigation.php
  174. library/Iversia/FAQ/Listener/TemplateHook.php
  175. library/Siropu/AdsManager/Helper/General.php
  176. library/WidgetFramework/Template/Extended.php
  177. library/XenForo/Model/Avatar.php
  178. library/XenForo/Route/Prefix/Threads.php
  179. library/XenForo/Route/Prefix/Forums.php
  180. library/Tapatalk/Listener/TemplatePostRender.php
  181. library/Waindigo/CustomFields/Listener/TemplatePostRender.php
  182. library/Waindigo/Listener/TemplatePostRender.php
  183. library/Waindigo/Listener/TemplatePostRender/20150106.php
  184. library/Waindigo/Listener/Template.php
  185. library/Waindigo/Listener/Template/20150106.php
  186. library/LinkedInShare/Listener.php
  187. library/PowerDigital/Unanswered/Template/Hook.php
  188. library/Waindigo/CustomFields/Listener/TemplateHook.php
  189. library/Waindigo/Listener/TemplateHook.php
  190. library/Waindigo/Listener/TemplateHook/20150106.php
  191. library/Siropu/AdsManager/Model/Ads.php
  192. library/WidgetFramework/Helper/String.php
  193. library/WidgetFramework/WidgetRenderer/Empty.php
  194. library/XenForo/Helper/Criteria.php
  195. library/XenForo/Debug.php
  196. library/BBM/Listeners/Templates/Public.php
  197. library/XenForo/ViewRenderer/Json.php