Page Time: 0.4454s

Memory: 2.1295 MB (Peak: 3.3648 MB)

Queries (6, time: 0.0405s, 9.1%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000442
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT user.*
    	,
    		user_profile.*,
    		user_option.*,
    		user_privacy.*,
    		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)
    WHERE user.user_id = ?
    Params: 713
    Run Time: 0.002477
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEuser_profileconstPRIMARYPRIMARY4const1 
    SIMPLEuser_optionconstPRIMARYPRIMARY4const1 
    SIMPLEuser_privacyconstPRIMARYPRIMARY4const1 
  3. SELECT profile_post.*
    	,
    		posting_user.*,
    		IF(posting_user.username IS NULL, profile_post.username, posting_user.username) AS username,
    		receiving_user.username
    			AS profile_username,
    		receiving_user.gender
    			AS profile_gender,
    		receiving_user.user_state
    			AS profile_user_state,
    		receiving_user.user_group_id
    			AS profile_user_group_id,
    		receiving_user.secondary_group_ids
    			AS profile_secondary_group_ids,
    		receiving_user.display_style_group_id
    			AS profile_display_style_group_id,
    		receiving_user.is_banned
    			AS profile_is_banned,
    		receiving_user.is_admin
    			AS profile_is_admin,
    		receiving_user.is_moderator
    			AS profile_is_moderator,
    		receiving_user.avatar_date
    			AS profile_avatar_date,
    		receiving_user.gravatar
    			AS profile_gravatar,
    		receiving_user.warning_points
    			AS profile_warning_points,
    		receiving_user.permission_combination_id
    			AS profile_permission_combination_id,
    		receiving_user_privacy.allow_view_profile
    			AS profile_allow_view_profile,
    		receiving_user_privacy.allow_post_profile
    			AS profile_allow_post_profile,
    		receiving_user_privacy.allow_send_personal_conversation
    			AS profile_allow_send_personal_conversation,
    		receiving_user_privacy.allow_view_identities
    			AS profile_allow_view_identities,
    		receiving_user_privacy.allow_receive_news_feed
    			AS profile_allow_allow_receive_news_feed,
    		IF (receiving_user_follow.follow_user_id, 1, 0)
    			AS following_0
    FROM xf_profile_post AS profile_post
    
    		LEFT JOIN xf_user AS posting_user ON
    			(posting_user.user_id = profile_post.user_id)
    		LEFT JOIN xf_user AS receiving_user ON
    			(receiving_user.user_id = profile_post.profile_user_id)
    		LEFT JOIN xf_user_privacy AS receiving_user_privacy ON
    			(receiving_user_privacy.user_id = profile_post.profile_user_id)
    		LEFT JOIN xf_user_follow AS receiving_user_follow ON
    			(receiving_user_follow.user_id = profile_post.profile_user_id AND follow_user_id = 0)
    WHERE profile_post.profile_post_id IN(10, 9, 8, 7, 6)
    Run Time: 0.002072
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEprofile_postALLPRIMARY   10Using where
    SIMPLEposting_usereq_refPRIMARYPRIMARY4fusion.profile_post.user_id1 
    SIMPLEreceiving_usereq_refPRIMARYPRIMARY4fusion.profile_post.profile_user_id1 
    SIMPLEreceiving_user_privacyeq_refPRIMARYPRIMARY4fusion.profile_post.profile_user_id1 
    SIMPLEreceiving_user_followrangePRIMARY,follow_user_idfollow_user_id4 1Using where; Using index; Using join buffer (flat, BNL join)
  4. 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, RecentContent, valid, user_id=713, 1711633457,
    Run Time: 0.000420
  5. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'search_result_profile_post', 'member_recent_content', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.001575
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 4Using where
  6. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('dark_azucloud')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.033521
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (110, XenForo Classes: 54)

  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/SV/RedisCache/Installer.php
  9. library/SV/RedisCache/RedisDataRegistry.php
  10. library/XenForo/Model.php
  11. library/XenForo/FrontController.php
  12. library/XenForo/Dependencies/Public.php
  13. library/XenForo/Dependencies/Abstract.php
  14. library/Zend/Controller/Request/Http.php
  15. library/Zend/Controller/Request/Abstract.php
  16. library/Zend/Uri.php
  17. library/Zend/Controller/Response/Http.php
  18. library/Zend/Controller/Response/Abstract.php
  19. library/Zend/Cache.php
  20. library/Zend/Cache/Backend/Redis.php
  21. library/Redis/lib/Credis/Client.php
  22. library/Redis/lib/Credis/Sentinel.php
  23. library/Redis/Cm/Cache/Backend/Redis.php
  24. library/Zend/Cache/Backend.php
  25. library/Zend/Cache/Backend/ExtendedInterface.php
  26. library/Zend/Cache/Backend/Interface.php
  27. library/Zend/Cache/Core.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/XenForo/Router.php
  33. library/XenForo/Route/Filter.php
  34. library/XenForo/Route/Interface.php
  35. library/XenForo/Route/ResponseSuffix.php
  36. library/XenForo/Route/Prefix.php
  37. library/XenForo/Route/Prefix/Members.php
  38. library/XenForo/RouteMatch.php
  39. library/XenForo/ControllerPublic/Member.php
  40. library/XenForo/ControllerPublic/Abstract.php
  41. library/XenForo/Controller.php
  42. library/RelatedContents/Listener.php
  43. library/BatchUpdateTags/Listener.php
  44. library/XenForo/Input.php
  45. library/XenForo/Session.php
  46. library/Zend/Db.php
  47. library/Zend/Db/Adapter/Mysqli.php
  48. library/Zend/Db/Adapter/Abstract.php
  49. library/Zend/Db/Select.php
  50. library/Zend/Db/Expr.php
  51. library/Zend/Db/Profiler.php
  52. library/Zend/Db/Statement/Mysqli.php
  53. library/Zend/Db/Statement.php
  54. library/Zend/Db/Statement/Interface.php
  55. library/XenForo/Helper/Ip.php
  56. library/XenForo/Visitor.php
  57. library/XenForo/Model/User.php
  58. library/PowerDigital/Unanswered/Listener.php
  59. library/Zend/Db/Profiler/Query.php
  60. library/XenForo/Permission.php
  61. library/XenForo/Helper/Php.php
  62. library/XenForo/Phrase.php
  63. library/XenForo/Locale.php
  64. library/XenForo/ControllerHelper/UserProfile.php
  65. library/XenForo/ControllerHelper/Abstract.php
  66. library/XenForo/Model/UserProfile.php
  67. library/XenForo/Search/SourceHandler/Abstract.php
  68. library/XenES/Listener.php
  69. library/XenES/Search/SourceHandler/ElasticSearch.php
  70. library/XenES/Api.php
  71. library/XenForo/Helper/Http.php
  72. library/Zend/Http/Client.php
  73. library/Zend/Loader.php
  74. library/Zend/Http/Client/Adapter/Interface.php
  75. library/Zend/Http/Response.php
  76. library/Zend/Http/Response/Stream.php
  77. library/Zend/Uri/Http.php
  78. library/Zend/Validate/Hostname.php
  79. library/Zend/Validate/Abstract.php
  80. library/Zend/Validate/Interface.php
  81. library/Zend/Validate/Ip.php
  82. library/Zend/Http/Client/Adapter/Socket.php
  83. library/Zend/Http/Client/Adapter/Stream.php
  84. library/XenForo/Model/Search.php
  85. library/XenForo/Search/DataHandler/ProfilePost.php
  86. library/XenForo/Search/DataHandler/Abstract.php
  87. library/XenForo/Model/ProfilePost.php
  88. library/XenForo/ControllerResponse/View.php
  89. library/XenForo/ControllerResponse/Abstract.php
  90. library/XenForo/Helper/Cookie.php
  91. library/XenForo/ViewRenderer/HtmlPublic.php
  92. library/XenForo/ViewRenderer/Abstract.php
  93. library/XenForo/Template/Public.php
  94. library/XenForo/Template/Abstract.php
  95. library/Dark/AzuCloud/EventListener/FrontControllerPreView.php
  96. library/Dark/AzuCloud/Model/Nakano.php
  97. library/XenForo/ViewPublic/Member/RecentContent.php
  98. library/XenForo/ViewPublic/Base.php
  99. library/XenForo/View.php
  100. library/Cobra/Liencacher/Listener.php
  101. library/XenForo/ViewPublic/Helper/Search.php
  102. library/PowerDigital/Unanswered/Template/Cache.php
  103. library/Mitch/Listener.php
  104. library/XenForo/Model/Avatar.php
  105. library/XenForo/Route/Prefix/ProfilePosts.php
  106. library/XenForo/Helper/String.php
  107. library/Dark/AzuCloud/EventListener/TemplateHook.php
  108. library/PowerDigital/Unanswered/Template/Hook.php
  109. library/XenForo/Debug.php
  110. library/XenForo/ViewRenderer/Json.php