Page Time: 0.0586s

Memory: 7.7093 MB (Peak: 14.2550 MB)

Queries (19, time: 0.0081s, 13.8%)

  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.000549
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('brListenerClasses', 'brBriviumAddOns')
    Run Time: 0.000163
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000175
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache,
    		NULL AS forum_read_date,
    		0 AS forum_is_watched
    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: 61
    Run Time: 0.000316
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  5. SELECT COUNT(*)
    FROM xf_thread AS thread
    
    WHERE (thread.node_id = 61) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
    Run Time: 0.000244
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const36Using index
  6. 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,
    	uix_last_post_user.avatar_date AS uix_last_post_user_avatar_date,
    	uix_last_post_user.username AS uix_last_post_user_username,
    	uix_last_post_user.avatar_width AS uix_last_post_user_avatar_width,
    	uix_last_post_user.avatar_height AS uix_last_post_user_avatar_height,
    	uix_last_post_user.gravatar AS uix_last_post_user_gravatar,
    	uix_last_post_user.gender AS uix_last_post_user_gender,
    	uix_last_post_user.is_banned AS uix_last_post_user_is_banned
    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)LEFT JOIN xf_user AS uix_last_post_user ON (uix_last_post_user.user_id = thread.last_post_user_id)
    WHERE (thread.node_id = 61) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.last_post_date DESC
     LIMIT 20
    Run Time: 0.001047
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const36Backward index scan
    SIMPLEusereq_refPRIMARYPRIMARY4rcdiycom_xenforo.thread.user_id1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEposteq_refPRIMARYPRIMARY4rcdiycom_xenforo.thread.first_post_id1 
    SIMPLEdeletion_logeq_refPRIMARYPRIMARY31const,rcdiycom_xenforo.thread.thread_id1Using where
    SIMPLEuix_last_post_usereq_refPRIMARYPRIMARY4rcdiycom_xenforo.thread.last_post_user_id1 
  7. 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,
    	uix_last_post_user.avatar_date AS uix_last_post_user_avatar_date,
    	uix_last_post_user.username AS uix_last_post_user_username,
    	uix_last_post_user.avatar_width AS uix_last_post_user_avatar_width,
    	uix_last_post_user.avatar_height AS uix_last_post_user_avatar_height,
    	uix_last_post_user.gravatar AS uix_last_post_user_gravatar,
    	uix_last_post_user.gender AS uix_last_post_user_gender,
    	uix_last_post_user.is_banned AS uix_last_post_user_is_banned
    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)LEFT JOIN xf_user AS uix_last_post_user ON (uix_last_post_user.user_id = thread.last_post_user_id)
    WHERE (thread.node_id = 61) AND (thread.sticky = 1) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.last_post_date DESC
    Run Time: 0.000570
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const1Backward index scan
    SIMPLEusereq_refPRIMARYPRIMARY4rcdiycom_xenforo.thread.user_id1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEposteq_refPRIMARYPRIMARY4rcdiycom_xenforo.thread.first_post_id1 
    SIMPLEdeletion_logeq_refPRIMARYPRIMARY31const,rcdiycom_xenforo.thread.thread_id1Using where
    SIMPLEuix_last_post_usereq_refPRIMARYPRIMARY4rcdiycom_xenforo.thread.last_post_user_id1 
  8. SELECT category.*
    	,
    	permission.cache_value AS category_permission_cache
    FROM xf_nflj_showcase_category AS category
    
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'showcase_category'
    			AND permission.content_id = category.category_id)
    ORDER BY category.lft
    Run Time: 0.000741
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEcategoryALL    14Using filesort
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,rcdiycom_xenforo.category.category_id1Using where
  9. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 7ef92ea71e31aeffb84b414173dada20, , 1711712119
    Run Time: 0.000902
  10. 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=61, 1711708519,
    Run Time: 0.000590
  11. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: uix_nodeCache
    Run Time: 0.000221
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  12. SELECT *
    FROM uix_node_layout
    Run Time: 0.000176
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuix_node_layoutALL    2 
  13. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: uix_nodeCache
    Run Time: 0.000136
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  14. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'xengallery_bb_code_tag_gallery', 'forum_view', 'nat_childlinks')
    	AND style_id = ?
    	AND language_id = ?
    Params: 10, 1
    Run Time: 0.000331
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 4Using where
  15. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('xz_articles_nav', 'nflj_showcase_menu_main_tab')
    Params: 1
    Run Time: 0.000168
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 2Using where
  16. SELECT node.*,
    	node_field.uix_node_icons,
    	node_field.uix_styling,
    	node_field.collapsed,
    	node_field.inheritClass,
    	node_field.inheritStyling
    FROM xf_node AS node
    LEFT JOIN uix_node_fields AS node_field ON (node.node_id = node_field.node_id)
    Run Time: 0.000573
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeALL    56 
    SIMPLEnode_fieldALLPRIMARY   1Using where; Using join buffer (hash join)
  17. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('notice_cookies', 'xenzine_nav', 'nflj_showcase_tab_links', 'xengallery_tab_links', 'resources_tab_links', 'nat_linkstemplate', 'xengallery_comments_block', 'xengallery_media_block_items', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 10, 1
    Run Time: 0.000720
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 9Using where
  18. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('')
    	AND style_id = ?
    	AND language_id = ?
    Params: 10, 1
    Run Time: 0.000202
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       no matching row in const table
  19. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('navigation')
    	AND style_id = ?
    	AND language_id = ?
    Params: 10, 1
    Run Time: 0.000245
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (120, XenForo Classes: 57)

  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/XenZine/Listener.php
  33. library/XenGallery/Listener.php
  34. library/NodesAsTabs/Listen.php
  35. library/XenResource/Listener/Proxy.php
  36. library/Brivium/BriviumHelper/EventListeners.php
  37. library/Brivium/BriviumHelper/1020130/EventListeners.php
  38. library/Audentio/UIX/Listener/CodeEvent.php
  39. library/NFLJ/Showcase/Listener/Proxy.php
  40. library/Audentio/UIX/vendor/autoload.php
  41. library/Audentio/UIX/vendor/composer/autoload_real.php
  42. library/Audentio/UIX/vendor/composer/ClassLoader.php
  43. library/Audentio/UIX/vendor/composer/autoload_namespaces.php
  44. library/Audentio/UIX/vendor/composer/autoload_psr4.php
  45. library/Audentio/UIX/vendor/composer/autoload_classmap.php
  46. library/SolidMean/Cloudflare/Listener.php
  47. library/SolidMean/Cloudflare/ip_in_range.php
  48. library/XenForo/Router.php
  49. library/XenForo/Route/Filter.php
  50. library/XenForo/Route/Interface.php
  51. library/XenForo/Route/ResponseSuffix.php
  52. library/XenForo/Route/Prefix.php
  53. library/XenForo/Route/Prefix/Forums.php
  54. library/XenForo/RouteMatch.php
  55. library/XenForo/ControllerPublic/Forum.php
  56. library/XenForo/ControllerPublic/Abstract.php
  57. library/XenForo/Controller.php
  58. library/Audentio/UIX/ControllerPublic/Forum.php
  59. library/Brivium/ParseHTMLBBCode/ControllerPublic/Forum.php
  60. library/NodesAsTabs/ControllerPublic/Forum.php
  61. library/NFLJ/Showcase/XenForo/ControllerPublic/Forum.php
  62. library/XenForo/Input.php
  63. library/XenForo/Session.php
  64. library/XenForo/Helper/Ip.php
  65. library/XenForo/Visitor.php
  66. library/XenForo/Model/User.php
  67. library/Audentio/UIX/Model/User.php
  68. library/Brivium/ActiveCampaignIntegrate/Model/User.php
  69. library/XenGallery/Model/User.php
  70. library/NFLJ/Showcase/XenForo/Model/User.php
  71. library/XenResource/Listener/Proxy/ModelUser.php
  72. library/XenForo/Permission.php
  73. library/XenForo/Helper/Php.php
  74. library/XenForo/Phrase.php
  75. library/XenForo/Locale.php
  76. library/NFLJ/Showcase/Model/Item.php
  77. library/XenForo/ControllerResponse/Reroute.php
  78. library/XenForo/ControllerResponse/Abstract.php
  79. library/NodesAsTabs/API.php
  80. library/NodesAsTabs/Model/Options.php
  81. library/XenResource/Listener/Template.php
  82. library/XenForo/ControllerHelper/ForumThreadPost.php
  83. library/XenForo/ControllerHelper/Abstract.php
  84. library/XenForo/Model/Forum.php
  85. library/XenForo/Model/Thread.php
  86. library/Audentio/UIX/Model/Thread.php
  87. library/NFLJ/Showcase/XenForo/Model/Thread.php
  88. library/XenForo/Helper/String.php
  89. library/XenForo/Model/Node.php
  90. library/Audentio/UIX/Model/Node.php
  91. library/XenForo/Route/Prefix/Categories.php
  92. library/XenForo/ControllerResponse/View.php
  93. library/NFLJ/Showcase/Model/Category.php
  94. library/XenForo/Helper/Cookie.php
  95. library/XenForo/ViewRenderer/HtmlPublic.php
  96. library/XenForo/ViewRenderer/Abstract.php
  97. library/XenForo/Template/Public.php
  98. library/XenForo/Template/Abstract.php
  99. library/XenForo/ViewPublic/Forum/View.php
  100. library/XenForo/ViewPublic/Base.php
  101. library/XenForo/View.php
  102. library/Brivium/ParseHTMLBBCode/ViewPublic/Forum/View.php
  103. library/XenForo/ViewPublic/Helper/Node.php
  104. library/Brivium/ParseHTMLBBCode/EventListeners/Listener.php
  105. library/Audentio/UIX/Model/NodeLayout.php
  106. library/NFLJ/Showcase/Listener/Template.php
  107. library/XenForo/Route/Prefix/Members.php
  108. library/XenZine/Model/Perms.php
  109. library/NodesAsTabs/NavTabs.php
  110. library/XenForo/Route/Prefix/LinkForums.php
  111. library/XenForo/Model/StyleProperty.php
  112. library/NFLJ/Showcase/Listener/Criteria.php
  113. library/Brivium/ActiveCampaignIntegrate/EventListeners/Listener.php
  114. library/XenZine/TemplateHooks.php
  115. library/XenForo/Model/Avatar.php
  116. library/XenForo/Route/Prefix/Threads.php
  117. library/XenForo/Helper/Criteria.php
  118. library/XenForo/Debug.php
  119. library/Audentio/UIX/Template/Helper/CanvasNavigation.php
  120. library/XenForo/ViewRenderer/Json.php