Page Time: 0.1058s

Memory: 5.3091 MB (Peak: 6.8706 MB)

Queries (16, time: 0.0344s, 32.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.001480
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using index condition
  2. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: moods
    Run Time: 0.000391
    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.000281
    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.000287
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  5. SELECT thread.*
    	,
    		user.gender, user.avatar_date, user.gravatar,
    		NULL AS thread_read_date,
    		0 AS thread_reply_banned,
    		0 AS thread_is_watched,
    		'' AS draft_message, NULL AS draft_extra
    FROM xf_thread AS thread
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    WHERE thread.thread_id = ?
    Params: 5127
    Run Time: 0.000589
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  6. SELECT node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache,
    		NULL AS forum_read_date
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.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 = forum.node_id)
    WHERE node.node_id = ?
    Params: 48
    Run Time: 0.000773
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  7. SELECT post.*
    	,
    		user.*, IF(user.username IS NULL, post.username, user.username) AS username,
    		user_profile.*,
    		user_privacy.*,
    		session_activity.view_date AS last_view_date,
    		0 AS like_date,
    		bookmark_posts.bookmark_user_id AS bookmark_posts_user_id,
    		bookmark_posts.post_id AS bookmark_posts_post_id
    FROM xf_post AS post
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = post.user_id)
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = post.user_id)
    		LEFT JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = post.user_id)
    		LEFT JOIN xf_session_activity AS session_activity ON
    			(post.user_id > 0 AND session_activity.user_id = post.user_id AND session_activity.unique_key = CAST(post.user_id AS BINARY))
    		LEFT JOIN xf_bookmark_posts AS bookmark_posts ON
    			(bookmark_posts.post_id = post.post_id AND bookmark_posts.bookmark_user_id = 0)
    WHERE post.thread_id = ?
    	 AND (post.position >= 1940 AND post.position < 1960) 
    	AND (post.message_state IN ('visible'))
    ORDER BY post.position ASC, post.post_date ASC
    Params: 5127
    Run Time: 0.007280
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activitysystemPRIMARY   0const row not found
    SIMPLEpostrangethread_id_post_date,thread_id_positionthread_id_position8 14Using index condition; Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4xf.post.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4xf.post.user_id1 
    SIMPLEuser_privacyeq_refPRIMARYPRIMARY4xf.post.user_id1 
    SIMPLEbookmark_postseq_refcontentcontent8xf.post.post_id,const1Using where; Using index
  8. INSERT DELAYED INTO xf_thread_view
    	(thread_id)
    VALUES
    	(?)
    Params: 5127
    Run Time: 0.005091
  9. SELECT given.*
    	
    FROM `xf_bdreputation_given` AS given
    	
    WHERE (given.post_id IN (397714, 397726, 397768, 397774, 397896, 398472, 398481, 398508, 398528, 398556, 398564, 398624, 398654, 398681, 398925, 398929)) AND (given.given_user_id = 0)
    Run Time: 0.000364
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEgivenrefpost_id_given_user_id,given_user_idgiven_user_id4const1Using where
  10. SELECT option_value FROM xf_option WHERE option_id = 'currentVersionId'
    Run Time: 0.000232
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_optionconstPRIMARYPRIMARY52const1 
  11. INSERT INTO `xf_error_log` (`exception_date`, `user_id`, `ip_address`, `exception_type`, `message`, `filename`, `line`, `trace_string`, `request_state`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
    Params: 1716764464, 0, Li, Zend_Db_Statement_Mysqli_Exception, Mysqli statement execute error : Incorrect key file for table './xf/xf_session.MYI'; try to repair it, library/Zend/Db/Statement/Mysqli.php, 214, #0 /var/www/www-root/data/www/forumqwe.ru/library/Zend/Db/Statement.php(317): Zend_Db_Statement_Mysqli->_execute(Array) #1 /var/www/www-root/data/www/forumqwe.ru/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array) #2 /var/www/www-root/data/www/forumqwe.ru/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array) #3 /var/www/www-root/data/www/forumqwe.ru/library/XenForo/Session.php(857): Zend_Db_Adapter_Abstract->insert('xf_session', Array) #4 /var/www/www-root/data/www/forumqwe.ru/library/XenForo/Session.php(575): XenForo_Session->saveSessionToSource('348720d57141abd...', false) #5 /var/www/www-root/data/www/forumqwe.ru/library/XenForo/Controller.php(414): XenForo_Session->save() #6 /var/www/www-root/data/www/forumqwe.ru/library/XenForo/Controller.php(358): XenForo_Controller->updateSession(Object(XenForo_ControllerResponse_View), 'XenForo_Control...', 'Index') #7 /var/www/www-root/data/www/forumqwe.ru/library/XenForo/FrontController.php(376): XenForo_Controller->postDispatch(Object(XenForo_ControllerResponse_View), 'XenForo_Control...', 'Index') #8 /var/www/www-root/data/www/forumqwe.ru/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch)) #9 /var/www/www-root/data/www/forumqwe.ru/index.php(13): XenForo_FrontController->run() #10 {main}, a:3:{s:3:"url";s:156:"http://forumqwe.ru/threads/%D0%9D%D0%B0%D0%B9%D0%B4%D0%B8-3-%D0%B8%D0%BB%D0%B8-%D0%B1%D0%BE%D0%BB%D0%B5%D0%B5-%D1%81%D0%BB%D0%BE%D0%B2.5127/page-98?_debug=1";s:4:"_GET";a:1:{s:6:"_debug";s:1:"1";}s:5:"_POST";a:0:{}}
    Run Time: 0.016261
  12. SELECT option_value FROM xf_option WHERE option_id = 'currentVersionId'
    Run Time: 0.000315
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_optionconstPRIMARYPRIMARY52const1 
  13. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'BRQCT_forum_list_nodes', 'BRQCT_ad_sidebar_top', 'BRQCT_navigation_tabs_forums', 'stylium_setting_value', 'stylium_page_container_head', 'stylium_settings', 'stylium_setting_toggle_footer', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000720
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 9Using index condition
  14. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('bdreputation_injector')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000328
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (122, XenForo Classes: 58)

  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/XenMoods/Listener/InitDependencies.php
  33. library/Brivium/BriviumHelper/EventListeners.php
  34. library/Brivium/BriviumHelper/1010071/EventListeners.php
  35. library/Tapatalk/Listener/LoadClassModel.php
  36. library/EWRutiles/Listener/Model.php
  37. library/Ragtek/FPM/StaticMethods.php
  38. library/TMS/Listener.php
  39. library/VietXfAdvStats/Listener.php
  40. library/XenMoods/Listener/LoadClassModel.php
  41. library/BookmarkPosts/Listener.php
  42. library/Brivium/StyliumFramework/EventListeners/Listener.php
  43. library/Brivium/Tellurium/EventListeners/Listener.php
  44. library/XenForo/Router.php
  45. library/XenForo/Route/Filter.php
  46. library/XenForo/Route/Interface.php
  47. library/XenForo/Route/ResponseSuffix.php
  48. library/XenForo/Route/Prefix.php
  49. library/XenForo/Route/Prefix/Threads.php
  50. library/XenForo/RouteMatch.php
  51. library/XenForo/ControllerPublic/Thread.php
  52. library/XenForo/ControllerPublic/Abstract.php
  53. library/XenForo/Controller.php
  54. library/EWRutiles/Listener/Controller.php
  55. library/bdReputation/Listener.php
  56. library/SigRestrict/Listener.php
  57. library/XenTrCom/WhoHasVisited/Listener/Listener.php
  58. library/EWRutiles/ControllerPublic/Thread.php
  59. library/bdReputation/Extend/ControllerPublic/Thread.php
  60. library/BookmarkPosts/Extend/ControllerPublic/Thread.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/VietXfAdvStats/XenForo/Model/User.php
  67. library/XenMoods/XFCP/Model/User.php
  68. library/XenForo/Permission.php
  69. library/XenForo/Helper/Php.php
  70. library/XenForo/Phrase.php
  71. library/XenForo/Locale.php
  72. library/XenForo/ControllerHelper/ForumThreadPost.php
  73. library/XenForo/ControllerHelper/Abstract.php
  74. library/XenForo/Model/Thread.php
  75. library/VietXfAdvStats/XenForo/Model/Thread.php
  76. library/XenForo/Model/Forum.php
  77. library/XenForo/Helper/String.php
  78. library/XenForo/Helper/Discussion.php
  79. library/XenForo/Model/Post.php
  80. library/EWRutiles/Model/Post.php
  81. library/Ragtek/FPM/Model.php
  82. library/BookmarkPosts/Extend/Model/Post.php
  83. library/XenForo/Model/Attachment.php
  84. library/XenForo/Model/Node.php
  85. library/Tapatalk/Model/Node.php
  86. library/XenForo/Route/Prefix/Categories.php
  87. library/XenForo/Route/Prefix/Forums.php
  88. library/XenForo/ControllerResponse/View.php
  89. library/XenForo/ControllerResponse/Abstract.php
  90. library/bdReputation/Model/Given.php
  91. library/bdReputation/Option.php
  92. library/Zend/Db/Statement/Mysqli/Exception.php
  93. library/Zend/Db/Statement/Exception.php
  94. library/Zend/Db/Exception.php
  95. library/Zend/Exception.php
  96. library/XenForo/Error.php
  97. library/XenForo/Db.php
  98. library/XenForo/Helper/File.php
  99. library/XenForo/ControllerPublic/Error.php
  100. library/XenForo/ViewRenderer/HtmlPublic.php
  101. library/XenForo/ViewRenderer/Abstract.php
  102. library/XenForo/Template/Public.php
  103. library/XenForo/Template/Abstract.php
  104. library/BookmarkPosts/Model/BookmarkPosts.php
  105. library/XenMoods/Listener/FrontControllerPreView.php
  106. library/XenMoods/Model/Mood.php
  107. library/XenForo/ViewPublic/Error/ServerError.php
  108. library/XenForo/ViewPublic/Base.php
  109. library/XenForo/View.php
  110. library/XenForo/Route/Prefix/Members.php
  111. library/VietXfAdvStats/Model/GetUserGroup.php
  112. library/Sedo/QuoteME/Listener/PreloadTemplates.php
  113. library/XenForo/Debug.php
  114. library/Tapatalk/EventListener/Hook.php
  115. library/xtop/js/xtop.php
  116. library/XenMoods/Listener/TemplateHook.php
  117. library/XfRu/Birthdays/EventListener/Template.php
  118. library/EWRutiles/Listener/Template.php
  119. library/VietXfAdvStats/Option.php
  120. library/XenForo/Route/Prefix/Posts.php
  121. library/XenForo/ViewRenderer/Json.php
  122. library/Sedo/QuoteME/Listener/Templates.php