Page Time: 0.4443s

Memory: 4.2888 MB (Peak: 81.0726 MB)

Queries (13, time: 0.0730s, 16.4%)

  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.002168
    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.000240
    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.000274
    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.is_staff = 1)
    ORDER BY user.username ASC
    Run Time: 0.002110
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserrefstaff_usernamestaff_username1const1Using where
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4tuyhoapl_DATA.user.user_id1 
    SIMPLEuser_optioneq_refPRIMARYPRIMARY4tuyhoapl_DATA.user.user_id1 
    SIMPLEuser_privacyeq_refPRIMARYPRIMARY4tuyhoapl_DATA.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 > 1696165483) AND (user.user_state = 'valid') AND (user.is_banned = 0))
    ORDER BY user.username
     LIMIT 12
    Params: 3, 29
    Run Time: 0.003844
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_profilerefPRIMARY,dobdob2const,const19Using temporary; Using filesort
    SIMPLEusereq_refPRIMARY,user_state,last_activityPRIMARY4tuyhoapl_DATA.user_profile.user_id1Using where
    SIMPLEuser_optioneq_refPRIMARYPRIMARY4tuyhoapl_DATA.user_profile.user_id1Using where
  6. SELECT user.*
    	
    FROM xf_user AS user
    
    WHERE (user.last_activity > 1696165483) AND (user.user_state = 'valid') AND (user.is_banned = 0)
    ORDER BY user.register_date DESC
     LIMIT 12
    Run Time: 0.001877
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserrangeuser_state,last_activitylast_activity4 61Using index condition; Using where; Using filesort
  7. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: a95bd4d2a41dfa6f2c64b2f7f173fb6b, , 1711721083
    Run Time: 0.000221
  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, , 1711717483,
    Run Time: 0.000162
  9. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'wf_widget_wrapper', 'wf_widget_users_find', 'wf_widget_birthday', 'wf_widget_users', 'wf_widget_facebook_facepile', 'member_notable', 'wf_widget_online_users', '_widget_renderer_template_16', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.001759
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 10Using where
  10.                 SELECT *
                    FROM `xf_widgetframework_cache`
                    WHERE cache_id IN ('member_notable_s25200', 'member_notable')
    Run Time: 0.004406
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_widgetframework_cacherangePRIMARYPRIMARY767 2Using where
  11.             REPLACE INTO `xf_widgetframework_cache`
                SET cache_id = ?, data = ?, cache_date = ?
    Params: member_notable_s25200, {"10":{"html":"","time":1711717513}}, 1711717483
    Run Time: 0.007554
  12.             REPLACE INTO `xf_widgetframework_cache`
                SET cache_id = ?, data = ?, cache_date = ?
    Params: member_notable_s25200, {"10":{"html":"","time":1711717483}}, 1711717483
    Run Time: 0.007606
  13. SELECT session_activity.*
    	,
    	user.*
    FROM xf_session_activity AS session_activity
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = session_activity.user_id)
    WHERE (session_activity.view_date > 1709125483)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.040764
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 11484Using where
    SIMPLEusereq_refPRIMARYPRIMARY4tuyhoapl_DATA.session_activity.user_id1 

Included Files (101, XenForo Classes: 47)

  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/Waindigo/Listener/InitDependencies.php
  33. library/Waindigo/Listener/InitDependencies/20150212.php
  34. library/VNXF/Stats/Listener.php
  35. library/Brivium/BriviumHelper/EventListeners.php
  36. library/Brivium/BriviumHelper/1020131/EventListeners.php
  37. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  38. library/WidgetFramework/Listener.php
  39. library/WidgetFramework/Option.php
  40. library/Brivium/CustomNodeStyle/EventListener/Listener.php
  41. library/XenForo/Router.php
  42. library/XenForo/Route/Filter.php
  43. library/XenForo/Route/Interface.php
  44. library/XenForo/Route/ResponseSuffix.php
  45. library/XenForo/Route/Prefix.php
  46. library/Waindigo/ShorterRoutes/Listener/InitRouterPublic.php
  47. library/Waindigo/ShorterRoutes/Route/ShorterRoute.php
  48. library/XenForo/Route/Prefix/Members.php
  49. library/XenForo/RouteMatch.php
  50. library/XenForo/ControllerPublic/Member.php
  51. library/XenForo/ControllerPublic/Abstract.php
  52. library/XenForo/Controller.php
  53. library/VietXf/MoreThread/Listener.php
  54. library/VfcodersHH/Listener/LoadClass.php
  55. library/VfcodersHH/ControllerPublic/Member.php
  56. library/XenForo/Input.php
  57. library/XenForo/Session.php
  58. library/XenForo/Helper/Ip.php
  59. library/XenForo/Visitor.php
  60. library/XenForo/Model/User.php
  61. library/XenForo/Permission.php
  62. library/XenForo/Helper/Php.php
  63. library/XenForo/Phrase.php
  64. library/XenForo/Locale.php
  65. library/XenForo/ControllerResponse/View.php
  66. library/XenForo/ControllerResponse/Abstract.php
  67. library/XenForo/Helper/Cookie.php
  68. library/XenForo/ViewRenderer/HtmlPublic.php
  69. library/XenForo/ViewRenderer/Abstract.php
  70. library/XenForo/Template/Public.php
  71. library/XenForo/Template/Abstract.php
  72. library/WidgetFramework/Core.php
  73. library/XenForo/Model/Moderator.php
  74. library/WidgetFramework/Model/Widget.php
  75. library/WidgetFramework/Helper/Sort.php
  76. library/XenForo/ViewPublic/Base.php
  77. library/XenForo/View.php
  78. library/VfcodersHH/Listener/TemplateCreate.php
  79. library/WidgetFramework/WidgetRenderer.php
  80. library/WidgetFramework/WidgetRenderer/Empty.php
  81. library/WidgetFramework/WidgetRenderer/UsersFind.php
  82. library/WidgetFramework/WidgetRenderer/Birthday.php
  83. library/WidgetFramework/Model/Cache.php
  84. library/WidgetFramework/WidgetRenderer/UsersStaff.php
  85. library/WidgetFramework/WidgetRenderer/FacebookFacepile.php
  86. library/WidgetFramework/WidgetRenderer/OnlineUsers.php
  87. library/WidgetFramework/WidgetRenderer/Template.php
  88. library/WidgetFramework/Model/WidgetRenderer/Template.php
  89. library/WidgetFramework/Template/Extended.php
  90. library/XenForo/Helper/String.php
  91. library/WidgetFramework/Helper/String.php
  92. library/XenForo/Helper/File.php
  93. library/XenForo/Helper/Criteria.php
  94. library/XenForo/Debug.php
  95. library/VfcodersHH/Listener/Hook.php
  96. library/SeparateStickyAndNormal/Listener.php
  97. library/WidgetFramework/DataWriter/Widget.php
  98. library/XenForo/DataWriter.php
  99. library/Zend/Exception.php
  100. library/XenForo/Model/Session.php
  101. library/XenForo/ViewRenderer/Json.php