Page Time: 0.1035s

Memory: 10.6042 MB (Peak: 11.7734 MB)

Queries (10, time: 0.0062s, 6.0%)

  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.002253
    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.000326
    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.000375
    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.000401
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  5. SELECT resource_category.*
    	,
    	permission.cache_value AS category_permission_cache
    FROM xf_resource_category AS resource_category
    
    	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_category.resource_category_id)
    ORDER BY resource_category.lft
    Run Time: 0.000537
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEresource_categoryALL    3Using filesort
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,caddyclu_caddy.resource_category.resource_category_id1Using where
  6. SELECT COUNT(*)
    FROM xf_resource_rating AS rating
    
    WHERE (rating.rating_state IN ('visible')) AND (rating.is_review = 1) AND (rating.rating_date > 1711301004)
    Run Time: 0.000131
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  7. SELECT rating.*
    	,
    	resource.*, resource.title AS resource_title,
    	resource.user_id AS resource_user_id,
    	IF(resource_user.username IS NULL, resource.username, resource_user.username) AS resource_username,
    	resource_user.gender AS resource_gender,
    	resource_user.avatar_date AS resource_avatar_date,
    	resource_user.gravatar AS resource_gravatar,
    	rating.user_id,
    	category.*, category.last_update AS category_last_update, resource.last_update,
    		user.*, user_profile.*,
    permission.cache_value AS category_permission_cache
    FROM xf_resource_rating AS rating
    
    	INNER JOIN xf_resource AS resource ON
    		(resource.resource_id = rating.resource_id)
    	LEFT JOIN xf_user AS resource_user ON
    		(resource_user.user_id = resource.user_id)
    	INNER JOIN xf_resource_category AS category ON
    		(category.resource_category_id = resource.resource_category_id)
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = rating.user_id)
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = rating.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_category_id IN (1, 2, 3)) AND (rating.rating_state IN ('visible')) AND (rating.is_review = 1) AND (rating.rating_date > 1711301004)
    ORDER BY rating.rating_date DESC
     LIMIT 20
    Run Time: 0.000902
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  8. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: dd25e20c070d911b92b372b834313856, , 1713896604
    Run Time: 0.000204
  9. 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, , , XenResource_ControllerPublic_Resource, Reviews, valid, , 1713893004,
    Run Time: 0.000121
  10. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'BRMS_ModernStatistic', 'BRMS_modern_statistic_header', 'resource_latest_reviews', '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.000948
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 15Using index condition

Included Files (96, XenForo Classes: 41)

  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/XenResource/Route/Prefix/Resources.php
  48. library/XenForo/RouteMatch.php
  49. library/XenResource/ControllerPublic/Resource.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/RmThreadReassign/ControllerPublic/Resource.php
  55. library/XenForo/Input.php
  56. library/XenForo/Session.php
  57. library/XenForo/Helper/Ip.php
  58. library/XenForo/Visitor.php
  59. library/XenForo/Model/User.php
  60. library/EWRporta2/Listener/Model.php
  61. library/Brivium/ModernStatistic/Model/User.php
  62. library/XenResource/Listener/Proxy/ModelUser.php
  63. library/EWRporta2/Model/User.php
  64. library/XenForo/Permission.php
  65. library/XenForo/Helper/Php.php
  66. library/XenForo/Phrase.php
  67. library/XenForo/Locale.php
  68. library/XenResource/Model/Resource.php
  69. library/RmThreadReassign/Model/Resource.php
  70. library/Brivium/ModernStatistic/Model/Resource.php
  71. library/UnreadPostCount/Listener.php
  72. library/XenResource/Model/Rating.php
  73. library/XenResource/Model/Category.php
  74. library/XenForo/ControllerResponse/View.php
  75. library/XenForo/ControllerResponse/Abstract.php
  76. library/XenForo/Helper/Cookie.php
  77. library/XenForo/ViewRenderer/HtmlPublic.php
  78. library/XenForo/ViewRenderer/Abstract.php
  79. library/XenForo/Template/Public.php
  80. library/XenForo/Template/Abstract.php
  81. library/EWRporta2/Listener/ViewPublic.php
  82. library/XenForo/ViewPublic/Base.php
  83. library/XenForo/View.php
  84. library/XenResource/Listener/Template.php
  85. library/XenForo/Route/Prefix/Members.php
  86. library/EWRporta2/Listener/NavTabs.php
  87. library/EWRporta2/Model/Perms.php
  88. library/LiquidPro/SimpleForms/Listener/Proxy.php
  89. library/Siropu/AdsManager/Helper/General.php
  90. library/XenForo/Helper/Criteria.php
  91. library/XenForo/Debug.php
  92. library/EWRporta2/Listener/Template.php
  93. library/Brivium/ModernStatistic/Model/ModernStatistic.php
  94. library/PHCannouncements/Listener/Hook.php
  95. library/Siropu/AdsManager/Model/Ads.php
  96. library/XenForo/ViewRenderer/Json.php