Page Time: 0.1611s

Memory: 4.5604 MB (Peak: 12.4556 MB)

Queries (8, time: 0.0109s, 6.8%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000842
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT *
    FROM xf_node
    WHERE display_in_list = 1
    ORDER BY lft ASC
    Run Time: 0.000525
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALLdisplay_in_list   28Using where; Using filesort
  3. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000236
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const28Using where
  4. SELECT forum.*
    	,
    		NULL AS forum_read_date
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    WHERE forum.node_id IN (7, 45, 9, 10, 36, 12, 13, 15, 16, 17, 23, 19, 88, 2, 5, 86, 4, 21)
    Run Time: 0.000396
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumALLPRIMARY   21Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4user_nextstagerussia.forum.node_id1Using index
  5. SELECT session_activity.*
    	,
    	user.*
    FROM xf_session_activity AS session_activity
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = session_activity.user_id)
    WHERE (session_activity.view_date > 1711702920)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.006119
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 523Using where
    SIMPLEusereq_refPRIMARYPRIMARY4user_nextstagerussia.session_activity.user_id1 
  6. SELECT post.post_id, post.user_id, thread.title, thread.node_id, thread.prefix_id, thread.thread_id, post.message, post.post_date, post.username, post.message_state, user.*		FROM `ns_post` as nspost
    LEFT JOIN xf_post as post ON nspost.post_id = post.post_id
    LEFT JOIN xf_thread as thread ON post.thread_id = thread.thread_id
    LEFT JOIN xf_user as user ON post.user_id = user.user_id ORDER BY post.post_date DESC
    Run Time: 0.000799
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnspostindex PRIMARY4 7Using index; Using temporary; Using filesort
    SIMPLEposteq_refPRIMARYPRIMARY4user_nextstagerussia.nspost.post_id1Using where
    SIMPLEthreadeq_refPRIMARYPRIMARY4user_nextstagerussia.post.thread_id1Using where
    SIMPLEusereq_refPRIMARYPRIMARY4user_nextstagerussia.post.user_id1Using where
  7. SELECT feature.*, post.*, thread.*, node.*, user.*, node.title AS nodetitle, feature.title AS title, post.post_date AS post_date, post.user_id AS user_id, post.username AS username
    FROM ns_feature AS feature
    LEFT JOIN xf_post AS post ON (post.post_id = feature.feature_id)
    LEFT JOIN xf_thread AS thread ON (thread.thread_id = post.thread_id)
    LEFT 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)
    WHERE post.message_state = 'visible' AND thread.discussion_state = 'visible'
    ORDER BY post.post_date DESC LIMIT 0,?
    Params: 15
    Run Time: 0.001612
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEfeatureALLPRIMARY   350Using temporary; Using filesort
    SIMPLEposteq_refPRIMARY,thread_id_post_date,thread_id_positionPRIMARY4user_nextstagerussia.feature.feature_id1Using where
    SIMPLEthreadeq_refPRIMARYPRIMARY4user_nextstagerussia.post.thread_id1Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4user_nextstagerussia.thread.node_id1 
    SIMPLEusereq_refPRIMARYPRIMARY4user_nextstagerussia.post.user_id1 
  8. 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_Forum, Index, valid, node_name=, 1711703820,
    Run Time: 0.000361

