Page Time: 0.4647s

Memory: 7.2245 MB (Peak: 8.1454 MB)

Queries (18, time: 0.2581s, 55.5%)

  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.000621
    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.000084
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  4. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: modLogCounts
    Run Time: 0.000060
    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.000216
    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.000133
  7. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000093
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  8. SELECT xfa_blog_entry.*
    	,xf_user.*,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 xf_user ON xfa_blog_entry.user_id = xf_user.user_id 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.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
    Run Time: 0.212347
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExfa_blogALLPRIMARY   396Using temporary; Using filesort
    SIMPLEuser_privacyeq_refPRIMARY,idx_blogPRIMARY4prav110_pravorg.xfa_blog.user_id1Using where
    SIMPLExfa_blog_entryrefidx_user,idx_positionidx_user4prav110_pravorg.user_privacy.user_id3Using index condition; Using where
    SIMPLExf_usereq_refPRIMARYPRIMARY4prav110_pravorg.xfa_blog.user_id1Using where
    SIMPLExfa_blog_entry_readeq_refuser_iduser_id8const,prav110_pravorg.xfa_blog_entry.entry_id1 
    SIMPLEuser_followeq_refPRIMARY,follow_user_idPRIMARY8prav110_pravorg.xfa_blog.user_id,const1Using where; Using index
  9. SELECT count(*) total
    FROM xfa_blog_entry
    	 INNER JOIN xf_user ON xfa_blog_entry.user_id = xf_user.user_id 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.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'
    			)
    Run Time: 0.026862
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExfa_blogindexPRIMARYPRIMARY4 396Using index
    SIMPLEuser_privacyeq_refPRIMARY,idx_blogPRIMARY4prav110_pravorg.xfa_blog.user_id1Using where
    SIMPLExfa_blog_entryrefidx_user,idx_positionidx_user4prav110_pravorg.user_privacy.user_id3Using index condition; Using where
    SIMPLExf_usereq_refPRIMARYPRIMARY4prav110_pravorg.xfa_blog.user_id1Using where; Using index
    SIMPLEuser_followeq_refPRIMARY,follow_user_idPRIMARY8prav110_pravorg.xfa_blog.user_id,const1Using where; Using index
  10. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 330bb2de590602f2a06bad431e07fb0b, , 1714020716
    Run Time: 0.008542
  11. 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_FindNew, BlogEntries, valid, , 1714017116,
    Run Time: 0.000127
  12. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'find_new_wrapper', 'BRMS_ModernStatistic', 'BRMS_modern_statistic_header', 'xfa_blogs_find_new', '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.005164
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 10Using where
  13. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('xfa_blogs_entries')
    Params: 1
    Run Time: 0.000081
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  14. 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.000101
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  15. 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.000117
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  16. 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.003300
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  17. 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.000085
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  18. 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.000069
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (131, XenForo Classes: 45)

  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/XenForo/Route/Prefix/FindNew.php
  57. library/XI/HelpManager/CodeEvent/Listener.php
  58. library/XenForo/RouteMatch.php
  59. library/XenForo/ControllerPublic/FindNew.php
  60. library/XenForo/ControllerPublic/Abstract.php
  61. library/XenForo/Controller.php
  62. library/Sedo/MobileStyleSelector/Listener/ControllerPublic.php
  63. library/ShowSimilarThreads/Listener.php
  64. library/XfAddOns/PreviousNextThread/Listener.php
  65. library/DoublePost/Listener/LoadClassController.php
  66. library/XfAddOns/Blogs/Override/ControllerPublic/FindNew.php
  67. library/XenForo/Input.php
  68. library/XenForo/Session.php
  69. library/XenForo/Helper/Ip.php
  70. library/XenForo/Visitor.php
  71. library/XenForo/Model/User.php
  72. library/Waindigo/JoinUserGroup/Listener/LoadClass.php
  73. library/Waindigo/Listener/LoadClass.php
  74. library/Waindigo/Listener/LoadClass/20131003.php
  75. library/Waindigo/JoinUserGroup/Extend/XenForo/Model/User.php
  76. library/Brivium/ModernStatistic/Model/User.php
  77. library/BestAnswer/Model/User.php
  78. library/XfAddOns/Blogs/Override/Model/User.php
  79. library/XenForo/Phrase.php
  80. library/XenForo/Locale.php
  81. library/Sedo/MobileStyleSelector/Listener/Visitor.php
  82. library/Sedo/MobileStyleSelector/Listener/ControllerPreDispatch.php
  83. library/Waindigo/JoinUserGroup/Listener/ControllerPreDispatch.php
  84. library/Waindigo/Listener/ControllerPreDispatch.php
  85. library/Waindigo/Listener/ControllerPreDispatch/20131003.php
  86. library/Waindigo/Listener/Template/20140101.php
  87. library/Waindigo/Listener/TemplateHook/20130522.php
  88. library/Waindigo/Listener/TemplatePostRender/20130522.php
  89. library/Waindigo/Listener/TemplateCreate/20130522.php
  90. library/Waindigo/Listener/InitDependencies.php
  91. library/Waindigo/Listener/InitDependencies/20140101.php
  92. library/XfAddOns/Blogs/Model/Entry.php
  93. library/XenForo/ControllerResponse/View.php
  94. library/XenForo/ControllerResponse/Abstract.php
  95. library/XenForo/Helper/Cookie.php
  96. library/XenForo/ViewRenderer/HtmlPublic.php
  97. library/XenForo/ViewRenderer/Abstract.php
  98. library/XenForo/Template/Public.php
  99. library/XenForo/Template/Abstract.php
  100. library/XenForo/ViewPublic/Base.php
  101. library/XenForo/View.php
  102. library/QuickReplyInsertUsername/Listener/LoadClass.php
  103. library/Waindigo/JoinUserGroup/Listener/TemplateCreate.php
  104. library/Sedo/QuoteME/Listener/PreloadTemplates.php
  105. library/UserEss/Listener/Hook.php
  106. library/XfAddOns/Blogs/Template/Hook.php
  107. library/WhoHasVisited/Listener.php
  108. library/DoublePost/Listener/Hook.php
  109. library/Sedo/GoToTop/Listener/Templates.php
  110. library/XenForo/Route/Prefix/Members.php
  111. library/OXY/News/Listener.php
  112. library/XfAddOns/Blogs/Template/Navigation.php
  113. library/XfAddOns/Blogs/Model/MultiBlog.php
  114. library/Sedo/QuoteME/Listener/Templates.php
  115. library/robokassa/MoreCurrency/Listener.php
  116. library/XenForo/Model/Avatar.php
  117. library/XfAddOns/Blogs/Route/Prefix/BlogEntry.php
  118. library/XenForo/Helper/String.php
  119. library/XenForo/Helper/Criteria.php
  120. library/XenForo/Debug.php
  121. library/robokassa/Listener.php
  122. library/Waindigo/JoinUserGroup/Listener/TemplateHook.php
  123. library/Brivium/ModernStatistic/Model/ModernStatistic.php
  124. library/QuickReplyInsertUsername/Listener/Template.php
  125. library/XfAddOns/PreviousNextThread/Template/Hook.php
  126. library/CrazYimProfileLinks/Listener.php
  127. library/KineticMypostMythread/Listener.php
  128. library/MediaSites/listeners/twitter.php
  129. library/microstats/Listener.php
  130. library/XenForo/ViewRenderer/Json.php
  131. library/TiledForumsModule/Icon.php