Page Time: 0.2088s

Memory: 13.3083 MB (Peak: 15.0677 MB)

Queries (18, time: 0.0176s, 8.4%)

  1. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'deferredRun', 'simpleCache', 'addOns', 'defaultStyleProperties', 'routeFiltersIn', 'routeFiltersOut', 'routesPublic', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'userBanners', 'smilies', 'bbCode', 'threadPrefixes', 'userTitleLadder', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
    Run Time: 0.001696
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using index condition
  2. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: brmsModernStatisticCache
    Run Time: 0.000189
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  3. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('brListenerClasses', 'brBriviumAddOns')
    Run Time: 0.000213
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using index condition
  4. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000260
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  5. SELECT thread.*
    	,
    	last_post_user.gender AS last_post_gender,
    	last_post_user.avatar_date AS last_post_avatar_date,
    	last_post_user.gravatar AS last_post_gravatar,
    	IF(last_post_user.username IS NULL, thread.last_post_username, last_post_user.username) AS last_post_username,
    	node.title AS node_title, node.node_name,
    	forum.*,
    	forum.last_post_id AS forum_last_post_id,
    	forum.last_post_date AS forum_last_post_date,
    	forum.last_post_user_id AS forum_last_post_user_id,
    	forum.last_post_username AS forum_last_post_username,
    	forum.last_thread_title AS forum_last_thread_title,
    	thread.last_post_id,
    	thread.last_post_date,
    	thread.last_post_user_id,
    	thread.last_post_username,
    	NULL AS thread_read_date,
    permission.cache_value AS node_permission_cache
    FROM xf_thread AS thread FORCE INDEX (last_post_date)
    
    	LEFT JOIN xf_user AS last_post_user ON
    		(last_post_user.user_id = thread.last_post_user_id)
    	LEFT JOIN xf_node AS node ON
    		(node.node_id = thread.node_id)
    	LEFT JOIN xf_forum AS forum ON
    		(forum.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_type <> 'redirect') AND (thread.discussion_state IN ('visible')) AND (thread.last_post_date > 1711577040) AND (forum.find_new = 1)
    ORDER BY thread.last_post_date DESC
     LIMIT 10
    Run Time: 0.001799
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangelast_post_datelast_post_date4 17Using where
    SIMPLEforumeq_refPRIMARYPRIMARY4caddyclu_caddy.thread.node_id1Using where
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,caddyclu_caddy.thread.node_id1Using where
    SIMPLElast_post_usereq_refPRIMARYPRIMARY4caddyclu_caddy.thread.last_post_user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4caddyclu_caddy.thread.node_id1 
  6. SELECT *
    FROM xf_node
    WHERE display_in_list = 1
    ORDER BY lft ASC
    Run Time: 0.001199
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_noderefdisplay_in_listdisplay_in_list1const77Using where
  7. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.001469
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const77Using index condition
  8. SELECT forum.*
    	,
    		NULL AS forum_read_date,
                `forum_form`.`form_id` AS `lpsf_form_id`,
    `forum_form`.`forum_form_id` AS `lpsf_forum_form_id`,
    `forum_form`.`button_text` AS `lpsf_button_text`,
    `forum_form`.`replace_button` AS `lpsf_replace_button`
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
                LEFT JOIN `lpsf_forum_form` AS `forum_form` ON
                    (`forum_form`.`forum_id` = `forum`.`node_id`)
    WHERE forum.node_id IN (10, 8, 34, 44, 45, 46, 41, 40, 39, 42, 43, 38, 36, 35, 48, 30, 31, 33, 74, 49, 29, 82, 81, 53, 54, 55, 61, 80, 63, 62, 64, 66, 26, 25, 14, 15, 16, 17, 72, 27, 21, 22, 23, 24, 69, 18, 19, 20)
    Run Time: 0.000971
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumALLPRIMARY   72Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4caddyclu_caddy.forum.node_id1Using index
    SIMPLEforum_formALL    6Using where; Using join buffer (flat, BNL join)
  9. 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 > 1714168440)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.000972
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 30Using where
    SIMPLEusereq_refPRIMARYPRIMARY4caddyclu_caddy.session_activity.user_id1 
  10. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: boardTotals
    Run Time: 0.000209
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  11. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: d16c59bf6a236c49db99a5309ddfbff0, , 1714172640
    Run Time: 0.000199
  12. 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=, 1714169040,
    Run Time: 0.000119
  13. SELECT resource.*
    	,
    	category.*, category.last_update AS category_last_update, resource.last_update,
    	version.version_string,
    	version.release_date,
    	version.download_url,
    	version.rating_count AS version_rating_count,
    	version.rating_sum AS version_rating_sum,
    	version.download_count AS version_download_count,
    	user.*, user_profile.*, IF(user.username IS NULL, resource.username, user.username) AS username,
    permission.cache_value AS category_permission_cache
    FROM xf_resource AS resource
    
    	LEFT JOIN xf_resource_category AS category ON
    		(category.resource_category_id = resource.resource_category_id)
    	LEFT JOIN xf_resource_version AS version ON
    		(version.resource_version_id = resource.current_version_id)
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = resource.user_id)
    	LEFT JOIN xf_user_profile AS user_profile ON
    		(user_profile.user_id = resource.user_id)
    LEFT JOIN xf_permission_cache_content AS permission
    	ON (permission.permission_combination_id = 1
    		AND permission.content_type = 'resource_category'
    		AND permission.content_id = resource.resource_category_id)
    WHERE (resource.resource_state IN ('visible'))
    ORDER BY resource.last_update DESC
     LIMIT 10
    Run Time: 0.001627
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEresourceALL    7Using where; Using filesort
    SIMPLEcategoryeq_refPRIMARYPRIMARY4caddyclu_caddy.resource.resource_category_id1Using where
    SIMPLEversioneq_refPRIMARYPRIMARY4caddyclu_caddy.resource.current_version_id1 
    SIMPLEusereq_refPRIMARYPRIMARY4caddyclu_caddy.resource.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4caddyclu_caddy.resource.user_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,caddyclu_caddy.resource.resource_category_id1Using where
  14. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'BRMS_ModernStatistic', 'BRMS_modern_statistic_header', 'node_page_level_n', 'node_forum_level_2', 'node_category_level_1', 'node_forum_level_n', 'forum_list', 'EWRporta2_Navtabs', 'resources_tab_links', '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', 'siropu_ads_manager_page_criteria_page_info', 'siropu_ads_manager_admin_home', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 3
    Run Time: 0.001684
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 19Using index condition
  15. SELECT thread.thread_id as thread_id, thread.node_id
                FROM xf_thread as thread
                WHERE thread.sticky = 2
                ORDER BY thread.last_post_date DESC
    Run Time: 0.004159
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadALL    2628Using where; Using filesort
  16. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('PHCannouncements')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 3
    Run Time: 0.000300
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  17. SELECT *
    	FROM xf_brivium_modern_cache
    WHERE modern_statistic_id = ? AND user_id = ?
    ORDER BY last_update DESC
    Params: 1, 0
    Run Time: 0.000328
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_brivium_modern_cacheconstmodern_statistic_id,user_id,modern_statistic,user_last_updatemodern_statistic_id8const,const1 
  18. SELECT *
    	FROM xf_brivium_modern_cache
    WHERE modern_statistic_id = ? AND user_id = ?
    ORDER BY last_update DESC
    Params: 1, 0
    Run Time: 0.000202
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_brivium_modern_cacheconstmodern_statistic_id,user_id,modern_statistic,user_last_updatemodern_statistic_id8const,const1 

