Page Time: 0.0704s

Memory: 5.2147 MB (Peak: 5.9249 MB)

Queries (22, time: 0.0124s, 17.7%)

  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.000324
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: moods
    Run Time: 0.000139
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000118
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT user.*
    	,
    		user_profile.*,
    		user_option.*,
    		user_privacy.*,
    		permission_combination.cache_value AS global_permission_cache,
    		IF (session_activity.view_date IS NULL, user.last_activity, session_activity.view_date) AS effective_last_activity,
    		session_activity.view_date, session_activity.controller_name, session_activity.controller_action, session_activity.params, session_activity.ip,
    		0 AS following_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)
    		LEFT JOIN xf_permission_combination AS permission_combination ON
    			(permission_combination.permission_combination_id = user.permission_combination_id)
    		LEFT JOIN xf_session_activity AS session_activity ON
    			(session_activity.user_id = user.user_id AND session_activity.unique_key = user.user_id)
    WHERE user.user_id = ?
    Params: 33514
    Run Time: 0.001713
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEuser_profileconstPRIMARYPRIMARY4const1 
    SIMPLEuser_optionconstPRIMARYPRIMARY4const1 
    SIMPLEuser_privacyconstPRIMARYPRIMARY4const1 
    SIMPLEpermission_combinationconstPRIMARYPRIMARY4const1 
    SIMPLEsession_activityconstPRIMARY   1Impossible ON condition
  5. SELECT COUNT(*)
    FROM xf_profile_post AS profile_post
    
    WHERE (profile_post.profile_user_id = 33514) AND (profile_post.message_state IN ('visible'))
    Run Time: 0.000306
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEprofile_postrefprofile_user_id_post_dateprofile_user_id_post_date4const3Using where
  6. SELECT profile_post.*
    	,
    	posting_user.*,
    	IF(posting_user.username IS NULL, profile_post.username, posting_user.username) AS username,
    	0 AS like_date
    FROM xf_profile_post AS profile_post
    
    	LEFT JOIN xf_user AS posting_user ON
    		(posting_user.user_id = profile_post.user_id)
    WHERE (profile_post.profile_user_id = 33514) AND (profile_post.message_state IN ('visible'))
    ORDER BY profile_post.post_date DESC
     LIMIT 20
    Run Time: 0.000826
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEprofile_postrefprofile_user_id_post_dateprofile_user_id_post_date4const3Using where
    SIMPLEposting_usereq_refPRIMARYPRIMARY4partisan_xfdata.profile_post.user_id1 
  7. SELECT user_field.*
    	,
    	field_value.field_value
    FROM xf_user_field AS user_field
    
    	LEFT JOIN xf_user_field_value AS field_value ON
    		(field_value.field_id = user_field.field_id AND field_value.user_id = 33514)
    WHERE (user_field.display_group <> 'preferences' AND user_field.viewable_profile = 1)
    ORDER BY user_field.display_group, user_field.display_order
    Run Time: 0.000591
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_fieldALLdisplay_group_order   9Using where; Using filesort
    SIMPLEfield_valueeq_refPRIMARY,field_idPRIMARY31const,partisan_xfdata.user_field.field_id1 
  8. 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 RAND()
     LIMIT 6
    Params: 33514
    Run Time: 0.001746
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_followrefPRIMARY,follow_user_idPRIMARY4const3Using index; Using temporary; Using filesort
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4partisan_xfdata.user_follow.follow_user_id1 
    SIMPLEusereq_refPRIMARYPRIMARY4partisan_xfdata.user_follow.follow_user_id1Using where
    SIMPLEuser_optioneq_refPRIMARYPRIMARY4partisan_xfdata.user_follow.follow_user_id1 
  9. 
    SELECT follow_user_id
    FROM xf_user_follow AS user_follow
    INNER JOIN xf_user AS user ON
    	(user.user_id = user_follow.follow_user_id)
    WHERE user_follow.user_id = ?
    ORDER BY user.username
    Params: 33514
    Run Time: 0.000966
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_followrefPRIMARY,follow_user_idPRIMARY4const3Using index; Using temporary; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4partisan_xfdata.user_follow.follow_user_id1 
  10. SELECT user.*
    	,
    		user_profile.*,
    		user_option.*,
    		user_privacy.*
    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: 33514
    Run Time: 0.000986
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEuser_profileconstPRIMARYPRIMARY4const1 
    SIMPLEuser_optionconstPRIMARYPRIMARY4const1 
    SIMPLEuser_privacyconstPRIMARYPRIMARY4const1 
  11. 
    SELECT *
    FROM xf_user_authenticate
    WHERE user_id = ?
    Params: 33514
    Run Time: 0.000265
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_user_authenticateconstPRIMARYPRIMARY4const1 
  12. begin
    Run Time: 0.000111
  13. commit
    Run Time: 0.000093
  14. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: simpleCache, a:3:{s:7:"widgets";a:11:{i:1;a:9:{s:9:"widget_id";i:1;s:5:"title";s:0:"";s:5:"class";s:36:"WidgetFramework_WidgetRenderer_Empty";s:8:"position";s:10:"forum_list";s:13:"display_order";i:0;s:6:"active";i:1;s:7:"options";a:0:{}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:6;a:9:{s:9:"widget_id";i:6;s:5:"title";s:0:"";s:5:"class";s:36:"WidgetFramework_WidgetRenderer_Empty";s:8:"position";s:14:"member_notable";s:13:"display_order";i:0;s:6:"active";i:1;s:7:"options";a:0:{}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:2;a:9:{s:9:"widget_id";i:2;s:5:"title";s:0:"";s:5:"class";s:42:"WidgetFramework_WidgetRenderer_OnlineStaff";s:8:"position";s:10:"forum_list";s:13:"display_order";i:1;s:6:"active";i:1;s:7:"options";a:0:{}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:7;a:9:{s:9:"widget_id";i:7;s:5:"title";s:0:"";s:5:"class";s:40:"WidgetFramework_WidgetRenderer_UsersFind";s:8:"position";s:14:"member_notable";s:13:"display_order";i:1;s:6:"active";i:1;s:7:"options";a:0:{}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:3;a:9:{s:9:"widget_id";i:3;s:5:"title";s:0:"";s:5:"class";s:42:"WidgetFramework_WidgetRenderer_OnlineUsers";s:8:"position";s:10:"forum_list";s:13:"display_order";i:2;s:6:"active";i:1;s:7:"options";a:0:{}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:8;a:9:{s:9:"widget_id";i:8;s:5:"title";s:0:"";s:5:"class";s:39:"WidgetFramework_WidgetRenderer_Birthday";s:8:"position";s:14:"member_notable";s:13:"display_order";i:2;s:6:"active";i:1;s:7:"options";a:0:{}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:4;a:9:{s:9:"widget_id";i:4;s:5:"title";s:0:"";s:5:"class";s:36:"WidgetFramework_WidgetRenderer_Stats";s:8:"position";s:10:"forum_list";s:13:"display_order";i:3;s:6:"active";i:1;s:7:"options";a:0:{}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:9;a:9:{s:9:"widget_id";i:9;s:5:"title";s:0:"";s:5:"class";s:41:"WidgetFramework_WidgetRenderer_UsersStaff";s:8:"position";s:14:"member_notable";s:13:"display_order";i:3;s:6:"active";i:1;s:7:"options";a:0:{}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:5;a:9:{s:9:"widget_id";i:5;s:5:"title";s:0:"";s:5:"class";s:44:"WidgetFramework_WidgetRenderer_ShareThisPage";s:8:"position";s:10:"forum_list";s:13:"display_order";i:4;s:6:"active";i:1;s:7:"options";a:0:{}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:10;a:9:{s:9:"widget_id";i:10;s:5:"title";s:0:"";s:5:"class";s:47:"WidgetFramework_WidgetRenderer_FacebookFacepile";s:8:"position";s:14:"member_notable";s:13:"display_order";i:4;s:6:"active";i:1;s:7:"options";a:0:{}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:11;a:9:{s:9:"widget_id";i:11;s:5:"title";s:10:"New Topics";s:5:"class";s:38:"WidgetFramework_WidgetRenderer_Threads";s:8:"position";s:3:"all";s:13:"display_order";i:10;s:6:"active";i:1;s:7:"options";a:17:{s:4:"type";s:3:"new";s:6:"cutoff";i:90;s:6:"forums";a:0:{}s:6:"sticky";s:0:"";s:8:"prefixes";a:0:{}s:9:"open_only";i:0;s:8:"as_guest";i:0;s:5:"limit";i:12;s:6:"layout";s:0:"";s:9:"tab_group";s:0:"";s:13:"cache_seconds";s:0:"";s:10:"expression";s:0:"";s:21:"deactivate_for_mobile";i:1;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}}s:17:"invalidated_cache";a:2:{i:8;i:1711692056;i:11;i:1692029300;}s:16:"userUpgradeCount";i:1;}
    Run Time: 0.000968
  15. SELECT COUNT(*)
    FROM xf_user_follow
    WHERE follow_user_id = ?
    Params: 33514
    Run Time: 0.000240
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_user_followreffollow_user_idfollow_user_id4const1Using index
  16. 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.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.follow_user_id = ?
    ORDER BY RAND()
     LIMIT 6
    Params: 33514
    Run Time: 0.001392
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_followrefPRIMARY,follow_user_idfollow_user_id4const1Using index; Using temporary; Using filesort
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4partisan_xfdata.user_follow.user_id1 
    SIMPLEusereq_refPRIMARYPRIMARY4partisan_xfdata.user_follow.user_id1Using where
    SIMPLEuser_optioneq_refPRIMARYPRIMARY4partisan_xfdata.user_follow.user_id1 
  17. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 2517a3f434cfbf40c8277d92b00d1258, , 1711695656
    Run Time: 0.000234
  18. 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, Member, valid, user_id=33514, 1711692056,
    Run Time: 0.000374
  19. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', 'wf_widget_wrapper', 'wf_widget_threads', 'member_view', 'wf_hook_moderator_bar', 'wf_revealer', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 3, 1
    Run Time: 0.000262
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 13Using where
  20. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('user_field_jabber_desc', 'user_field_aim_desc', 'user_field_icq_desc', 'user_field_yahoo_desc', 'user_field_msn_desc', 'user_field_skype_desc', 'user_field_gtalk_desc', 'user_field_facebook_desc', 'user_field_twitter_desc')
    Params: 1
    Run Time: 0.000105
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 9Using where
  21. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('mood_display_member_view')
    	AND style_id = ?
    	AND language_id = ?
    Params: 3, 1
    Run Time: 0.000126
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  22. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc__1_all')
    Run Time: 0.000540
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 

Included Files (117, XenForo Classes: 61)

  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/XenMoods/Listener/InitDependencies.php
  33. library/Tapatalk/Listener/LoadClassModel.php
  34. library/XenMoods/Listener/LoadClassModel.php
  35. library/WidgetFramework/Listener.php
  36. library/Nobita/IgnoreThread/Listener.php
  37. library/WidgetFramework/Option.php
  38. library/XenForo/Router.php
  39. library/XenForo/Route/Filter.php
  40. library/XenForo/Route/Interface.php
  41. library/XenForo/Route/ResponseSuffix.php
  42. library/XenForo/Route/Prefix.php
  43. library/WidgetFramework/Route/Filter/PageX.php
  44. library/XenForo/Route/Prefix/Members.php
  45. library/XenForo/RouteMatch.php
  46. library/XenForo/ControllerPublic/Member.php
  47. library/XenForo/ControllerPublic/Abstract.php
  48. library/XenForo/Controller.php
  49. library/Borbole/BirthdayGreeter/EventListener/Listener.php
  50. library/MailChimp/Listener.php
  51. library/XenForo/Input.php
  52. library/XenForo/Session.php
  53. library/XenForo/Helper/Ip.php
  54. library/XenForo/Visitor.php
  55. library/XenForo/Model/User.php
  56. library/XenMoods/XFCP/Model/User.php
  57. library/WidgetFramework/XenForo/Model/User.php
  58. library/XenForo/Permission.php
  59. library/XenForo/Phrase.php
  60. library/XenForo/Locale.php
  61. library/XenForo/ControllerResponse/Reroute.php
  62. library/XenForo/ControllerResponse/Abstract.php
  63. library/XenForo/ControllerHelper/UserProfile.php
  64. library/XenForo/ControllerHelper/Abstract.php
  65. library/XenForo/Model/UserProfile.php
  66. library/XenForo/Model/ProfilePost.php
  67. library/WidgetFramework/XenForo/Model/ProfilePost.php
  68. library/XenForo/Model/UserField.php
  69. library/XenForo/DataWriter.php
  70. library/XenForo/DataWriter/User.php
  71. library/Tapatalk/Push/PushControl.php
  72. library/XenMoods/Listener/LoadClassDataWriter.php
  73. library/MailChimp/Extend/DataWriter/User.php
  74. library/XenMoods/XFCP/DataWriter/User.php
  75. library/WidgetFramework/XenForo/DataWriter/User.php
  76. library/Nobita/IgnoreThread/XenForo/DataWriter/User.php
  77. library/XenForo/DataWriter/Helper/Denormalization.php
  78. library/XenForo/Db.php
  79. library/WidgetFramework/Core.php
  80. library/XenForo/Model/Moderator.php
  81. library/WidgetFramework/Model/Widget.php
  82. library/WidgetFramework/Model/Cache.php
  83. library/XenForo/Model/UserIgnore.php
  84. library/XenForo/Model/Conversation.php
  85. library/XenForo/ControllerResponse/View.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/XenMoods/Listener/FrontControllerPreView.php
  92. library/XenMoods/Model/Mood.php
  93. library/WidgetFramework/WidgetRenderer.php
  94. library/XenForo/ViewPublic/Member/View.php
  95. library/XenForo/ViewPublic/Base.php
  96. library/XenForo/View.php
  97. library/WidgetFramework/XenForo/View1.php
  98. library/XenForo/BbCode/Parser.php
  99. library/XenForo/BbCode/Formatter/Base.php
  100. library/RewriteEbay/Listener/LoadClassController.php
  101. library/RewriteEbay/BbCode/Formatter/Base.php
  102. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  103. library/XenForo/BbCode/TextWrapper.php
  104. library/WidgetFramework/WidgetRenderer/Threads.php
  105. library/WidgetFramework/Template/Extended.php
  106. library/XenForo/ViewPublic/Helper/User.php
  107. library/Tapatalk/EventListener/Hook.php
  108. library/XenMoods/Listener/TemplateHook.php
  109. library/Tapatalk/Listener/TemplatePostRender.php
  110. library/XenForo/Helper/String.php
  111. library/XenForo/Route/Prefix/ProfilePosts.php
  112. library/XenForo/Model/Avatar.php
  113. library/WidgetFramework/Helper/String.php
  114. library/WidgetFramework/WidgetRenderer/Empty.php
  115. library/XenForo/Debug.php
  116. mobiquo/smartbanner/head.inc.php
  117. library/XenForo/ViewRenderer/Json.php