Included Files (115, XenForo Classes: 63)

  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/Cache.php
  19. library/Zend/Cache/Backend/Memcached.php
  20. library/Zend/Cache/Backend/ExtendedInterface.php
  21. library/Zend/Cache/Backend/Interface.php
  22. library/Zend/Cache/Backend.php
  23. library/Zend/Cache/Core.php
  24. library/XenForo/CodeEvent.php
  25. library/XenForo/Options.php
  26. library/XenForo/Link.php
  27. library/XenForo/Template/Helper/Core.php
  28. library/NextStage/Feature/Listener/Feature.php
  29. library/XenForo/Router.php
  30. library/XenForo/Route/Filter.php
  31. library/XenForo/Route/Interface.php
  32. library/XenForo/Route/ResponseSuffix.php
  33. library/XenForo/Route/Prefix.php
  34. library/XenForo/Route/Prefix/Index.php
  35. library/XenForo/RouteMatch.php
  36. library/XenForo/ControllerPublic/Index.php
  37. library/XenForo/ControllerPublic/Abstract.php
  38. library/XenForo/Controller.php
  39. library/NextStage/ThreadRating/Listener/Class.php
  40. library/NextStage/TaigaChat/Listener.php
  41. library/NextStage/XenForo/Listener/XenForo.php
  42. library/Tapatalk/Listener/LoadClassModel.php
  43. library/XenForo/Input.php
  44. library/XenForo/Session.php
  45. library/Zend/Db.php
  46. library/Zend/Db/Adapter/Mysqli.php
  47. library/Zend/Db/Adapter/Abstract.php
  48. library/Zend/Db/Select.php
  49. library/Zend/Db/Expr.php
  50. library/Zend/Db/Profiler.php
  51. library/Zend/Db/Statement/Mysqli.php
  52. library/Zend/Db/Statement.php
  53. library/Zend/Db/Statement/Interface.php
  54. library/XenForo/Helper/Ip.php
  55. library/XenForo/Visitor.php
  56. library/XenForo/Model/User.php
  57. library/Dark/TaigaChat/EventListener/Listener.php
  58. library/Zend/Db/Profiler/Query.php
  59. library/XenForo/Permission.php
  60. library/XenForo/Helper/Php.php
  61. library/XenForo/Phrase.php
  62. library/XenForo/Locale.php
  63. library/XenForo/ControllerResponse/ReroutePath.php
  64. library/XenForo/ControllerResponse/Abstract.php
  65. library/Tapatalk/Listener/ControllerPostDispatch.php
  66. library/XenForo/Route/Prefix/Forums.php
  67. library/XenForo/ControllerPublic/Forum.php
  68. library/NextStage/ThreadRating/ControllerPublic/Forum.php
  69. library/NextStage/XenForo/ControllerPublic/Forum.php
  70. library/NextStage/Feature/ControllerPublic/Forum.php
  71. library/XenForo/Model/Node.php
  72. library/Tapatalk/Model/Node.php
  73. library/XenForo/NodeHandler/Category.php
  74. library/XenForo/NodeHandler/Abstract.php
  75. library/XenForo/NodeHandler/Forum.php
  76. library/XenForo/NodeHandler/LinkForum.php
  77. library/XenForo/Model/Category.php
  78. library/XenForo/Model/Forum.php
  79. library/XenForo/Model/LinkForum.php
  80. library/XenForo/Helper/String.php
  81. library/XenForo/Model/Session.php
  82. library/Dark/TaigaChat/Model/SessionOverride.php
  83. library/XenForo/ControllerResponse/View.php
  84. library/NextStage/XenForo/Model/XenForo.php
  85. library/NextStage/Feature/Model/Feature.php
  86. library/XenForo/Helper/Cookie.php
  87. library/XenForo/ViewRenderer/HtmlPublic.php
  88. library/XenForo/ViewRenderer/Abstract.php
  89. library/XenForo/Template/Public.php
  90. library/XenForo/Template/Abstract.php
  91. library/XenForo/ViewPublic/Forum/List.php
  92. library/XenForo/ViewPublic/Base.php
  93. library/XenForo/View.php
  94. library/XenForo/ViewPublic/Helper/Node.php
  95. library/XenForo/Route/Prefix/Members.php
  96. library/Dark/TaigaChat/EventListener/NavigationTabs.php
  97. library/NextStage/ThreadRating/Listener/Template.php
  98. library/XenForo/Template/FileHandler.php
  99. library/XenForo/Helper/File.php
  100. internal_data/templates/S.1,L.1,forum_list.php
  101. library/XenForo/Route/Prefix/Posts.php
  102. library/NextStage/Feature/ViewPublic/Helper/Feature.php
  103. internal_data/templates/S.1,L.1,node_category_level_1.php
  104. library/XenForo/Route/Prefix/Categories.php
  105. internal_data/templates/S.1,L.1,node_forum_level_2.php
  106. library/Tapatalk/EventListener/Hook.php
  107. library/Tapatalk/Listener/TemplatePostRender.php
  108. internal_data/templates/S.1,L.1,node_forum_level_n.php
  109. internal_data/templates/S.1,L.1,node_link_level_2.php
  110. library/XenForo/Route/Prefix/LinkForums.php
  111. library/XenForo/Model/Avatar.php
  112. library/XenForo/Debug.php
  113. internal_data/templates/S.1,L.1,PAGE_CONTAINER.php
  114. mobiquo/smartbanner/head.inc.php
  115. library/XenForo/ViewRenderer/Json.php