Page Time: 0.2258s

Memory: 15.5645 MB (Peak: 20.9488 MB)

Queries (23, time: 0.0117s, 5.2%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000701
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT category.*
    	,
    	permission.cache_value AS category_permission_cache,
    		0 AS forum_is_watched
    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)
    WHERE category.category_id = ?
    Params: 27
    Run Time: 0.000472
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEcategoryconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  3. 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.000635
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEcategoryALL    37Using filesort
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,thelawc_primo1.category.category_id1Using where
  4. SELECT COUNT(*)
    FROM xf_nflj_ams_article as article
    
    		LEFT JOIN xf_nflj_ams_category AS category ON
    			(category.category_id = article.category_id)				
    WHERE (article.category_id IN (27)) AND (article.article_state IN ('visible'))
    Run Time: 0.000223
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEarticlerefcategory_id,category_last_update,category_rating_weightedcategory_id4const8Using where
  5. SELECT article.*
    	,
    		category.*,
    		user.*, user_profile.*, IF(user.username IS NULL, article.username, user.username) AS username
    FROM xf_nflj_ams_article AS article
    	
    		LEFT JOIN xf_nflj_ams_category AS category ON
    			(category.category_id = article.category_id)
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = article.user_id)
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = article.user_id)
    WHERE (article.category_id IN (27)) AND (article.article_state = 'visible')
    ORDER BY article.publish_date DESC
     LIMIT 4
    Run Time: 0.001447
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEarticlerefcategory_id,category_last_update,category_rating_weightedcategory_id4const8Using where; Using filesort
    SIMPLEcategoryconstPRIMARYPRIMARY4const1 
    SIMPLEusereq_refPRIMARYPRIMARY4thelawc_primo1.article.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4thelawc_primo1.article.user_id1 
  6. SELECT *
    FROM bbm
    ORDER BY tag
    Run Time: 0.000408
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEbbmALL    7Using filesort
  7. SELECT *
    FROM bbm
    ORDER BY tag
    Run Time: 0.000313
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEbbmALL    7Using filesort
  8. SELECT *
    FROM bbm
    ORDER BY tag
    Run Time: 0.000278
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEbbmALL    7Using filesort
  9. SELECT article.*
    	,
    		category.*,
    		user.*, user_profile.*, IF(user.username IS NULL, article.username, user.username) AS username
    FROM xf_nflj_ams_article AS article
    	
    		LEFT JOIN xf_nflj_ams_category AS category ON
    			(category.category_id = article.category_id)
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = article.user_id)
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = article.user_id)
    WHERE (article.category_id IN (27)) AND (article.featured = 1) AND (article.article_state = 'visible')
    ORDER BY rand() DESC, article.last_update DESC
     LIMIT 1
    Run Time: 0.001795
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEarticlerefcategory_id,category_last_update,category_rating_weightedcategory_id4const8Using where; Using temporary; Using filesort
    SIMPLEcategoryconstPRIMARYPRIMARY4const1 
    SIMPLEusereq_refPRIMARYPRIMARY4thelawc_primo1.article.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4thelawc_primo1.article.user_id1 
  10. SELECT article.*
    	,
    		category.*,
    		user.*, user_profile.*, IF(user.username IS NULL, article.username, user.username) AS username
    FROM xf_nflj_ams_article AS article
    	
    		LEFT JOIN xf_nflj_ams_category AS category ON
    			(category.category_id = article.category_id)
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = article.user_id)
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = article.user_id)
    WHERE (article.category_id IN (27)) AND (article.article_state IN ('visible'))
    ORDER BY article.publish_date DESC
     LIMIT 10
    Run Time: 0.001300
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEarticlerefcategory_id,category_last_update,category_rating_weightedcategory_id4const8Using where; Using filesort
    SIMPLEcategoryconstPRIMARYPRIMARY4const1 
    SIMPLEusereq_refPRIMARYPRIMARY4thelawc_primo1.article.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4thelawc_primo1.article.user_id1 
  11. SELECT *
    FROM bbm
    ORDER BY tag
    Run Time: 0.000293
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEbbmALL    7Using filesort
  12. SELECT *
    FROM bbm
    ORDER BY tag
    Run Time: 0.000296
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEbbmALL    7Using filesort
  13. SELECT *
    FROM bbm
    ORDER BY tag
    Run Time: 0.000293
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEbbmALL    7Using filesort
  14. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (140, 133, 126)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: ams_article
    Run Time: 0.000532
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 9Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4thelawc_primo1.attachment.data_id1 
  15. 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, , , NFLJ_AMS_ControllerPublic_Category, Index, valid, category_id=27, 1702182149,
    Run Time: 0.000307
  16. SELECT *
    FROM bbm
    ORDER BY tag
    Run Time: 0.000390
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEbbmALL    7Using filesort
  17. SELECT *
    FROM adnavigation
    ORDER BY
    	parent_navigation_id,
    	display_order
    Run Time: 0.000125
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEadnavigationALL    19Using filesort
  18. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'bbm_bbcode_spoiler', 'bbm_viewer_content_protected', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', '__bbm_tool_template', 'nflj_ams_category', '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.001544
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 25Using where
  19. 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.000087
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 4Using where
  20. 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.000073
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  21. Select states from xf_siropu_ads_manager_ads where ad_id = 3
    Run Time: 0.000060
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_siropu_ads_manager_adsconstPRIMARYPRIMARY4const1 
  22. Select states from xf_siropu_ads_manager_ads where ad_id = 4
    Run Time: 0.000044
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_siropu_ads_manager_adsconstPRIMARYPRIMARY4const1 
  23. Select states from xf_siropu_ads_manager_ads where ad_id = 2
    Run Time: 0.000043
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_siropu_ads_manager_adsconstPRIMARYPRIMARY4const1 

