Page Time: 0.0643s

Memory: 2.2817 MB (Peak: 7.1150 MB)

Queries (11, time: 0.0213s, 33.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.000467
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryALLPRIMARY   33Using where
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000192
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT user.*
    	
    FROM xf_user AS user
    
    WHERE user.user_id = ?
    Params: 56979
    Run Time: 0.000334
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  4. 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 200
    Params: 56979
    Run Time: 0.000530
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsearch_indexrefuser_id_item_dateuser_id_item_date4const734Using where; Using index
  5. 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, session.view_date
    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 OUTER JOIN xf_session_activity AS session ON post.user_id = session.user_id
    WHERE post.post_id IN (705310, 704000, 703955, 703905, 703896, 703840, 703834, 703825, 703810, 703796, 703791, 703752, 703732, 703689, 703685, 703360, 703356, 703350, 703347, 703344, 703336, 703327, 703320, 703315, 703312, 703271, 703262, 703171, 703117, 703077, 621032, 620573, 612435, 603760, 603510, 603405, 603387, 603385, 603381, 603376, 603369, 603351, 597864, 597831, 596740, 596736, 596572, 592959, 592951, 592948, 591609, 591459, 591448, 591351, 591252, 591225, 591201, 590565, 590490, 590487, 590299, 590277, 589937, 588428, 588122, 588109, 587349, 586780, 586331, 585830, 585821, 585751, 585746, 585743, 585732, 585699, 585683, 585678, 585669, 585576, 585494, 585321, 585186, 585162, 584872, 584868, 584700, 584410, 584359, 584234, 584227, 584217, 584104, 583758, 583397, 583380, 583374, 583172, 583013, 583000, 582958, 582950, 582450, 582433, 582184, 582080, 582056, 581094, 580864, 580844, 580835, 580759, 580703, 580651, 579802, 579729, 579704, 579693, 578804, 578480, 578288, 578111, 578027, 578012, 577905, 577848, 577793, 577787, 577775, 577756, 577605, 577600, 577537, 577482, 577153, 577125, 577122, 577019, 576321, 576125, 576112, 576108, 576070, 575975, 575937, 574723, 574487, 574370, 574320, 574160, 574149, 574125, 574039, 574027, 573637, 573533, 573498, 573489, 553352, 472107, 471907, 428931, 428929, 428923, 428917, 428911, 428909, 428906, 428894, 428761, 428758, 428692, 428684, 428657, 428648, 428631, 428606, 428590, 428586, 428560, 428556, 428534, 428519, 428491, 428467, 426821, 426030, 426028, 426022, 425647, 425637, 425609, 425569, 425531, 425520, 425517, 425490, 425482, 425478, 425468)
    Run Time: 0.004744
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARY,thread_id_post_date,thread_id_positionPRIMARY4 200Using where
    SIMPLEthreadeq_refPRIMARY,node_id_last_post_date,node_id_sticky_state_last_postPRIMARY4krainamaystriv.post.thread_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4krainamaystriv.thread.node_id1 
    SIMPLEusereq_refPRIMARYPRIMARY4krainamaystriv.post.user_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,krainamaystriv.thread.node_id1Using where
    SIMPLEsessionrefPRIMARYPRIMARY4krainamaystriv.post.user_id26 
  6. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 87ec7aefdfccbefa9ee1391c9f5e4d33, , 1714269542
    Run Time: 0.013454
  7. 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_Search, Member, valid, , 1714265942,
    Run Time: 0.000275
  8. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'message_page', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000492
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 3Using where
  9. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('no_results_found')
    Params: 2
    Run Time: 0.000248
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  10. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('siropu_easy_user_ban_nav_link')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000369
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  11. 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.000190
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (107, XenForo Classes: 51)

  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/XenForo/Router.php
  33. library/XenForo/Route/Filter.php
  34. library/XenForo/Route/Interface.php
  35. library/XenForo/Route/ResponseSuffix.php
  36. library/XenForo/Route/Prefix.php
  37. library/XenForo/Route/Prefix/Search.php
  38. library/XenForo/RouteMatch.php
  39. library/XenForo/ControllerPublic/Search.php
  40. library/XenForo/ControllerPublic/Abstract.php
  41. library/XenForo/Controller.php
  42. library/Dark/Duplicate/EventListener/LoadClassController.php
  43. library/XfRu/MergeDoubleUserPost/EventListener/Thread.php
  44. library/FirstPostOnAllPages/EventListener/Thread.php
  45. library/TMS/Listener.php
  46. library/Tapatalk/Listener/LoadClassModel.php
  47. library/Siropu/EasyUserBan/Listener.php
  48. library/ExternalExtended/Listener.php
  49. library/XenForo/Input.php
  50. library/XenForo/Session.php
  51. library/XenForo/Helper/Ip.php
  52. library/XenForo/Visitor.php
  53. library/XenForo/Model/User.php
  54. library/FirstPostOnAllPages/EventListener/Post.php
  55. library/Minimalism/OnlineStatus/Plugin.php
  56. library/ImageWatermarking/Listener/LoadClassModel.php
  57. library/XenForo/Permission.php
  58. library/XenForo/Helper/Php.php
  59. library/XenForo/Phrase.php
  60. library/XenForo/Locale.php
  61. library/XenForo/Model/Search.php
  62. library/Tapatalk/Model/Search.php
  63. library/XenForo/Search/Searcher.php
  64. library/XenForo/Search/SourceHandler/Abstract.php
  65. library/XenForo/Search/SourceHandler/MySqlFt.php
  66. library/XenForo/Search/DataHandler/Post.php
  67. library/XenForo/Search/DataHandler/Abstract.php
  68. library/XenForo/Model/Post.php
  69. library/FirstPostOnAllPages/Model/Post.php
  70. library/Minimalism/OnlineStatus/Index.php
  71. library/XenForo/Model/Thread.php
  72. library/XenForo/Model/Forum.php
  73. library/XenForo/ControllerResponse/Message.php
  74. library/XenForo/ControllerResponse/Abstract.php
  75. library/XenForo/Helper/Cookie.php
  76. library/Tapatalk/Listener/ControllerPostDispatch.php
  77. library/XenForo/ViewRenderer/HtmlPublic.php
  78. library/XenForo/ViewRenderer/Abstract.php
  79. library/XenForo/Template/Public.php
  80. library/XenForo/Template/Abstract.php
  81. library/kmAds/Listener/FrontControllerPreView.php
  82. library/AdvertisingMessages/Listener.php
  83. library/AdvertisingMessages/Core.php
  84. library/XfRu/UserAlbums/EventListener/Template.php
  85. library/LNBlog/Listener/TemplateHook.php
  86. library/XenForo/Route/Prefix/Members.php
  87. library/XfRu/UserAlbums/EventListener/Tab.php
  88. library/XfRu/UserAlbums/Permissions.php
  89. library/XfRu/QA/EventListener/Tab.php
  90. library/LNBlog/Listener/NavTab.php
  91. library/Tapatalk/Listener/TemplatePostRender.php
  92. library/XenForo/Helper/Criteria.php
  93. library/XenForo/Debug.php
  94. library/Tapatalk/EventListener/Hook.php
  95. mobiquo/mbqFrame/3rdLib/classTTConnection.php
  96. library/XenForo/Model/Node.php
  97. library/Tapatalk/Model/Node.php
  98. mobiquo/smartbanner/head.inc.php
  99. library/XfRu/Birthdays/EventListener/Template.php
  100. library/kmAds/Listener/TemplateHook.php
  101. library/LNBlog/Model/Entry.php
  102. library/Minimalism/Listener.php
  103. library/Links/Linkfeed.php
  104. 3484a3918565ed791ca493b930948b673eab00d7/linkfeed.php
  105. library/Links/Sape.php
  106. 0df1a28fa3c8653ea70eceec64310ac3/sape.php
  107. library/XenForo/ViewRenderer/Json.php