Page Time: 0.1065s

Memory: 12.0479 MB (Peak: 13.4023 MB)

Queries (11, time: 0.0078s, 7.3%)

  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.001676
    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.000212
    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.000188
    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.000294
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  5. SELECT EWRporta2_authors.*, xf_user.*
    FROM EWRporta2_authors
    	LEFT JOIN xf_user ON (xf_user.user_id = EWRporta2_authors.user_id)
    ORDER BY EWRporta2_authors.author_order, EWRporta2_authors.author_name
    Run Time: 0.000556
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  6. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 0843afc1b54b943385cab1d9446e295a, , 1713268505
    Run Time: 0.000317
  7. 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, , , EWRporta2_ControllerPublic_Articles, Authors, valid, , 1713264905,
    Run Time: 0.000104
  8. SELECT *
    	FROM EWRporta2_layouts
    WHERE (layout_template = ?
    	OR layout_template = 'EWRporta2_ArticleList')
    	AND active = 1
    ORDER BY layout_priority ASC
    Params: EWRporta2_AuthorList
    Run Time: 0.000213
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta2_layoutssystemlayout_template   1 
  9. SELECT EWRporta2_widlinks.*, EWRporta2_widgets.widget_values, EWRporta2_widopts.widopt_values,
    	IF(EWRporta2_widopts.widopt_id, EWRporta2_widopts.widopt_id, 0) AS widopt_id,
    	IF(EWRporta2_widopts.widopt_id, EWRporta2_widopts.locked, EWRporta2_widgets.locked) AS locked,
    	IF(EWRporta2_widopts.widopt_id, EWRporta2_widopts.display, EWRporta2_widgets.display) AS display,
    	IF(EWRporta2_widopts.widopt_id, EWRporta2_widopts.groups, EWRporta2_widgets.groups) AS groups,
    	IF(EWRporta2_widopts.widopt_id, EWRporta2_widopts.ctime, EWRporta2_widgets.ctime) AS ctime,
    	IF(EWRporta2_widopts.widopt_id, EWRporta2_widopts.cdate, EWRporta2_widgets.cdate) AS cdate,
    	IF(EWRporta2_widopts.widopt_id, EWRporta2_widopts.cache, EWRporta2_widgets.cache) AS cache
    FROM EWRporta2_widlinks
    	INNER JOIN EWRporta2_widgets ON (EWRporta2_widgets.widget_id = EWRporta2_widlinks.widget_id)
    	LEFT JOIN EWRporta2_widopts ON (EWRporta2_widopts.widopt_id = EWRporta2_widlinks.widopt_id)
    WHERE layout_id = ?
    	AND EWRporta2_widgets.active = 1
    ORDER by widlink_order
    Params: article_list
    Run Time: 0.000676
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta2_widoptssystemPRIMARY   0const row not found
    SIMPLEEWRporta2_widlinksALLlayout_id,widget_id   22Using where; Using filesort
    SIMPLEEWRporta2_widgetseq_refPRIMARYPRIMARY302caddyclu_caddy.EWRporta2_widlinks.widget_id1Using where
  10. SELECT thread.*
    	,
    	user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    	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,
    	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_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 > 1712660105) AND (forum.find_new = 1)
    ORDER BY thread.last_post_date DESC
     LIMIT 20
    Run Time: 0.001627
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangenode_id_last_post_date,node_id_sticky_state_last_post,last_post_datelast_post_date4 6Using where
    SIMPLEforumeq_refPRIMARYPRIMARY4caddyclu_caddy.thread.node_id1Using where
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,caddyclu_caddy.thread.node_id1Using where
    SIMPLEusereq_refPRIMARYPRIMARY4caddyclu_caddy.thread.user_id1 
    SIMPLElast_post_usereq_refPRIMARYPRIMARY4caddyclu_caddy.thread.last_post_user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4caddyclu_caddy.thread.node_id1 
  11. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', 'doublepost_bb_code_tag', 'BRMS_ModernStatistic', 'BRMS_modern_statistic_header', 'EWRwidget_Threads', 'EWRporta2_AuthorList', '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.001961
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 23Using index condition