Included Files (166, XenForo Classes: 51)

  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/Zend/Db.php
  25. library/Zend/Db/Adapter/Mysqli.php
  26. library/Zend/Db/Adapter/Abstract.php
  27. library/Zend/Db/Select.php
  28. library/Zend/Db/Expr.php
  29. library/Zend/Db/Profiler.php
  30. library/Zend/Db/Statement/Mysqli.php
  31. library/Zend/Db/Statement.php
  32. library/Zend/Db/Statement/Interface.php
  33. library/Zend/Db/Profiler/Query.php
  34. library/XenForo/CodeEvent.php
  35. library/XenForo/Options.php
  36. library/XenForo/Link.php
  37. library/XenForo/Template/Helper/Core.php
  38. library/BBM/Listeners/AllInOne.php
  39. library/WidgetFramework/Listener.php
  40. library/WidgetFramework/Option.php
  41. library/NixFifty/Tickets/Listener.php
  42. library/ModEss/Listener/Cog.php
  43. library/Audentio/Navigation/Listener/CodeEvent.php
  44. library/CipherSol/AdsManagerExtended/Listener.php
  45. library/TagEss/Listener/Class.php
  46. library/Tapatalk/Listener/LoadClassModel.php
  47. library/PowerDigital/Unanswered/Listener.php
  48. library/TagEss/Listener/Model.php
  49. library/NFLJ/AMS/Listener/Proxy.php
  50. library/XenForo/Model/Import.php
  51. library/Waindigo/Listener/InitDependencies.php
  52. library/Waindigo/Listener/InitDependencies/20150212.php
  53. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  54. library/EnableDebugFromAdminHome/Listener.php
  55. library/XenNotices/Listener.php
  56. library/Sedo/CufPerms/Listener.php
  57. library/XenResource/Listener/Proxy.php
  58. library/XenForo/Router.php
  59. library/XenForo/Route/Filter.php
  60. library/XenForo/Route/Interface.php
  61. library/XenForo/Route/ResponseSuffix.php
  62. library/XenForo/Route/Prefix.php
  63. library/WidgetFramework/Route/Filter/PageX.php
  64. library/XenForo/RouteMatch.php
  65. library/NFLJ/AMS/Route/Prefix/AMS.php
  66. library/BBM/Protection/Helper/ContentProtection.php
  67. library/NFLJ/AMS/ControllerPublic/Category.php
  68. library/XenForo/ControllerPublic/Abstract.php
  69. library/XenForo/Controller.php
  70. library/Siropu/NewUserPostRestrictions/Listener.php
  71. library/Siropu/UsernameChange/Listener.php
  72. library/TagEss/Listener/Controller.php
  73. library/Siropu/AdsManager/Listener.php
  74. library/XenForo/Input.php
  75. library/XenForo/Session.php
  76. library/XenForo/Helper/Ip.php
  77. library/XenForo/Visitor.php
  78. library/XenForo/Model/User.php
  79. library/WidgetFramework/XenForo/Model/User.php
  80. library/XenResource/Listener/Proxy/ModelUser.php
  81. library/NFLJ/AMS/XenForo/Model/User.php
  82. library/XenForo/Permission.php
  83. library/XenForo/Helper/Php.php
  84. library/XenForo/Phrase.php
  85. library/XenForo/Locale.php
  86. library/NFLJ/AMS/Model/Article.php
  87. library/NFLJ/AMS/ControllerHelper/AMS.php
  88. library/XenForo/ControllerHelper/Abstract.php
  89. library/NFLJ/AMS/Model/Category.php
  90. library/XenForo/Helper/String.php
  91. library/XenForo/BbCode/Parser.php
  92. library/XenForo/BbCode/Formatter/Base.php
  93. library/XenForo/BbCode/Formatter/BbCode/AutoLink.php
  94. library/XenForo/BbCode/Formatter/BbCode/Abstract.php
  95. library/BBM/BbCode/Formatter/BbCode/AutoLink.php
  96. library/BBM/Model/BbCodes.php
  97. library/BBM/BbCode/Parser.php
  98. library/XenForo/Model/Attachment.php
  99. library/NFLJ/AMS/Model/Attachment.php
  100. library/XenForo/Route/Prefix/Attachments.php
  101. library/NFLJ/AMS/Model/Comment.php
  102. library/XenForo/ControllerResponse/View.php
  103. library/XenForo/ControllerResponse/Abstract.php
  104. library/XenForo/Helper/Cookie.php
  105. library/Tapatalk/Listener/ControllerPostDispatch.php
  106. library/XenForo/ViewRenderer/HtmlPublic.php
  107. library/XenForo/ViewRenderer/Abstract.php
  108. library/XenForo/Template/Public.php
  109. library/XenForo/Template/Abstract.php
  110. library/WidgetFramework/Core.php
  111. library/XenForo/Model/Moderator.php
  112. library/ModEss/Model/Moderator.php
  113. library/XenNotices/Model/Moderator.php
  114. library/XenResource/Listener/Proxy/ModelModerator.php
  115. library/NFLJ/AMS/XenForo/Model/Moderator.php
  116. library/XMWidgets/Listen.php
  117. library/NFLJ/AMS/Listener/WidgetFramework.php
  118. library/Iversia/FAQ/Listener/Widgets.php
  119. library/TagEss/Listener/WidgetFramework.php
  120. library/WidgetFramework/Model/Widget.php
  121. library/WidgetFramework/Helper/Sort.php
  122. library/WidgetFramework/WidgetRenderer.php
  123. library/NFLJ/AMS/ViewPublic/Category/View.php
  124. library/XenForo/ViewPublic/Base.php
  125. library/XenForo/View.php
  126. library/TagEss/Listener/View.php
  127. library/WidgetFramework/XenForo/View1.php
  128. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  129. library/BBM/BbCode/Formatter/Base.php
  130. library/BBM/Helper/Bbm.php
  131. library/NFLJ/AMS/Listener/Template.php
  132. library/XFA/RMMarketPlace/Listener/Template.php
  133. library/ThreadStarter/Listener/Listener.php
  134. library/PowerDigital/Unanswered/Template/Cache.php
  135. library/Waindigo/CustomFields/Listener/TemplateCreate.php
  136. library/Waindigo/Listener/TemplateCreate.php
  137. library/Waindigo/Listener/TemplateCreate/20150106.php
  138. library/XenResource/Listener/Template.php
  139. library/rrssb/Listener.php
  140. library/WidgetFramework/WidgetRenderer/HtmlWithoutWrapper.php
  141. library/WidgetFramework/WidgetRenderer/Html.php
  142. library/XenForo/Route/Prefix/Members.php
  143. library/XenNotices/Model/XenNotice.php
  144. library/Audentio/Navigation/Model/Navigation.php
  145. library/Iversia/FAQ/Listener/TemplateHook.php
  146. library/Siropu/AdsManager/Helper/General.php
  147. library/WidgetFramework/Template/Extended.php
  148. library/NFLJ/AMS/ViewPublic/Helper/Article.php
  149. library/WidgetFramework/Helper/String.php
  150. library/WidgetFramework/WidgetRenderer/Empty.php
  151. library/Tapatalk/Listener/TemplatePostRender.php
  152. library/Waindigo/CustomFields/Listener/TemplatePostRender.php
  153. library/Waindigo/Listener/TemplatePostRender.php
  154. library/Waindigo/Listener/TemplatePostRender/20150106.php
  155. library/Waindigo/Listener/Template.php
  156. library/Waindigo/Listener/Template/20150106.php
  157. library/XenForo/Helper/Criteria.php
  158. library/XenForo/Debug.php
  159. library/LinkedInShare/Listener.php
  160. library/PowerDigital/Unanswered/Template/Hook.php
  161. library/Waindigo/CustomFields/Listener/TemplateHook.php
  162. library/Waindigo/Listener/TemplateHook.php
  163. library/Waindigo/Listener/TemplateHook/20150106.php
  164. library/Siropu/AdsManager/Model/Ads.php
  165. library/BBM/Listeners/Templates/Public.php
  166. library/XenForo/ViewRenderer/Json.php