Page Time: 0.1242s

Memory: 10.1572 MB (Peak: 16.7128 MB)

Queries (16, time: 0.0121s, 9.7%)

  1. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('styles')
    Run Time: 0.000575
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000073
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache,
    		NULL AS forum_read_date,
    		0 AS forum_is_watched,
    		0 AS forum_is_ignored, 0 AS forum_ignore_news_feed,
                        0 AS forum_ignore_new_posts, 0 AS forum_ignore_forum_list
    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: 8
    Run Time: 0.000312
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  4. SELECT COUNT(*)
    FROM xf_thread AS thread
    
    WHERE (thread.node_id = 8) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
    Run Time: 0.000785
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const3226Using index
  5. SELECT thread.*
    	,
    	user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    	node.title AS node_title, node.node_name,
    	post.message, post.attach_count,
    	deletion_log.delete_date, deletion_log.delete_reason,
    	deletion_log.delete_user_id, deletion_log.delete_username,
    	NULL AS thread_read_date,
    	0 AS thread_is_watched,
    	0 AS user_post_count,
    	0 AS thread_is_ignored, 0 AS thread_ignore_news_feed,
                        0 AS thread_ignore_new_posts, 0 AS thread_ignore_forum_view
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    	LEFT JOIN xf_node AS node ON
    		(node.node_id = thread.node_id)
    	LEFT JOIN xf_post AS post ON
    		(post.post_id = thread.first_post_id)
    	LEFT JOIN xf_deletion_log AS deletion_log ON
    		(deletion_log.content_type = 'thread' AND deletion_log.content_id = thread.thread_id)
    WHERE (thread.node_id = 8) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.last_post_date DESC
     LIMIT 100 OFFSET 300
    Run Time: 0.008068
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const3226Using where
    SIMPLEusereq_refPRIMARYPRIMARY4themainb_tmb_new.thread.user_id1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEposteq_refPRIMARYPRIMARY4themainb_tmb_new.thread.first_post_id1 
    SIMPLEdeletion_logeq_refPRIMARYPRIMARY31const,themainb_tmb_new.thread.thread_id1Using where
  6. SELECT *
    FROM xf_node
    WHERE lft > ? AND rgt < ?
    	 AND display_in_list = 1
    ORDER BY lft ASC
    Params: 15, 18
    Run Time: 0.000305
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_noderangelft,display_in_listdisplay_in_list5 27Using index condition; Using where
  7. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000100
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const38Using where
  8. SELECT forum.*
    	,
    		NULL AS forum_read_date,
    		0 AS forum_is_ignored, 0 AS forum_ignore_news_feed,
                        0 AS forum_ignore_new_posts, 0 AS forum_ignore_forum_list
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    WHERE forum.node_id IN (9)
    Run Time: 0.000218
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1Using index
  9. 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, Forum, valid, node_id=8&page=4, 1710827001,
    Run Time: 0.000094
  10. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: uix_nodeCache
    Run Time: 0.000074
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       no matching row in const table
  11. SELECT *
    FROM uix_node_layout
    Run Time: 0.000041
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuix_node_layoutALL    2 
  12. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: uix_nodeCache
    Run Time: 0.000078
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       no matching row in const table
  13. SELECT node.*,
    	node_field.uix_node_icons,
    	node_field.uix_styling,
    	node_field.collapsed,
    	node_field.inheritClass
    FROM xf_node AS node
    LEFT JOIN uix_node_fields AS node_field ON (node.node_id = node_field.node_id)
    Run Time: 0.000101
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeALL    38 
    SIMPLEnode_fieldALLPRIMARY   1Using where; Using join buffer (Block Nested Loop)
  14. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'BRATI_thread_icon', 'BRATI_thread_icon_edit', 'node_forum_level_2', 'forum_view', 'addm_navigation', 'BRSTI_navigation_tabs_members', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 16, 1
    Run Time: 0.001084
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 8Using where
  15. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('addm_donations')
    Params: 1
    Run Time: 0.000077
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  16. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('xenfans_popular_forumstab_link', 'xenfans_popular_footer_link', 'navigation')
    	AND style_id = ?
    	AND language_id = ?
    Params: 16, 1
    Run Time: 0.000119
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 3Using where

