Page Time: 0.2278s

Memory: 7.7564 MB (Peak: 8.7355 MB)

Queries (22, time: 0.0139s, 6.1%)

  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.001179
    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.000075
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  3. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: brmsModernStatisticCache
    Run Time: 0.000444
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  4. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: modLogCounts
    Run Time: 0.000075
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  5. SELECT user.*, permission_combination.cache_value AS global_permission_cache
    FROM xf_moderator AS moderator
    INNER JOIN xf_user AS user ON (user.user_id = moderator.user_id)
    LEFT JOIN xf_permission_combination AS permission_combination ON (permission_combination.permission_combination_id = user.permission_combination_id)
    Run Time: 0.000550
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEmoderatorindexPRIMARYPRIMARY4 8Using index
    SIMPLEusereq_refPRIMARYPRIMARY4prav110_pravorg.moderator.user_id1 
    SIMPLEpermission_combinationeq_refPRIMARYPRIMARY4prav110_pravorg.user.permission_combination_id1 
  6. DELETE FROM `xf_data_registry` WHERE (data_key = 'modLogCounts')
    Run Time: 0.000138
  7. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000102
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  8. SELECT * FROM xfa_blog_category WHERE category_id = ?
    Params: 98
    Run Time: 0.000810
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExfa_blog_categoryconstPRIMARYPRIMARY4const1 
  9. SELECT
    	blog.*, blog.user_id blog_exists,
    	user.*
    	,user_privacy.allow_view_blog,user_follow.follow_user_id blog_owner_follows_visitor
    FROM xf_user user
    LEFT JOIN xfa_blog blog ON user.user_id = blog.user_id
    	 INNER JOIN xf_user_privacy user_privacy ON user.user_id = user_privacy.user_id LEFT JOIN xf_user_follow user_follow ON user.user_id = user_follow.user_id AND follow_user_id = 0
    WHERE
    	user.user_id = ?
    Params: 9366
    Run Time: 0.000294
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEblogconstPRIMARYPRIMARY4const1 
    SIMPLEuser_privacyconstPRIMARYPRIMARY4const1 
    SIMPLEuser_followconstPRIMARY,follow_user_idPRIMARY8const,const0unique row not found
  10. SELECT xfa_blog_entry.*
    	,xf_user.*,liked_content.like_date,xfa_blog.user_id, xfa_blog.blog_title, xfa_blog.blog_key,user_privacy.allow_view_blog,xfa_blog_entry_read.entry_read_date,user_follow.follow_user_id blog_owner_follows_visitor
    FROM xfa_blog_entry
    INNER JOIN xfa_blog_entry_category ON xfa_blog_entry.entry_id = xfa_blog_entry_category.entry_id
    	 INNER JOIN xf_user ON xfa_blog_entry.user_id = xf_user.user_id
    	LEFT JOIN xf_liked_content AS liked_content
    		ON (liked_content.content_type = 'xfa_blog_entry'
    		AND liked_content.content_id = xfa_blog_entry.entry_id
    		AND liked_content.like_user_id = 0)					
    	 INNER JOIN xfa_blog ON xfa_blog_entry.user_id = xfa_blog.user_id INNER JOIN xf_user_privacy user_privacy ON xfa_blog.user_id = user_privacy.user_id LEFT JOIN xfa_blog_entry_read ON xfa_blog_entry.entry_id = xfa_blog_entry_read.entry_id AND xfa_blog_entry_read.user_id = 0 LEFT JOIN xf_user_follow user_follow ON xfa_blog_entry.user_id = user_follow.user_id AND follow_user_id = 0
    WHERE
    	xfa_blog_entry_category.category_id = ? AND
    	xfa_blog_entry.message_state = 'visible'
    	
    		AND (
    			(xfa_blog_entry.user_id = 0) OR
    			(xfa_blog_entry.allow_view_entry = 'followed' AND user_follow.follow_user_id > 0) OR
    			
    			(xfa_blog_entry.allow_view_entry = 'list' AND FIND_IN_SET(0, allow_members_ids) > 0) OR
    			xfa_blog_entry.allow_view_entry = 'everyone'
    		)
    	
    			AND (
    				(xfa_blog.user_id = 0) OR
    				(user_privacy.allow_view_blog = 'followed' AND user_follow.follow_user_id > 0) OR
    				
    				user_privacy.allow_view_blog = 'everyone'
    			)
    		
    	 ORDER BY post_date DESC
    	LIMIT 0, 15
    Params: 98
    Run Time: 0.003759
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExfa_blog_entry_categoryindexPRIMARYPRIMARY8 581Using where; Using index; Using temporary; Using filesort
    SIMPLExfa_blog_entryeq_refPRIMARY,idx_user,idx_positionPRIMARY4prav110_pravorg.xfa_blog_entry_category.entry_id1Using where
    SIMPLEliked_contenteq_refcontent_type_id_like_user_id,like_user_content_type_idcontent_type_id_like_user_id35const,prav110_pravorg.xfa_blog_entry_category.entry_id,const1Using where
    SIMPLExfa_blog_entry_readeq_refuser_iduser_id8const,prav110_pravorg.xfa_blog_entry_category.entry_id1 
    SIMPLEuser_followeq_refPRIMARY,follow_user_idPRIMARY8prav110_pravorg.xfa_blog_entry.user_id,const1Using where; Using index
    SIMPLExfa_blogeq_refPRIMARYPRIMARY4prav110_pravorg.xfa_blog_entry.user_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4prav110_pravorg.xfa_blog_entry.user_id1Using where
    SIMPLEuser_privacyeq_refPRIMARY,idx_blogPRIMARY4prav110_pravorg.xfa_blog_entry.user_id1Using where
  11. 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 (1422)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: xfa_blog_entry
    Run Time: 0.000556
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4prav110_pravorg.attachment.data_id1 
  12. SELECT category.*, entry_category.entry_id
    FROM xfa_blog_entry_category entry_category
    INNER JOIN xfa_blog_category category ON entry_category.category_id = category.category_id
    WHERE
    	entry_category.entry_id IN (1422)
    Run Time: 0.000397
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEentry_categoryrefPRIMARYPRIMARY4const3Using index
    SIMPLEcategoryeq_refPRIMARYPRIMARY4prav110_pravorg.entry_category.category_id1 
  13. SELECT
    	xf_user.*,
    	xfa_blog_read.blog_read_date,
    	xfa_blog.last_entry,
    	xfa_blog.blog_key
    FROM xfa_blog_watch
    INNER JOIN xf_user ON xfa_blog_watch.blog_user_id = xf_user.user_id
    INNER JOIN xfa_blog ON xf_user.user_id = xfa_blog.user_id
    LEFT JOIN xfa_blog_read ON xfa_blog.user_id = xfa_blog_read.blog_user_id AND xfa_blog_read.user_id = 0
    WHERE
    	xfa_blog_watch.user_id = ?
    ORDER BY
    	xfa_blog.last_entry DESC
    Params: 9366
    Run Time: 0.002312
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExfa_blog_watchrefux_watchux_watch4const1Using index; Using temporary; Using filesort
    SIMPLExf_usereq_refPRIMARYPRIMARY4prav110_pravorg.xfa_blog_watch.blog_user_id1Using where
    SIMPLExfa_blogeq_refPRIMARYPRIMARY4prav110_pravorg.xf_user.user_id1Using where
    SIMPLExfa_blog_readeq_refuser_iduser_id8const,prav110_pravorg.xfa_blog.user_id1 
  14. SELECT
    	*
    FROM 
    	xfa_blog_category
    WHERE
    	user_id IN (9366,0)
    	 ORDER BY user_id ASC, display_order ASC
    Run Time: 0.000627
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExfa_blog_categoryALLid_user   102Using where; Using filesort
  15. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: ef373fc8091b8f480bf1635b8d793430, , 1711666541
    Run Time: 0.000227
  16. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRMS_ModernStatistic', 'BRMS_modern_statistic_header', 'xfa_blog_panel_categories', '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', 'xfa_blog_category_browse', 'xfa_blog_navigation_links', 'waindigo_navigation_visitor_tab_joinusergroup', 'xfa_blog_navigation_tab_link', 'modess_moderator_bar_mod_log_counts', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.001884
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 16Using where
  17. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('xfa_blogs_categories')
    Params: 1
    Run Time: 0.000079
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  18. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('bbms_twitter_css')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000085
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  19. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('kin_postthread_main')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000082
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  20. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('social_connect_status_editor')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000080
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  21. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('xxtW_js')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000072
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  22. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('bbms_twitter_XFormer')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000066
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (148, XenForo Classes: 48)

  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/BriviumHelper/EventListeners.php
  33. library/Brivium/BriviumHelper/1010071/EventListeners.php
  34. library/Asp/OnlineStatus/Plugin/Plugin.php
  35. library/UserEss/Listener/Proxy.php
  36. library/ExternalExtended/Listener.php
  37. library/BestAnswer/Listener.php
  38. library/AnonymousPosting/Listener.php
  39. library/XfAddOns/Blogs/Listener.php
  40. library/XfAddOns/Blogs/Install/Version.php
  41. library/DoublePost/Listener/LoadClassModel.php
  42. library/ModEss/Listener/Cog.php
  43. library/TiledForumsModule/Listener.php
  44. library/SocialConnect/Listener.php
  45. library/Brivium/ModernStatistic/EventListeners/Listener.php
  46. library/Brivium/ModernStatistic/ModernStatistic.php
  47. library/Iversia/Identicon/Listener.php
  48. library/ModEss/Model/ModEss.php
  49. library/XenForo/Permission.php
  50. library/XenForo/Helper/Php.php
  51. library/XenForo/Router.php
  52. library/XenForo/Route/Filter.php
  53. library/XenForo/Route/Interface.php
  54. library/XenForo/Route/ResponseSuffix.php
  55. library/XenForo/Route/Prefix.php
  56. library/XfAddOns/Blogs/Route/Prefix/BlogCategory.php
  57. library/XI/HelpManager/CodeEvent/Listener.php
  58. library/XenForo/RouteMatch.php
  59. library/XfAddOns/Blogs/ControllerPublic/BlogCategory.php
  60. library/XfAddOns/Blogs/ControllerPublic/Abstract.php
  61. library/XenForo/ControllerPublic/Abstract.php
  62. library/XenForo/Controller.php
  63. library/Sedo/MobileStyleSelector/Listener/ControllerPublic.php
  64. library/ShowSimilarThreads/Listener.php
  65. library/XfAddOns/PreviousNextThread/Listener.php
  66. library/DoublePost/Listener/LoadClassController.php
  67. library/XenForo/Input.php
  68. library/XfAddOns/Blogs/Model/Blog.php
  69. library/XfAddOns/Blogs/Model/Entry.php
  70. library/XfAddOns/Blogs/Model/Comment.php
  71. library/XfAddOns/Blogs/Model/Category.php
  72. library/XenForo/Session.php
  73. library/XenForo/Helper/Ip.php
  74. library/XenForo/Visitor.php
  75. library/XenForo/Model/User.php
  76. library/Waindigo/JoinUserGroup/Listener/LoadClass.php
  77. library/Waindigo/Listener/LoadClass.php
  78. library/Waindigo/Listener/LoadClass/20131003.php
  79. library/Waindigo/JoinUserGroup/Extend/XenForo/Model/User.php
  80. library/Brivium/ModernStatistic/Model/User.php
  81. library/BestAnswer/Model/User.php
  82. library/XfAddOns/Blogs/Override/Model/User.php
  83. library/XenForo/Phrase.php
  84. library/XenForo/Locale.php
  85. library/Sedo/MobileStyleSelector/Listener/Visitor.php
  86. library/Sedo/MobileStyleSelector/Listener/ControllerPreDispatch.php
  87. library/Waindigo/JoinUserGroup/Listener/ControllerPreDispatch.php
  88. library/Waindigo/Listener/ControllerPreDispatch.php
  89. library/Waindigo/Listener/ControllerPreDispatch/20131003.php
  90. library/Waindigo/Listener/Template/20140101.php
  91. library/Waindigo/Listener/TemplateHook/20130522.php
  92. library/Waindigo/Listener/TemplatePostRender/20130522.php
  93. library/Waindigo/Listener/TemplateCreate/20130522.php
  94. library/Waindigo/Listener/InitDependencies.php
  95. library/Waindigo/Listener/InitDependencies/20140101.php
  96. library/XfAddOns/Blogs/Model/MultiBlog.php
  97. library/XenForo/Model/Attachment.php
  98. library/XfAddOns/Blogs/Panel/BlogRoll.php
  99. library/XfAddOns/Blogs/Panel/Categories.php
  100. library/XenForo/Template/Public.php
  101. library/XenForo/Template/Abstract.php
  102. library/Waindigo/JoinUserGroup/Listener/TemplateCreate.php
  103. library/Sedo/QuoteME/Listener/PreloadTemplates.php
  104. library/UserEss/Listener/Hook.php
  105. library/XfAddOns/Blogs/Template/Hook.php
  106. library/WhoHasVisited/Listener.php
  107. library/DoublePost/Listener/Hook.php
  108. library/Sedo/GoToTop/Listener/Templates.php
  109. library/XenForo/ControllerResponse/View.php
  110. library/XenForo/ControllerResponse/Abstract.php
  111. library/XenForo/Helper/Cookie.php
  112. library/XenForo/ViewRenderer/HtmlPublic.php
  113. library/XenForo/ViewRenderer/Abstract.php
  114. library/XfAddOns/Blogs/ViewPublic/Blog/Categories.php
  115. library/XenForo/ViewPublic/Base.php
  116. library/XenForo/View.php
  117. library/QuickReplyInsertUsername/Listener/LoadClass.php
  118. library/XenForo/BbCode/Parser.php
  119. library/XenForo/BbCode/Formatter/Base.php
  120. library/DoublePost/Listener/LoadClassbbCode.php
  121. library/DoublePost/BbCode/Formatter/Base.php
  122. library/XenForo/Helper/String.php
  123. library/XenForo/ViewPublic/Helper/Message.php
  124. library/XenForo/BbCode/TextWrapper.php
  125. library/XenForo/Route/Prefix/Members.php
  126. library/OXY/News/Listener.php
  127. library/XfAddOns/Blogs/Template/Navigation.php
  128. library/XfAddOns/Blogs/Template/Helper/Link.php
  129. library/XfAddOns/Blogs/Route/Prefix/Blog.php
  130. library/XenForo/Model/Avatar.php
  131. library/Sedo/QuoteME/Listener/Templates.php
  132. library/robokassa/MoreCurrency/Listener.php
  133. library/XfAddOns/Blogs/Route/Prefix/Browse.php
  134. library/XfAddOns/Blogs/Route/Prefix/BlogEntry.php
  135. library/XenForo/Helper/Criteria.php
  136. library/XenForo/Debug.php
  137. library/robokassa/Listener.php
  138. library/Waindigo/JoinUserGroup/Listener/TemplateHook.php
  139. library/Brivium/ModernStatistic/Model/ModernStatistic.php
  140. library/QuickReplyInsertUsername/Listener/Template.php
  141. library/XfAddOns/PreviousNextThread/Template/Hook.php
  142. library/CrazYimProfileLinks/Listener.php
  143. library/KineticMypostMythread/Listener.php
  144. library/MediaSites/listeners/twitter.php
  145. library/microstats/Listener.php
  146. library/XfAddOns/Blogs/Route/Prefix/BlogCustomize.php
  147. library/XenForo/ViewRenderer/Json.php
  148. library/TiledForumsModule/Icon.php