Page Time: 0.2192s

Memory: 12.7262 MB (Peak: 18.6502 MB)

Queries (19, time: 0.0213s, 9.7%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000117
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache,
    		NULL AS forum_read_date,
    		0 AS forum_is_watched
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.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 = forum.node_id)
    WHERE node.node_id = ?
    Params: 91
    Run Time: 0.000606
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  3. SELECT COUNT(*)
    FROM xf_thread AS thread
    
    WHERE ((thread.node_id = 91) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible')))
    Run Time: 0.002428
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const519Using where; Using index
  4. SELECT thread.*
    	,
    	user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    	NULL AS thread_read_date,
    	0 AS thread_is_watched,
    	0 AS user_post_count
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    WHERE ((thread.node_id = 91) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible')))
    ORDER BY thread.title DESC
     LIMIT 20 OFFSET 420
    Run Time: 0.015264
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const519Using index condition; Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4thelawc_primo1.thread.user_id1 
  5.             SELECT field.*
                ,
                        ff.field_id, ff.node_id
                FROM xf_thread_field AS field
                
                        INNER JOIN xf_forum_field AS ff ON
                        (ff.field_id = field.field_id)
                WHERE (ff.node_id IN(91))
                ORDER BY field.materialized_order
    Run Time: 0.000438
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEfieldALLPRIMARY   1Using filesort
    SIMPLEffeq_refPRIMARY,field_idPRIMARY198const,thelawc_primo1.field.field_id1Using index
  6.             SELECT field.*
                ,
                        ff.field_id, ff.node_id
                FROM xf_thread_field AS field
                
                        INNER JOIN xf_forum_field AS ff ON
                        (ff.field_id = field.field_id)
                WHERE (ff.node_id IN(91))
                ORDER BY field.materialized_order
    Run Time: 0.000194
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEfieldALLPRIMARY   1Using filesort
    SIMPLEffeq_refPRIMARY,field_idPRIMARY198const,thelawc_primo1.field.field_id1Using index
  7. SELECT node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache,
    		NULL AS forum_read_date,
    		0 AS forum_is_watched
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.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 = forum.node_id)
    WHERE node.node_id = ?
    Params: 91
    Run Time: 0.000347
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  8. SELECT COUNT(thread_id)
    FROM xf_thread
    WHERE user_id = ?
    AND post_date > ?
    Params: 0, 1696005830
    Run Time: 0.000244
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrangepost_date,user_idpost_date4 2Using index condition; Using where
  9. SELECT category.*
    	,
    	permission.cache_value AS category_permission_cache
    FROM xf_nflj_ams_category AS category
    
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'ams_category'
    			AND permission.content_id = category.category_id)
    ORDER BY category.lft
    Run Time: 0.000585
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEcategoryALL    37Using filesort
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,thelawc_primo1.category.category_id1Using where
  10. 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, Forum, valid, node_id=91&page=22, 1696092230,
    Run Time: 0.000126
  11. SELECT *
    FROM adnavigation
    ORDER BY
    	parent_navigation_id,
    	display_order
    Run Time: 0.000115
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEadnavigationALL    19Using filesort
  12. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'waindigo_thread_list_item_socialgroups', 'forum_view', '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.000465
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 17Using where
  13. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('thread_field_Jurisdiction_desc', 'nixfifty_tickets_tab', 'adnavigation_navitem_guide', 'adnavigation_navitem_journal', 'adnavigation_navitem_attorneys')
    Params: 1
    Run Time: 0.000057
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 5Using where
  14. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('pfl_prefixes_list')
    	AND style_id = ?
    	AND language_id = ?
    Params: 4, 1
    Run Time: 0.000063
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  15. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('waindigo_thread_list_item_customfields')
    	AND style_id = ?
    	AND language_id = ?
    Params: 4, 1
    Run Time: 0.000068
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  16. 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.000065
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  17. 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 
  18. Select states from xf_siropu_ads_manager_ads where ad_id = 4
    Run Time: 0.000034
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_siropu_ads_manager_adsconstPRIMARYPRIMARY4const1 
  19. 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 (199, XenForo Classes: 58)

  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/Forums.php
  64. library/XenForo/RouteMatch.php
  65. library/BBM/Protection/Helper/ContentProtection.php
  66. library/XenForo/ControllerPublic/Forum.php
  67. library/XenForo/ControllerPublic/Abstract.php
  68. library/XenForo/Controller.php
  69. library/Waindigo/CustomFields/Listener/LoadClass.php
  70. library/Waindigo/Listener/LoadClass.php
  71. library/Waindigo/Listener/LoadClass/20150518.php
  72. library/Siropu/NewUserPostRestrictions/Listener.php
  73. library/Siropu/UsernameChange/Listener.php
  74. library/TagEss/Listener/Controller.php
  75. library/Siropu/AdsManager/Listener.php
  76. library/PrefixForumListing/Listener.php
  77. library/BestAnswer/Listener/Controller.php
  78. library/Andy/NewContentLimit/Listener.php
  79. library/DailyStats/Listener.php
  80. library/Andy/MostLikes/Listener.php
  81. library/Waindigo/CustomFields/Extend/XenForo/ControllerPublic/Forum.php
  82. library/WidgetFramework/XenForo/ControllerPublic/Forum.php
  83. library/ModEss/ControllerPublic/Forum.php
  84. library/Siropu/NewUserPostRestrictions/ControllerPublic/Forum.php
  85. library/TagEss/XenForo/ControllerPublic/Forum.php
  86. library/PrefixForumListing/Extend/ControllerPublic/Forum.php
  87. library/BestAnswer/ControllerPublic/Forum.php
  88. library/Andy/NewContentLimit/ControllerPublic/Forum.php
  89. library/DailyStats/ControllerPublic/Forum.php
  90. library/Andy/MostLikes/ControllerPublic/Forum.php
  91. library/NFLJ/AMS/XenForo/ControllerPublic/Forum.php
  92. library/XenForo/Input.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/WidgetFramework/XenForo/Model/User.php
  98. library/XenResource/Listener/Proxy/ModelUser.php
  99. library/NFLJ/AMS/XenForo/Model/User.php
  100. library/Zend/Db/Profiler/Query.php
  101. library/XenForo/Permission.php
  102. library/XenForo/Helper/Php.php
  103. library/XenForo/Phrase.php
  104. library/XenForo/Locale.php
  105. library/WidgetFramework/Helper/Index.php
  106. library/XenForo/ControllerResponse/Reroute.php
  107. library/XenForo/ControllerResponse/Abstract.php
  108. library/Tapatalk/Listener/ControllerPostDispatch.php
  109. library/XenResource/Listener/Template.php
  110. library/XenForo/ControllerHelper/ForumThreadPost.php
  111. library/XenForo/ControllerHelper/Abstract.php
  112. library/XenForo/Model/Forum.php
  113. library/LiamW/ForumNewPosts/Listener.php
  114. library/LiamW/ForumNewPosts/Extend/Model/Forum.php
  115. library/XenForo/Model/Thread.php
  116. library/NixFifty/AutoCloseThreads/Listen.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/ModEss/Model/ModEss.php
  126. library/XenForo/Helper/String.php
  127. library/XenForo/Model/Node.php
  128. library/Tapatalk/Model/Node.php
  129. library/ModEss/Model/Node.php
  130. library/XenForo/Route/Prefix/Categories.php
  131. library/XenForo/ControllerResponse/View.php
  132. library/Waindigo/CustomFields/Model/ThreadField.php
  133. library/XenForo/Model/Tag.php
  134. library/TagEss/XenForo/Model/Tag.php
  135. library/NFLJ/AMS/Model/Category.php
  136. library/XenForo/Helper/Cookie.php
  137. library/XenForo/ViewRenderer/HtmlPublic.php
  138. library/XenForo/ViewRenderer/Abstract.php
  139. library/XenForo/Template/Public.php
  140. library/XenForo/Template/Abstract.php
  141. library/WidgetFramework/Core.php
  142. library/XenForo/Model/Moderator.php
  143. library/ModEss/Model/Moderator.php
  144. library/XenNotices/Model/Moderator.php
  145. library/XenResource/Listener/Proxy/ModelModerator.php
  146. library/NFLJ/AMS/XenForo/Model/Moderator.php
  147. library/XMWidgets/Listen.php
  148. library/NFLJ/AMS/Listener/WidgetFramework.php
  149. library/Iversia/FAQ/Listener/Widgets.php
  150. library/TagEss/Listener/WidgetFramework.php
  151. library/WidgetFramework/Model/Widget.php
  152. library/WidgetFramework/Helper/Sort.php
  153. library/WidgetFramework/WidgetRenderer.php
  154. library/XenForo/ViewPublic/Forum/View.php
  155. library/XenForo/ViewPublic/Base.php
  156. library/XenForo/View.php
  157. library/TagEss/Listener/View.php
  158. library/Audentio/Navigation/ViewPublic/Forum/View.php
  159. library/Waindigo/CustomFields/Extend/XenForo/ViewPublic/Forum/View.php
  160. library/WidgetFramework/XenForo/View1.php
  161. library/ModEss/ViewPublic/Forum/View.php
  162. library/XenForo/ViewPublic/Helper/Node.php
  163. library/Waindigo/CustomFields/ViewPublic/Helper/Thread.php
  164. library/NFLJ/AMS/Listener/Template.php
  165. library/XFA/RMMarketPlace/Listener/Template.php
  166. library/WidgetFramework/WidgetRenderer/HtmlWithoutWrapper.php
  167. library/WidgetFramework/WidgetRenderer/Html.php
  168. library/ThreadStarter/Listener/Listener.php
  169. library/PowerDigital/Unanswered/Template/Cache.php
  170. library/Waindigo/CustomFields/Listener/TemplateCreate.php
  171. library/Waindigo/Listener/TemplateCreate.php
  172. library/Waindigo/Listener/TemplateCreate/20150106.php
  173. library/rrssb/Listener.php
  174. library/XenForo/Route/Prefix/Members.php
  175. library/XenNotices/Model/XenNotice.php
  176. library/Audentio/Navigation/Model/Navigation.php
  177. library/Iversia/FAQ/Listener/TemplateHook.php
  178. library/Siropu/AdsManager/Helper/General.php
  179. library/WidgetFramework/Template/Extended.php
  180. library/LinkedInShare/Listener.php
  181. library/PowerDigital/Unanswered/Template/Hook.php
  182. library/Waindigo/CustomFields/Listener/TemplateHook.php
  183. library/Waindigo/Listener/TemplateHook.php
  184. library/Waindigo/Listener/TemplateHook/20150106.php
  185. library/Waindigo/Listener/Template.php
  186. library/Waindigo/Listener/Template/20150106.php
  187. library/Siropu/AdsManager/Model/Ads.php
  188. library/Tapatalk/Listener/TemplatePostRender.php
  189. library/Waindigo/CustomFields/Listener/TemplatePostRender.php
  190. library/Waindigo/Listener/TemplatePostRender.php
  191. library/Waindigo/Listener/TemplatePostRender/20150106.php
  192. library/XenForo/Model/Avatar.php
  193. library/XenForo/Route/Prefix/Threads.php
  194. library/WidgetFramework/Helper/String.php
  195. library/WidgetFramework/WidgetRenderer/Empty.php
  196. library/XenForo/Helper/Criteria.php
  197. library/XenForo/Debug.php
  198. library/BBM/Listeners/Templates/Public.php
  199. library/XenForo/ViewRenderer/Json.php