Page Time: 0.1877s

Memory: 6.7822 MB (Peak: 8.3157 MB)

Queries (13, time: 0.0101s, 5.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.000705
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('brListenerClasses', 'brBriviumAddOns')
    Run Time: 0.000095
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000159
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: dark_postrating_ratings
    Run Time: 0.000140
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  5. SELECT user.*
    	,
    		user_profile.*,
    		user_option.*,
    		user_privacy.*,
    		0 AS following_0
    	,(select sum(count_received) from dark_postrating_count where user_id = user.user_id and rating in (1,14,2,3,4,5)) as positive_rating_count
    
    		, (user.like_count + coalesce((select sum(count_received) from dark_postrating_count where user_id = user.user_id and rating in (1,14,2,3,4,5)), 0)) as positive_rating_count_incl_likes
    
    	,(select sum(count_received) from dark_postrating_count where user_id = user.user_id and rating in (7,8,9,10,11,12)) as negative_rating_count
    
    	,(select sum(count_received) from dark_postrating_count where user_id = user.user_id and rating in (13)) as neutral_rating_count
    
    ,(select sum(count_received) from dark_postrating_count where user_id = user.user_id) as total_rating_count
    
    FROM xf_user AS user
    
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = user.user_id)
    		LEFT JOIN xf_user_option AS user_option ON
    			(user_option.user_id = user.user_id)
    		LEFT JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = user.user_id)
    WHERE user.user_id = ?
    Params: 130
    Run Time: 0.002287
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARYuserconstPRIMARYPRIMARY4const1 
    PRIMARYuser_profileconstPRIMARYPRIMARY4const1 
    PRIMARYuser_optionconstPRIMARYPRIMARY4const1 
    PRIMARYuser_privacyconstPRIMARYPRIMARY4const1 
    SUBQUERYdark_postrating_countrefuser_id_ratinguser_id_rating4const10 
    SUBQUERYdark_postrating_countconstuser_id_ratinguser_id_rating8const,const1 
    SUBQUERYdark_postrating_countrangeuser_id_ratinguser_id_rating8 6Using index condition
    SUBQUERYdark_postrating_countrangeuser_id_ratinguser_id_rating8 6Using index condition
    SUBQUERYdark_postrating_countrangeuser_id_ratinguser_id_rating8 6Using index condition
  6. SELECT search_index.content_type, search_index.content_id
    FROM xf_search_index AS search_index
    WHERE search_index.user_id = ?
    	
    ORDER BY search_index.item_date DESC
     LIMIT 15
    Params: 130
    Run Time: 0.000397
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsearch_indexrefuser_id_item_dateuser_id_item_date4const1146Using where
  7. SELECT
    	post.*
    	,
    		thread.*, thread.user_id AS thread_user_id, thread.username AS thread_username,
    		thread.post_date AS thread_post_date,
    		post.user_id, post.username, post.post_date,
    		node.title AS node_title, node.node_name,
    		user.*, IF(user.username IS NULL, post.username, user.username) AS username,
    	permission.cache_value AS node_permission_cache
    		,(select sum(count_received) from dark_postrating_count where user_id = post.user_id and rating in (1,14,2,3,4,5)) as positive_rating_count
    	
    		,(select sum(count_received) from dark_postrating_count where user_id = post.user_id and rating in (7,8,9,10,11,12)) as negative_rating_count
    	
    		,(select sum(count_received) from dark_postrating_count where user_id = post.user_id and rating in (13)) as neutral_rating_count
    	,
    pr_cache.rating_cache,
    pr2.rating
    FROM xf_post AS post
    		INNER JOIN xf_thread AS thread ON
    			(thread.thread_id = post.thread_id)
    		INNER JOIN xf_node AS node ON
    			(node.node_id = thread.node_id)
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = post.user_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)
    left join dark_postrating_post_cache pr_cache ON (post.post_id = pr_cache.post_id)
    left join dark_postrating pr2 on (post.post_id = pr2.post_id and pr2.user_id = 0)
    WHERE post.post_id IN (88107, 87765, 86745, 86744, 86674, 86673, 86668, 86435, 86427, 86415, 86412, 86334, 86333, 85790, 85789)
    Run Time: 0.002270
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARYpostrangePRIMARY,thread_id_post_date,thread_id_positionPRIMARY4 15Using where
    PRIMARYusereq_refPRIMARYPRIMARY4sculptan_base.post.user_id1 
    PRIMARYthreadeq_refPRIMARY,node_id_last_post_date,node_id_sticky_state_last_postPRIMARY4sculptan_base.post.thread_id1 
    PRIMARYnodeeq_refPRIMARYPRIMARY4sculptan_base.thread.node_id1 
    PRIMARYpermissioneq_refPRIMARYPRIMARY35const,const,sculptan_base.thread.node_id1Using where
    PRIMARYpr_cacheeq_refPRIMARYPRIMARY4sculptan_base.post.post_id1 
    PRIMARYpr2eq_refpost_id_user_id,post_id_rating,user_id_ratingpost_id_user_id8sculptan_base.post.post_id,const1 
    DEPENDENT SUBQUERYdark_postrating_counteq_refuser_id_ratinguser_id_rating8sculptan_base.post.user_id,const1 
    DEPENDENT SUBQUERYdark_postrating_countrefuser_id_ratinguser_id_rating4sculptan_base.post.user_id1Using index condition
    DEPENDENT SUBQUERYdark_postrating_countrefuser_id_ratinguser_id_rating4sculptan_base.post.user_id1Using index condition
  8. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 3f02f93d8f4a9e1d3d27a23fe1c25adc, , 1711628976
    Run Time: 0.000193
  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, , , XenForo_ControllerPublic_Member, RecentContent, valid, user_id=130, 1711625376,
    Run Time: 0.000100
  10. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'xengallery_bb_code_tag_gallery', 'search_result_post', 'member_recent_content', 'notice_cookies', 'oxy_news_nav_tab', 'dark_postrating', 'dark_postrating_member', 'dark_postrating_member_totals', 'message_user_info_extra', 'user_criteria_content', 'thread_list_item_icon_key', 'dark_postrating_member_notable_tabs', 'dark_postrating_account_wrapper', 'dark_postrating_navigation_visitor_tab', 'dark_postrating_visitor_panel', 'dark_postrating_member_card', 'dark_postrating_member_info', 'dark_postrating_message_user_info', 'xengallery_comments_block', 'xengallery_media_block_items', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 14, 2
    Run Time: 0.003488
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 22Using where
  11. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('MMOCS_my_buys')
    Params: 2
    Run Time: 0.000079
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  12. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('notices')
    	AND style_id = ?
    	AND language_id = ?
    Params: 14, 2
    Run Time: 0.000114
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  13. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('wf_widget_wrapper')
    	AND style_id = ?
    	AND language_id = ?
    Params: 14, 2
    Run Time: 0.000086
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (143, XenForo Classes: 59)

  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/ThemeHouse/Listener/InitDependencies.php
  33. library/ThemeHouse/Listener/InitDependencies/20151202.php
  34. library/ThemeHouse/Listener/ControllerPreDispatch/20150911.php
  35. library/XenGallery/Listener.php
  36. library/Snog/CountryFlags/Listener/Dependencies.php
  37. library/Brivium/BriviumHelper/EventListeners.php
  38. library/Brivium/BriviumHelper/1010071/EventListeners.php
  39. library/Dark/PostRating/EventListener.php
  40. library/HDJuegos/WaterMarkAdd/Listener.php
  41. library/bdMedal/Listener.php
  42. library/Esthetic/CS/Listener/Model.php
  43. library/WidgetFramework/Listener.php
  44. library/WidgetFramework/Option.php
  45. library/Nobita/AvatarAlive/Listener.php
  46. library/XenForo/Router.php
  47. library/XenForo/Route/Filter.php
  48. library/XenForo/Route/Interface.php
  49. library/XenForo/Route/ResponseSuffix.php
  50. library/XenForo/Route/Prefix.php
  51. library/XenForo/Route/Prefix/Members.php
  52. library/XenForo/RouteMatch.php
  53. library/XenForo/ControllerPublic/Member.php
  54. library/XenForo/ControllerPublic/Abstract.php
  55. library/XenForo/Controller.php
  56. library/Esthetic/CS/Listener/Controller.php
  57. library/Dark/PostRating/ControllerPublic/Member.php
  58. library/bdMedal/Extend/ControllerPublic/Member.php
  59. library/Esthetic/CS/ControllerPublic/Member.php
  60. library/XenGallery/ControllerPublic/Member.php
  61. library/XenForo/Input.php
  62. library/XenForo/Session.php
  63. library/XenForo/Helper/Ip.php
  64. library/XenForo/Visitor.php
  65. library/XenForo/Model/User.php
  66. library/Dark/PostRating/Model/User.php
  67. library/Esthetic/CS/Model/User.php
  68. library/XenGallery/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/Snog/CountryFlags/Listener/Visitor.php
  74. library/Snog/CountryFlags/Listener/Includes/Reader.php
  75. library/Snog/CountryFlags/Listener/Includes/Reader/Decoder.php
  76. library/Snog/CountryFlags/Listener/Includes/Reader/InvalidDatabaseException.php
  77. library/Snog/CountryFlags/Listener/Includes/Reader/Metadata.php
  78. library/Snog/CountryFlags/Listener/Includes/Reader/Util.php
  79. library/XenForo/ControllerHelper/UserProfile.php
  80. library/XenForo/ControllerHelper/Abstract.php
  81. library/Dark/PostRating/Model.php
  82. library/XenForo/Model/UserProfile.php
  83. library/XenForo/Search/SourceHandler/Abstract.php
  84. library/XenForo/Search/SourceHandler/MySqlFt.php
  85. library/XenForo/Model/Search.php
  86. library/XenForo/Search/DataHandler/Post.php
  87. library/XenForo/Search/DataHandler/Abstract.php
  88. library/XenForo/Model/Post.php
  89. library/Snog/CountryFlags/Listener/Post.php
  90. library/Dark/PostRating/Model/Post.php
  91. library/XenForo/Model/Thread.php
  92. library/Snog/CountryFlags/Listener/Thread.php
  93. library/Dark/PostRating/Model/Thread.php
  94. library/Esthetic/CS/Model/Thread.php
  95. library/Snog/CountryFlags/Model/Thread.php
  96. library/XenForo/Model/Forum.php
  97. library/LiamW/StickyFirstPost/Listener.php
  98. library/Esthetic/CS/Model/Forum.php
  99. library/LiamW/StickyFirstPost/Extend/Model/Forum.php
  100. library/XenForo/Helper/String.php
  101. library/XenForo/ControllerResponse/View.php
  102. library/XenForo/ControllerResponse/Abstract.php
  103. library/XenForo/Helper/Cookie.php
  104. library/XenForo/ViewRenderer/HtmlPublic.php
  105. library/XenForo/ViewRenderer/Abstract.php
  106. library/XenForo/Template/Public.php
  107. library/XenForo/Template/Abstract.php
  108. library/WidgetFramework/Core.php
  109. library/XenForo/Model/Moderator.php
  110. library/WhoHasVisited/Listener.php
  111. library/WidgetFramework/Model/Widget.php
  112. library/WidgetFramework/Helper/Sort.php
  113. library/XenForo/ViewPublic/Member/RecentContent.php
  114. library/XenForo/ViewPublic/Base.php
  115. library/XenForo/View.php
  116. library/Esthetic/CS/Listener/View.php
  117. library/XenForo/ViewPublic/Helper/Search.php
  118. library/ThemeHouse/Thumbnails/Listener/TemplateCreate.php
  119. library/ThemeHouse/Listener/TemplateCreate.php
  120. library/ThemeHouse/Listener/TemplateCreate/20150106.php
  121. library/SvgRadioRecord/RadioRecordNavigation.php
  122. library/Esthetic/CS/Listener/Navigation.php
  123. library/OXY/News/Listener.php
  124. library/bdMedal/Option.php
  125. library/WidgetFramework/Template/Extended.php
  126. library/Nobita/AvatarAlive/Avatar.php
  127. library/XenForo/Model/Avatar.php
  128. library/XenForo/Route/Prefix/Posts.php
  129. library/XenForo/Route/Prefix/Forums.php
  130. library/ThemesCorp/Slider/Listener.php
  131. library/ThemeHouse/Thumbnails/Listener/TemplatePostRender.php
  132. library/ThemeHouse/Listener/TemplatePostRender.php
  133. library/ThemeHouse/Listener/TemplatePostRender/20150106.php
  134. library/ThemeHouse/Listener/Template.php
  135. library/ThemeHouse/Listener/Template/20150106.php
  136. library/Esthetic/CS/Listener/PostRender.php
  137. library/YoutubeVideo/Listener/Listener.php
  138. library/ThemeHouse/Thumbnails/Listener/TemplateHook.php
  139. library/ThemeHouse/Listener/TemplateHook.php
  140. library/ThemeHouse/Listener/TemplateHook/20150106.php
  141. library/Esthetic/CS/Listener/Hook.php
  142. library/XenForo/Debug.php
  143. library/XenForo/ViewRenderer/Json.php