Page Time: 0.0422s

Memory: 6.0646 MB (Peak: 6.8780 MB)

Queries (13, time: 0.0056s, 13.3%)

  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.000597
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000264
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT user.*
    	,
    		user_profile.*,
    		user_option.*,
    		user_privacy.*,
    		0 AS following_0,
        					0 AS friends_0, '' AS mutual_friends_0
    FROM xf_user AS user
    
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = user.user_id)
    		LEFT JOIN xf_user_option AS user_option ON
    			(user_option.user_id = user.user_id)
    		LEFT JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = user.user_id)
    WHERE user.user_id = ?
    Params: 730
    Run Time: 0.001038
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEuser_profileconstPRIMARYPRIMARY4const1 
    SIMPLEuser_optionconstPRIMARYPRIMARY4const1 
    SIMPLEuser_privacyconstPRIMARYPRIMARY4const1 
  4. SELECT user.*,
    	user_profile.*,
    	user_option.*
    FROM xf_user_follow AS user_follow
    INNER JOIN xf_user AS user ON
    	(user.user_id = user_follow.follow_user_id AND user.is_banned = 0)
    INNER JOIN xf_user_profile AS user_profile ON
    	(user_profile.user_id = user.user_id)
    INNER JOIN xf_user_option AS user_option ON
    	(user_option.user_id = user.user_id)
    WHERE user_follow.user_id = ?
    ORDER BY user.username
     LIMIT 21
    Params: 730
    Run Time: 0.001826
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_followrefPRIMARY,follow_user_idPRIMARY4const2Using index; Using temporary; Using filesort
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4mersedesclub_xf.user_follow.follow_user_id1 
    SIMPLEuser_optioneq_refPRIMARYPRIMARY4mersedesclub_xf.user_follow.follow_user_id1 
    SIMPLEusereq_refPRIMARYPRIMARY4mersedesclub_xf.user_follow.follow_user_id1Using where
  5. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 60f1a94f4f3ee779079196eff97818a3, a:6:{s:12:"sessionStart";i:1711634211;s:2:"ip";b:0;s:11:"sessionCsrf";s:16:"hZAJBXH3YdufGdEi";s:9:"userAgent";s:9:"claudebot";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;}, 1711637811
    Run Time: 0.000254
  6. 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_Member, Following, valid, user_id=730, 1711634211,
    Run Time: 0.000211
  7. SELECT node.*
    	
    FROM xf_node AS node
    
    WHERE node.node_id = ?
    Params: 17
    Run Time: 0.000308
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
  8. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'member_following', 'wf_home_navtab_links', 'mkdgCatalog_Links', 'Counters', 'wf_hook_moderator_bar', 'wf_revealer', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000288
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 8Using where
  9. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('catalog')
    Params: 2
    Run Time: 0.000206
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  10. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 7
    Run Time: 0.000203
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  11. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 7
    Run Time: 0.000159
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  12. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('mkdgCatalog_TopLinks')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000157
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  13. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('MKDG_navigation_visitor_tab_top')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000114
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (142, XenForo Classes: 49)

  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/WidgetFramework/Listener.php
  33. library/WidgetFramework/Option.php
  34. library/WidgetFramework/Helper/Index.php
  35. library/Waindigo/Listener/InitDependencies.php
  36. library/Waindigo/Listener/InitDependencies/20150212.php
  37. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  38. library/Hex/Listener/InitDependencies.php
  39. library/Hex/Listener/InitDependencies/20150212.php
  40. library/Hex/Listener/ControllerPreDispatch/20150911.php
  41. library/HtmlCustomTitles/Listener.php
  42. library/sonnb/XenGallery/Listener.php
  43. library/XenForo/Router.php
  44. library/XenForo/Route/Filter.php
  45. library/XenForo/Route/Interface.php
  46. library/XenForo/Route/ResponseSuffix.php
  47. library/XenForo/Route/Prefix.php
  48. library/WidgetFramework/Route/Filter/PageX.php
  49. library/XenForo/Route/Prefix/Members.php
  50. library/XenForo/RouteMatch.php
  51. library/XenForo/ControllerPublic/Member.php
  52. library/XenForo/ControllerPublic/Abstract.php
  53. library/XenForo/Controller.php
  54. library/Waindigo/Friends/Listener/LoadClass.php
  55. library/Waindigo/Listener/LoadClass.php
  56. library/Waindigo/Listener/LoadClass/20150106.php
  57. library/Waindigo/Friends/Extend/XenForo/ControllerPublic/Member.php
  58. library/sonnb/XenGallery/XenForo/ControllerPublic/Member.php
  59. library/XenForo/Input.php
  60. library/XenForo/Session.php
  61. library/XenForo/Helper/Ip.php
  62. library/XenForo/Visitor.php
  63. library/XenForo/Model/User.php
  64. library/Waindigo/Friends/Extend/XenForo/Model/User.php
  65. library/WidgetFramework/XenForo/Model/User.php
  66. library/sonnb/XenGallery/XenForo/Model/User.php
  67. library/XenForo/Permission.php
  68. library/XenForo/Helper/Php.php
  69. library/XenForo/Phrase.php
  70. library/XenForo/Locale.php
  71. library/XenForo/ControllerHelper/UserProfile.php
  72. library/XenForo/ControllerHelper/Abstract.php
  73. library/XenForo/Model/UserProfile.php
  74. library/XenForo/ControllerResponse/View.php
  75. library/XenForo/ControllerResponse/Abstract.php
  76. library/XenForo/Helper/Cookie.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/WidgetFramework/Core.php
  82. library/XenForo/Model/Moderator.php
  83. library/sonnb/XenGallery/XenForo/Model/Moderator.php
  84. library/WidgetFramework/Model/Widget.php
  85. library/WidgetFramework/Helper/Sort.php
  86. library/WidgetFramework/WidgetRenderer.php
  87. library/XenForo/ViewPublic/Base.php
  88. library/XenForo/View.php
  89. library/WidgetFramework/XenForo/View1.php
  90. library/Waindigo/CustomFields/Listener/TemplateCreate.php
  91. library/Waindigo/Listener/TemplateCreate.php
  92. library/Waindigo/Listener/TemplateCreate/20130522.php
  93. library/Hex/Thumbnails/Listener/TemplateCreate.php
  94. library/Hex/Listener/TemplateCreate.php
  95. library/Hex/Listener/TemplateCreate/20150106.php
  96. library/MKDGCustomFieldSearch/Tabs/MainTab.php
  97. library/XenForo/Model/Node.php
  98. library/Hex/Thumbnails/Listener/LoadClass.php
  99. library/Hex/Listener/LoadClass.php
  100. library/Hex/Listener/LoadClass/20150518.php
  101. library/Hex/Thumbnails/Extend/XenForo/Model/Node.php
  102. library/XenForo/Route/Prefix/Forums.php
  103. library/mkdgXenforoConversations/Tabs/MainTab.php
  104. library/mkdgPages/Tabs/MainTab.php
  105. library/mkdgCatalog/Tabs/MainTab.php
  106. library/WidgetFramework/WidgetRenderer/HtmlWithoutWrapper.php
  107. library/WidgetFramework/WidgetRenderer/Html.php
  108. library/WidgetFramework/WidgetRenderer/TemplateWithoutWrapper.php
  109. library/WidgetFramework/WidgetRenderer/Template.php
  110. library/WidgetFramework/Template/Extended.php
  111. library/XenForo/Helper/String.php
  112. library/HtmlCustomTitles/Template/Helper/Core.php
  113. library/HtmlCustomTitles/Model/Permission.php
  114. library/WidgetFramework/WidgetRenderer/Empty.php
  115. library/Waindigo/CustomFields/Listener/TemplatePostRender.php
  116. library/Waindigo/Listener/TemplatePostRender.php
  117. library/Waindigo/Listener/TemplatePostRender/20150106.php
  118. library/Waindigo/Listener/Template.php
  119. library/Waindigo/Listener/Template/20150106.php
  120. library/Hex/Thumbnails/Listener/TemplatePostRender.php
  121. library/Hex/Listener/TemplatePostRender.php
  122. library/Hex/Listener/TemplatePostRender/20150106.php
  123. library/Hex/Listener/Template.php
  124. library/Hex/Listener/Template/20150106.php
  125. library/Waindigo/Friends/Listener/TemplatePostRender.php
  126. library/XenForo/Debug.php
  127. library/mkdgPages/Listener/HelpTabs.php
  128. library/mkdgStyleEdit/Listener/TemplateHook.php
  129. library/WidgetFramework/Helper/String.php
  130. library/Waindigo/CustomFields/Listener/TemplateHook.php
  131. library/Waindigo/Listener/TemplateHook.php
  132. library/Waindigo/Listener/TemplateHook/20150106.php
  133. library/Hex/Thumbnails/Listener/TemplateHook.php
  134. library/Hex/Listener/TemplateHook.php
  135. library/Hex/Listener/TemplateHook/20150106.php
  136. library/MKDGCustomFieldSearch/Listener/ThreadCreateHook.php
  137. library/MKDGCustomFieldSearch/Listener/MkdgHook.php
  138. library/XenForo/ControllerPublic/Post.php
  139. library/mkdgXenforoConversations/Listener/Template.php
  140. library/Waindigo/Friends/Listener/TemplateHook.php
  141. library/mkdgCatalog/Listener/Template.php
  142. library/XenForo/ViewRenderer/Json.php