Page Time: 0.0769s

Memory: 4.6232 MB (Peak: 5.4162 MB)

Queries (16, time: 0.0131s, 17.0%)

  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.000602
    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.000146
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000120
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. 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.message_count > 0) AND (user.is_banned = 0)
    ORDER BY user.message_count DESC
     LIMIT 20
    Run Time: 0.001748
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserrangemessage_countmessage_count4 1359Using where
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4partisan_xfdata.user.user_id1 
    SIMPLEuser_optioneq_refPRIMARYPRIMARY4partisan_xfdata.user.user_id1 
    SIMPLEuser_privacyeq_refPRIMARYPRIMARY4partisan_xfdata.user.user_id1 
  5. SELECT user.*
    	,
    	user_profile.*,
    	user_option.*
    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)
    WHERE user_profile.dob_month = ?
    	AND user_profile.dob_day = ?
    	 AND user_option.show_dob_date = 1
    	AND ((user.last_activity > 1695278167) AND (user.user_state = 'valid') AND (user.is_banned = 0))
    ORDER BY user.username
     LIMIT 12
    Params: 3, 19
    Run Time: 0.002122
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_profilerefPRIMARY,dobdob2const,const29Using temporary; Using filesort
    SIMPLEusereq_ref|filterPRIMARY,user_state,last_activityuser_state|last_activity5|4const,partisan_xfdata.user_profile.user_id1 (0%)Using index condition; Using where; Using rowid filter
    SIMPLEuser_optioneq_refPRIMARYPRIMARY4partisan_xfdata.user_profile.user_id1Using where
  6. SELECT user.*
    	
    FROM xf_user AS user
    
    WHERE (user.last_activity > 1695278167) AND (user.user_state = 'valid') AND (user.is_banned = 0)
    ORDER BY user.register_date DESC
     LIMIT 12
    Run Time: 0.001349
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserrangeuser_state,last_activitylast_activity4 44Using index condition; Using where; Using filesort
  7. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 25c9b5896344ac384181a4f7fc64f209, , 1710833767
    Run Time: 0.000233
  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_Member, Index, valid, , 1710830167,
    Run Time: 0.000140
  9. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'wf_widget_users_find', 'wf_widget_wrapper', 'wf_widget_birthday', 'wf_widget_users', 'wf_widget_facebook_facepile', 'wf_widget_threads', 'member_notable', 'wf_hook_moderator_bar', 'wf_revealer', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 3, 1
    Run Time: 0.000673
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 11Using where
  10. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_0e30151dd7766d4575f2c', 'wfc__1_member_notable', 'wfc__1_all')
    Run Time: 0.000258
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 3Using where
  11. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_1fad1f8450ba3c42b54c7')
    Run Time: 0.000314
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  12. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_1fad1f8450ba3c42b54c7, a:1:{s:28:"member_notable_lock_-14400_8";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1710830167;}}
    Run Time: 0.001611
  13. SELECT user.*
    	,
    	user_profile.*,
    	user_option.*
    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)
    WHERE ((user.user_state = 'valid') AND (user.is_banned = 0)) AND (((user_profile.dob_day = '19' AND user_profile.dob_month = '03'))) AND (user_option.show_dob_date = 1)
    ORDER BY user.username ASC
    Run Time: 0.002580
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_profilerefPRIMARY,dobdob2const,const29Using temporary; Using filesort
    SIMPLEusereq_refPRIMARY,user_statePRIMARY4partisan_xfdata.user_profile.user_id1Using where
    SIMPLEuser_optioneq_refPRIMARYPRIMARY4partisan_xfdata.user_profile.user_id1Using where
  14. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_0e30151dd7766d4575f2c, a:1:{s:23:"member_notable_-14400_8";a:2:{s:4:"html";s:1731:"<h4 class="minorHeading">Today is 6 people's birthday.</h4> <ul class="followedOnline"> <li title="ClonseReown, 42" class="Tooltip user-21062"> <a href="members/clonsereown.21062/" class="avatar Av21062s _plainImage" data-avatarhtml="true"><img src="styles/flexile/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="ClonseReown" /></a> </li> <li title="enersexia, 42" class="Tooltip user-21288"> <a href="members/enersexia.21288/" class="avatar Av21288s _plainImage" data-avatarhtml="true"><img src="styles/flexile/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="enersexia" /></a> </li> <li title="SmoommaSuiz, 38" class="Tooltip user-21072"> <a href="members/smoommasuiz.21072/" class="avatar Av21072s _plainImage" data-avatarhtml="true"><img src="styles/flexile/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="SmoommaSuiz" /></a> </li> <li title="teercourn, 49" class="Tooltip user-20699"> <a href="members/teercourn.20699/" class="avatar Av20699s _plainImage" data-avatarhtml="true"><img src="styles/flexile/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="teercourn" /></a> </li> <li title="tjjvjkkfdg, 40" class="Tooltip user-20770"> <a href="members/tjjvjkkfdg.20770/" class="avatar Av20770s _plainImage" data-avatarhtml="true"><img src="styles/flexile/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="tjjvjkkfdg" /></a> </li> <li title="Vladd, 57" class="Tooltip user-18781"> <a href="members/vladd.18781/" class="avatar Av18781s _plainImage" data-avatarhtml="true"><img src="data/avatars/s/18/18781.jpg?1324401156" width="48" height="48" alt="Vladd" /></a> </li> </ul>";s:4:"time";i:1710830167;}}
    Run Time: 0.000545
  15. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_1fad1f8450ba3c42b54c7, a:1:{s:28:"member_notable_lock_-14400_8";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1710830167;}}
    Run Time: 0.000273
  16. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('birthday', 'staff_members')
    Params: 1
    Run Time: 0.000367
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 2Using where

Included Files (94, XenForo Classes: 44)

  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/View.php
  62. library/XenForo/ControllerResponse/Abstract.php
  63. library/XenForo/Helper/Cookie.php
  64. library/XenForo/ViewRenderer/HtmlPublic.php
  65. library/XenForo/ViewRenderer/Abstract.php
  66. library/XenForo/Template/Public.php
  67. library/XenForo/Template/Abstract.php
  68. library/XenMoods/Listener/FrontControllerPreView.php
  69. library/XenMoods/Model/Mood.php
  70. library/WidgetFramework/Core.php
  71. library/XenForo/Model/Moderator.php
  72. library/WidgetFramework/Model/Widget.php
  73. library/WidgetFramework/WidgetRenderer.php
  74. library/XenForo/ViewPublic/Base.php
  75. library/XenForo/View.php
  76. library/WidgetFramework/XenForo/View1.php
  77. library/WidgetFramework/WidgetRenderer/Empty.php
  78. library/WidgetFramework/WidgetRenderer/UsersFind.php
  79. library/WidgetFramework/WidgetRenderer/Birthday.php
  80. library/WidgetFramework/Model/Cache.php
  81. library/WidgetFramework/WidgetRenderer/UsersStaff.php
  82. library/WidgetFramework/WidgetRenderer/FacebookFacepile.php
  83. library/WidgetFramework/WidgetRenderer/Threads.php
  84. library/WidgetFramework/Template/Extended.php
  85. library/XenForo/Helper/String.php
  86. library/XenForo/Model/UserProfile.php
  87. library/Tapatalk/Listener/TemplatePostRender.php
  88. library/WidgetFramework/Helper/String.php
  89. library/XenForo/Model/Avatar.php
  90. library/XenForo/Debug.php
  91. library/Tapatalk/EventListener/Hook.php
  92. mobiquo/smartbanner/head.inc.php
  93. library/XenMoods/Listener/TemplateHook.php
  94. library/XenForo/ViewRenderer/Json.php