Included Files (128, XenForo Classes: 61)

  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/Db.php
  19. library/Zend/Db/Adapter/Mysqli.php
  20. library/Zend/Db/Adapter/Abstract.php
  21. library/Zend/Db/Select.php
  22. library/Zend/Db/Expr.php
  23. library/Zend/Db/Profiler.php
  24. library/Zend/Db/Statement/Mysqli.php
  25. library/Zend/Db/Statement.php
  26. library/Zend/Db/Statement/Interface.php
  27. library/Zend/Db/Profiler/Query.php
  28. library/XenForo/CodeEvent.php
  29. library/XenForo/Options.php
  30. library/XenForo/Link.php
  31. library/XenForo/Template/Helper/Core.php
  32. library/Brivium/ModernStatistic/EventListeners/Listener.php
  33. library/Brivium/BriviumHelper/EventListeners.php
  34. library/Brivium/BriviumHelper/1020171/EventListeners.php
  35. library/RmThreadReassign/Listener.php
  36. library/Exile/ColorThreads/Listener.php
  37. library/Brivium/ModernStatistic/ModernStatistic.php
  38. library/Brivium/ProfileCover/EventListeners/Listener.php
  39. library/XenResource/Listener/Proxy.php
  40. library/EWRporta2/Listener/Init.php
  41. library/Siropu/AdsManager/Listener.php
  42. library/XenForo/Router.php
  43. library/XenForo/Route/Filter.php
  44. library/XenForo/Route/Interface.php
  45. library/XenForo/Route/ResponseSuffix.php
  46. library/XenForo/Route/Prefix.php
  47. library/XenForo/Route/Prefix/Forums.php
  48. library/XenForo/RouteMatch.php
  49. library/XenForo/ControllerPublic/Forum.php
  50. library/XenForo/ControllerPublic/Abstract.php
  51. library/XenForo/Controller.php
  52. library/Awedo/PostAreas/Listener/LoadClassController.php
  53. library/Nobita/ImageOptimizer/Listener.php
  54. library/EWRporta2/Listener/Controller.php
  55. library/UnreadPostCount/Listener.php
  56. library/LiquidPro/SimpleForms/Listener/Proxy.php
  57. library/EWRporta2/ControllerPublic/Forum.php
  58. library/UnreadPostCount/ControllerPublic/Forum.php
  59. library/LiquidPro/SimpleForms/Listener/Proxy/ControllerForum.php
  60. library/XenForo/Input.php
  61. library/XenForo/Session.php
  62. library/XenForo/Helper/Ip.php
  63. library/XenForo/Visitor.php
  64. library/XenForo/Model/User.php
  65. library/EWRporta2/Listener/Model.php
  66. library/Brivium/ModernStatistic/Model/User.php
  67. library/XenResource/Listener/Proxy/ModelUser.php
  68. library/EWRporta2/Model/User.php
  69. library/XenForo/Permission.php
  70. library/XenForo/Helper/Php.php
  71. library/XenForo/Phrase.php
  72. library/XenForo/Locale.php
  73. library/EWRporta2/Model/Perms.php
  74. library/XenForo/Model/Thread.php
  75. library/RmThreadReassign/Model/Thread.php
  76. library/Brivium/ModernStatistic/Model/Thread.php
  77. library/Exile/ColorThreads/Extend/Model/Thread.php
  78. library/UnreadPostCount/Model/Thread.php
  79. library/XenForo/Model/Forum.php
  80. library/Brivium/ModernStatistic/Model/Forum.php
  81. library/LiquidPro/SimpleForms/Listener/Proxy/ModelForum.php
  82. library/XenForo/Helper/String.php
  83. library/XenForo/Helper/Discussion.php
  84. library/XenForo/Model/Node.php
  85. library/Brivium/ModernStatistic/Model/Node.php
  86. library/XenForo/NodeHandler/Category.php
  87. library/XenForo/NodeHandler/Abstract.php
  88. library/XenForo/NodeHandler/Forum.php
  89. library/XenForo/NodeHandler/Page.php
  90. library/XenForo/Model/Category.php
  91. library/XenForo/Model/Page.php
  92. library/XenForo/Model/Session.php
  93. library/XenForo/ControllerResponse/View.php
  94. library/XenForo/ControllerResponse/Abstract.php
  95. library/XenForo/Helper/Cookie.php
  96. library/XenResource/Listener/Template.php
  97. library/XenResource/Model/Resource.php
  98. library/RmThreadReassign/Model/Resource.php
  99. library/Brivium/ModernStatistic/Model/Resource.php
  100. library/XenResource/Model/Category.php
  101. library/XenResource/Model/Update.php
  102. library/XenResource/Model/Version.php
  103. library/XenForo/ViewRenderer/HtmlPublic.php
  104. library/XenForo/ViewRenderer/Abstract.php
  105. library/XenForo/Template/Public.php
  106. library/XenForo/Template/Abstract.php
  107. library/XenForo/ViewPublic/Forum/List.php
  108. library/XenForo/ViewPublic/Base.php
  109. library/XenForo/View.php
  110. library/EWRporta2/Listener/ViewPublic.php
  111. library/XenForo/ViewPublic/Helper/Node.php
  112. library/XenForo/Route/Prefix/Members.php
  113. library/EWRporta2/Listener/NavTabs.php
  114. library/Siropu/AdsManager/Helper/General.php
  115. library/XenForo/Route/Prefix/Categories.php
  116. library/EWRporta2/Listener/Template.php
  117. library/Brivium/ModernStatistic/Model/ModernStatistic.php
  118. library/PHCannouncements/Listener/Hook.php
  119. library/Siropu/AdsManager/Model/Ads.php
  120. library/XenForo/Route/Prefix/Pages.php
  121. library/XenForo/Route/Prefix/Posts.php
  122. library/PHCannouncements/Model/Threads.php
  123. library/XenForo/Model/Avatar.php
  124. library/XenResource/Route/Prefix/Resources.php
  125. library/XenResource/ViewPublic/Helper/Resource.php
  126. library/XenForo/Helper/Criteria.php
  127. library/XenForo/Debug.php
  128. library/XenForo/ViewRenderer/Json.php