Included Files (115, XenForo Classes: 50)

  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/EWRporta2/Route/Articles.php
  48. library/XenForo/RouteMatch.php
  49. library/EWRporta2/ControllerPublic/Articles.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/XenForo/Input.php
  55. library/XenForo/Session.php
  56. library/XenForo/Helper/Ip.php
  57. library/XenForo/Visitor.php
  58. library/XenForo/Model/User.php
  59. library/EWRporta2/Listener/Model.php
  60. library/Brivium/ModernStatistic/Model/User.php
  61. library/XenResource/Listener/Proxy/ModelUser.php
  62. library/EWRporta2/Model/User.php
  63. library/XenForo/Permission.php
  64. library/XenForo/Helper/Php.php
  65. library/XenForo/Phrase.php
  66. library/XenForo/Locale.php
  67. library/EWRporta2/Model/Perms.php
  68. library/UnreadPostCount/Listener.php
  69. library/EWRporta2/Model/Authors.php
  70. library/XenForo/ControllerResponse/View.php
  71. library/XenForo/ControllerResponse/Abstract.php
  72. library/XenForo/Helper/Cookie.php
  73. library/XenForo/ViewRenderer/HtmlPublic.php
  74. library/XenForo/ViewRenderer/Abstract.php
  75. library/XenForo/Template/Public.php
  76. library/XenForo/Template/Abstract.php
  77. library/EWRporta2/ViewPublic/AuthorList.php
  78. library/XenForo/ViewPublic/Base.php
  79. library/XenForo/View.php
  80. library/EWRporta2/Listener/ViewPublic.php
  81. library/EWRporta2/ViewPublic/Global.php
  82. library/EWRporta2/Model/Layouts.php
  83. library/EWRporta2/Model/Widlinks.php
  84. library/XenForo/BbCode/Parser.php
  85. library/XenForo/BbCode/Formatter/Base.php
  86. library/WMTech/DoublePost/Listener.php
  87. library/EWRporta2/Listener/BbCode.php
  88. library/WMTech/DoublePost/BbCode/Formatter/Base.php
  89. library/EWRporta2/BbCode/Formatter.php
  90. library/EWRporta2/Widget/Threads.php
  91. library/XenForo/Model/Thread.php
  92. library/RmThreadReassign/Model/Thread.php
  93. library/Brivium/ModernStatistic/Model/Thread.php
  94. library/Exile/ColorThreads/Extend/Model/Thread.php
  95. library/UnreadPostCount/Model/Thread.php
  96. library/XenForo/Model/Forum.php
  97. library/LiquidPro/SimpleForms/Listener/Proxy.php
  98. library/Brivium/ModernStatistic/Model/Forum.php
  99. library/LiquidPro/SimpleForms/Listener/Proxy/ModelForum.php
  100. library/XenForo/Helper/String.php
  101. library/XenForo/Helper/Discussion.php
  102. library/XenResource/Listener/Template.php
  103. library/XenForo/Route/Prefix/Members.php
  104. library/EWRporta2/Listener/NavTabs.php
  105. library/Siropu/AdsManager/Helper/General.php
  106. library/XenForo/Model/Avatar.php
  107. library/EWRporta2/Listener/Template.php
  108. library/Brivium/ModernStatistic/Model/ModernStatistic.php
  109. library/PHCannouncements/Listener/Hook.php
  110. library/Siropu/AdsManager/Model/Ads.php
  111. library/XenForo/Route/Prefix/Threads.php
  112. library/XenForo/Route/Prefix/Forums.php
  113. library/XenForo/Helper/Criteria.php
  114. library/XenForo/Debug.php
  115. library/XenForo/ViewRenderer/Json.php