Included Files (124, 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/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/Zend/Db.php
  25. library/Zend/Db/Adapter/Mysqli.php
  26. library/Zend/Db/Adapter/Abstract.php
  27. library/Zend/Db/Select.php
  28. library/Zend/Db/Expr.php
  29. library/Zend/Db/Profiler.php
  30. library/Zend/Db/Statement/Mysqli.php
  31. library/Zend/Db/Statement.php
  32. library/Zend/Db/Statement/Interface.php
  33. library/Zend/Db/Profiler/Query.php
  34. library/XenForo/CodeEvent.php
  35. library/XenForo/Options.php
  36. library/XenForo/Link.php
  37. library/XenForo/Template/Helper/Core.php
  38. library/ThemeHouse/Listener/InitDependencies.php
  39. library/ThemeHouse/Listener/InitDependencies/20151202.php
  40. library/Audentio/UIX/Listener/CodeEvent.php
  41. library/ThemeHouse/Listener/ControllerPreDispatch/20150911.php
  42. library/Brivium/BriviumHelper/EventListeners.php
  43. library/Brivium/BriviumHelper/1020131/EventListeners.php
  44. library/bdPaygate/Listener.php
  45. library/bdPaygate/ShippableHelper/Updater.php
  46. library/bdPaygate/Option.php
  47. library/Brivium/ThreadIcon/Listener.php
  48. library/Brivium/SportTeamIcons/EventListeners/Listener.php
  49. library/Audentio/UIX/vendor/autoload.php
  50. library/Audentio/UIX/vendor/composer/autoload_real.php
  51. library/Audentio/UIX/vendor/composer/ClassLoader.php
  52. library/Audentio/UIX/vendor/composer/autoload_namespaces.php
  53. library/Audentio/UIX/vendor/composer/autoload_psr4.php
  54. library/Audentio/UIX/vendor/composer/autoload_classmap.php
  55. library/XenForo/Router.php
  56. library/XenForo/Route/Filter.php
  57. library/XenForo/Route/Interface.php
  58. library/XenForo/Route/ResponseSuffix.php
  59. library/XenForo/Route/Prefix.php
  60. library/XenForo/Route/Prefix/Forums.php
  61. library/XenForo/RouteMatch.php
  62. library/XenForo/ControllerPublic/Forum.php
  63. library/XenForo/ControllerPublic/Abstract.php
  64. library/XenForo/Controller.php
  65. library/ThemeHouse/IgnoreMore/Listener/LoadClass.php
  66. library/ThemeHouse/Listener/LoadClass.php
  67. library/ThemeHouse/Listener/LoadClass/20150518.php
  68. library/Siropu/UsernameChange/Listener.php
  69. library/Audentio/DonationManager/Listener/CodeEvent.php
  70. library/Audentio/UIX/ControllerPublic/Forum.php
  71. library/ThemeHouse/IgnoreMore/Extend/XenForo/ControllerPublic/Forum.php
  72. library/Brivium/ThreadIcon/ControllerPublic/Forum.php
  73. library/Audentio/DonationManager/Extend/XenForo/ControllerPublic/Forum.php
  74. library/XenForo/Input.php
  75. library/XenForo/Session.php
  76. library/XenForo/Helper/Ip.php
  77. library/XenForo/Visitor.php
  78. library/XenForo/Model/User.php
  79. library/Audentio/UIX/Model/User.php
  80. library/Brivium/SportTeamIcons/Model/User.php
  81. library/XenForo/Permission.php
  82. library/XenForo/Helper/Php.php
  83. library/XenForo/Phrase.php
  84. library/XenForo/Locale.php
  85. library/XenForo/ControllerResponse/Reroute.php
  86. library/XenForo/ControllerResponse/Abstract.php
  87. library/XenForo/ControllerHelper/ForumThreadPost.php
  88. library/XenForo/ControllerHelper/Abstract.php
  89. library/XenForo/Model/Forum.php
  90. library/ThemeHouse/IgnoreMore/Extend/XenForo/Model/Forum.php
  91. library/XenForo/Model/Thread.php
  92. library/Audentio/UIX/Model/Thread.php
  93. library/ThemeHouse/IgnoreMore/Extend/XenForo/Model/Thread.php
  94. library/Brivium/ThreadIcon/Model/ThreadIcon.php
  95. library/bdPaygate/XenForo/Model/Thread.php
  96. library/XenForo/Helper/String.php
  97. library/XenForo/Helper/Discussion.php
  98. library/XenForo/Model/Node.php
  99. library/Audentio/UIX/Model/Node.php
  100. library/XenForo/NodeHandler/Forum.php
  101. library/XenForo/NodeHandler/Abstract.php
  102. library/XenForo/Route/Prefix/Categories.php
  103. library/XenForo/ControllerResponse/View.php
  104. library/XenForo/Helper/Cookie.php
  105. library/XenForo/ViewRenderer/HtmlPublic.php
  106. library/XenForo/ViewRenderer/Abstract.php
  107. library/XenForo/Template/Public.php
  108. library/XenForo/Template/Abstract.php
  109. library/XenForo/ViewPublic/Forum/View.php
  110. library/XenForo/ViewPublic/Base.php
  111. library/XenForo/View.php
  112. library/XenForo/ViewPublic/Helper/Node.php
  113. library/XenFans/Popular/Listener/Listener.php
  114. library/Audentio/UIX/Model/NodeLayout.php
  115. library/XenForo/Route/Prefix/Members.php
  116. library/XenForo/Model/StyleProperty.php
  117. library/XenForo/Route/Prefix/Posts.php
  118. library/Brivium/ThreadIcon/Template/Helper/ThreadIcon.php
  119. library/XenForo/Route/Prefix/Threads.php
  120. library/XenForo/Debug.php
  121. library/Audentio/UIX/Template/Helper/CanvasNavigation.php
  122. library/XenFans/Popular/Route/Popular.php
  123. library/Zend/Exception.php
  124. library/XenForo/ViewRenderer/Json.php