Page Time: 0.9604s

Memory: 3.6169 MB (Peak: 4.5469 MB)

Queries (20, time: 0.0085s, 0.9%)

  1. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'cron', 'simpleCache', 'routesPublic', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'smilies', 'bbCode', 'threadPrefixes', 'trophyUserTitles', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
    Run Time: 0.000341
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY77 21Using where
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000130
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT thread.*
    	,
    		user.gender, user.avatar_date, user.gravatar,
    		NULL AS thread_read_date,
    		0 AS thread_is_watched
    FROM xf_thread AS thread
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    WHERE thread.thread_id = ?
    Params: 5529
    Run Time: 0.000515
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  4. 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: 6
    Run Time: 0.000376
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY85const,const,const1 
  5. SELECT post.*
    	,
    		user.*, IF(user.username IS NULL, post.username, user.username) AS username,
    		user_profile.*,
    		0 AS like_date, session.view_date
    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 OUTER JOIN xf_session_activity AS session ON post.user_id = session.user_id
    WHERE post.thread_id = ?
    	 AND (post.position >= 2100 AND post.position < 2120) 
    	AND (post.message_state IN ('visible'))
    ORDER BY post.position ASC, post.post_date ASC
    Params: 5529
    Run Time: 0.003601
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangethread_id_post_date,thread_id_positionthread_id_position8 17Using where; Using temporary; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4torrent.post.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4torrent.post.user_id1 
    SIMPLEsessionALLPRIMARY   419 
  6. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (313977)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000560
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date81const,const1Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4torrent.attachment.data_id1 
  7. INSERT DELAYED INTO xf_thread_view
    	(thread_id)
    VALUES
    	(?)
    Params: 5529
    Run Time: 0.000199
  8. SELECT *
    FROM xf_node
    WHERE lft < ? AND rgt > ?
    ORDER BY lft ASC
    Params: 6, 7
    Run Time: 0.000251
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_noderangelftlft4 3Using where
  9. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 2570cc779df45385a2e596ea46ba2921, a:9:{s:12:"sessionStart";i:1711625518;s:2:"ip";i:2890279734;s:9:"userAgent";s:9:"claudebot";s:7:"isRobot";b:0;s:7:"referer";s:263:"http://tracker.nevsedoma.com.ua/threads/%D0%A4%D0%BE%D1%82%D0%BE%D0%B3%D1%80%D0%B0%D1%84%D0%B8%D0%B8-%D0%BF%D0%BE%D0%BB%D1%8C%D0%B7%D0%BE%D0%B2%D0%B0%D1%82%D0%B5%D0%BB%D0%B5%D0%B9-%D0%B8-%D0%B0%D0%B4%D0%BC%D0%B8%D0%BD%D0%BE%D0%B2-%E2%84%962.5529/page-106?_debug=1";s:10:"fromSearch";b:0;s:16:"previousActivity";i:0;s:10:"isIpBanned";b:0;s:13:"isDiscouraged";b:0;}, 1711629118
    Run Time: 0.000206
  10. INSERT INTO xf_session_activity
    	(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date)
    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)
    Params: 0, 2890279734, 2890279734, XenForo_ControllerPublic_Thread, Index, valid, thread_id=5529&page=106, 1711625518
    Run Time: 0.000163
  11. SELECT *
    FROM bbm
    ORDER BY tag
    Run Time: 0.000445
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEbbmALL    18Using filesort
  12. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'sedo_adv_accordion', 'sedo_adv_article', 'sedo_adv_bimg', 'sedo_adv_encadre', 'sedo_adv_fieldset', 'sedo_adv_gview', 'bbm_bbcode_highlighter', 'sedo_adv_latex', 'sedo_adv_picasa', 'bbm_bbcode_protected', 'bbm_bbcode_spoiler', 'sedo_adv_spoilerbb', 'sedo_adv_tabs', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'thread_view', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000233
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY160 21Using where
  13. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('MinimalismUserStatus')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000134
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY160const,const,const1 
  14. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('bbm_js')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000211
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY160const,const,const1 
  15. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('MinimalismExtraUserInfo')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000199
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY160const,const,const1 
  16. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('MinimalismSidebarArrow')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000176
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY160const,const,const1 
  17. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('MinimalismSidebar_js')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000137
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY160const,const,const1 
  18. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('MinimalismPoll_js')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000186
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY160const,const,const1 
  19. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('MinimalismToTop_js')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000196
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY160const,const,const1 
  20. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('sedo_adv_xenhook')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000212
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY160const,const,const1 

Included Files (99, 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.php
  17. library/XenForo/Model/DataRegistry.php
  18. library/XenForo/CodeEvent.php
  19. library/Zend/Db.php
  20. library/Zend/Db/Adapter/Mysqli.php
  21. library/Zend/Db/Adapter/Abstract.php
  22. library/Zend/Db/Select.php
  23. library/Zend/Db/Expr.php
  24. library/Zend/Db/Profiler.php
  25. library/Zend/Db/Statement/Mysqli.php
  26. library/Zend/Db/Statement.php
  27. library/Zend/Db/Statement/Interface.php
  28. library/Zend/Db/Profiler/Query.php
  29. library/XenForo/Options.php
  30. library/XenForo/Link.php
  31. library/XenForo/Template/Helper/Core.php
  32. library/XenForo/Router.php
  33. library/XenForo/Route/ResponseSuffix.php
  34. library/XenForo/Route/Interface.php
  35. library/XenForo/Route/Prefix.php
  36. library/XenForo/Route/Prefix/Threads.php
  37. library/XenForo/RouteMatch.php
  38. library/BBM/Protection/Helper/ContentProtection.php
  39. library/XenForo/ControllerPublic/Thread.php
  40. library/XenForo/ControllerPublic/Abstract.php
  41. library/XenForo/Controller.php
  42. library/BBM/Listeners/Controller.php
  43. library/XenTrCom/WhoHasVisited/Listener/Listener.php
  44. library/Sedo/AdvBBcodeBar/Listener/Controller.php
  45. library/BBM/Listeners/BbCode.php
  46. library/XenForo/Input.php
  47. library/XenForo/Session.php
  48. library/XenForo/Visitor.php
  49. library/XenForo/Model/User.php
  50. library/BBM/Protection/Listener/Models.php
  51. library/Minimalism/OnlineStatus/Plugin.php
  52. library/XenForo/Permission.php
  53. library/XenForo/Phrase.php
  54. library/XenForo/Locale.php
  55. library/XenForo/ControllerHelper/ForumThreadPost.php
  56. library/XenForo/ControllerHelper/Abstract.php
  57. library/XenForo/Model/Thread.php
  58. library/XenForo/Model/Forum.php
  59. library/XenForo/Helper/String.php
  60. library/XenForo/Helper/Discussion.php
  61. library/XenForo/Model/Post.php
  62. library/Minimalism/OnlineStatus/Index.php
  63. library/XenForo/Model/Attachment.php
  64. library/XenForo/Route/Prefix/Attachments.php
  65. library/XenForo/Model/Node.php
  66. library/XenForo/Route/Prefix/Categories.php
  67. library/XenForo/Route/Prefix/Forums.php
  68. library/XenForo/ControllerResponse/View.php
  69. library/XenForo/ControllerResponse/Abstract.php
  70. library/XenForo/Helper/Cookie.php
  71. library/XenForo/ViewRenderer/HtmlPublic.php
  72. library/XenForo/ViewRenderer/Abstract.php
  73. library/XenForo/Template/Public.php
  74. library/XenForo/Template/Abstract.php
  75. library/BBM/Listeners/GetBbmEditor.php
  76. library/XenForo/ViewPublic/Thread/View.php
  77. library/XenForo/ViewPublic/Base.php
  78. library/XenForo/View.php
  79. library/XenForo/BbCode/Parser.php
  80. library/XenForo/BbCode/Formatter/Base.php
  81. library/BBM/BbCode/Formatter/Base.php
  82. library/BBM/Model/BbCodes.php
  83. library/Sedo/AdvBBcodeBar/BbCode/Formatter/AdvBbCodes.php
  84. library/XenForo/ViewPublic/Helper/Message.php
  85. library/XenForo/BbCode/TextWrapper.php
  86. library/Sedo/AdvBBcodeBar/Listener/Templates/Preloader.php
  87. library/BBM/Listeners/Templates/Preloader.php
  88. library/XenForo/Route/Prefix/Members.php
  89. library/BBM/Listeners/Templates/InitEditorGrid.php
  90. library/Minimalism/Listener.php
  91. library/BBM/Listeners/Templates/Admin.php
  92. library/QuickReplyInsertUsername/Listener/TemplateHook.php
  93. library/Sedo/AdvBBcodeBar/Listener/Templates/AdvBar.php
  94. library/XenForo/Route/Prefix/Posts.php
  95. library/XenForo/Model/Session.php
  96. library/Sedo/AdvBBcodeBar/Helper/Sedo.php
  97. library/XenForo/Helper/Criteria.php
  98. library/XenForo/Debug.php
  99. library/XenForo/ViewRenderer/Json.php