Page Time: 0.0425s

Memory: 6.2034 MB (Peak: 6.5679 MB)

Queries (6, time: 0.0190s, 44.8%)

  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.000209
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryALLPRIMARY   34Using where
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000075
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT *
    FROM xf_search
    WHERE search_id = ?
    Params: 10237373
    Run Time: 0.000099
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       no matching row in const table
  4. 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.message_state IN ('visible'))
    ORDER BY profile_post.post_date DESC
     LIMIT 50
    Run Time: 0.000542
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEprofile_postindex post_date4 50Using where; Backward index scan
    SIMPLEposting_usereq_refPRIMARYPRIMARY4f_l2day.profile_post.user_id1 
    SIMPLEreceiving_usereq_refPRIMARYPRIMARY4f_l2day.profile_post.profile_user_id1 
    SIMPLEreceiving_user_privacyeq_refPRIMARYPRIMARY4f_l2day.profile_post.profile_user_id1 
    SIMPLEreceiving_user_followeq_refPRIMARY,follow_user_idPRIMARY8f_l2day.profile_post.profile_user_id,const1Using index
  5. INSERT INTO `xf_search` (`search_results`, `result_count`, `search_type`, `search_query`, `search_constraints`, `search_order`, `search_grouping`, `user_results`, `warnings`, `user_id`, `search_date`, `query_hash`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    Params: [["profilePost",1038],["profilePost",1037],["profilePost",1031],["profilePost",1030],["profilePost",1029],["profilePost",1028],["profilePost",1027],["profilePost",1026],["profilePost",1025],["profilePost",1024],["profilePost",1023],["profilePost",1022],["profilePost",1021],["profilePost",1020],["profilePost",1019],["profilePost",1018],["profilePost",1017],["profilePost",1016],["profilePost",1015],["profilePost",1014],["profilePost",1013],["profilePost",1012],["profilePost",1011],["profilePost",1009],["profilePost",1008],["profilePost",1007],["profilePost",1006],["profilePost",1005],["profilePost",1004],["profilePost",1002],["profilePost",1000],["profilePost",999],["profilePost",998],["profilePost",997],["profilePost",996],["profilePost",995],["profilePost",994],["profilePost",992],["profilePost",991],["profilePost",988],["profilePost",987],["profilePost",986],["profilePost",985],["profilePost",984],["profilePost",982],["profilePost",981],["profilePost",980],["profilePost",977],["profilePost",975]], 49, new-profile-posts, , [], date, 0, , [], 0, 1711619586, e5e90eac995176ca784929f242361827
    Run Time: 0.010351
  6. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: b0fc0c1541915526343ed104504bda32, , 1711623186
    Run Time: 0.007731

Included Files (66, XenForo Classes: 40)

  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/20150101.php
  34. library/Akinak/ManageFakeUsers/Listener.php
  35. library/Waindigo/Listener/ControllerPreDispatch/20141226.php
  36. library/XenForo/Router.php
  37. library/XenForo/Route/Filter.php
  38. library/XenForo/Route/Interface.php
  39. library/XenForo/Route/ResponseSuffix.php
  40. library/XenForo/Route/Prefix.php
  41. library/XenForo/Route/Prefix/FindNew.php
  42. library/XenForo/RouteMatch.php
  43. library/XenForo/ControllerPublic/FindNew.php
  44. library/XenForo/ControllerPublic/Abstract.php
  45. library/XenForo/Controller.php
  46. library/XenForo/Input.php
  47. library/XenForo/Session.php
  48. library/XenForo/Helper/Ip.php
  49. library/XenForo/Visitor.php
  50. library/XenForo/Model/User.php
  51. library/Akinak/ManageFakeUsers/Model/User.php
  52. library/XenForo/Permission.php
  53. library/XenForo/Phrase.php
  54. library/XenForo/Locale.php
  55. library/UnreadPostCount/Listener.php
  56. library/XenForo/Model/ProfilePost.php
  57. library/XenForo/Model/Search.php
  58. library/XenForo/Model/UserProfile.php
  59. library/XenForo/ControllerResponse/Redirect.php
  60. library/XenForo/ControllerResponse/Abstract.php
  61. library/XenForo/Helper/Cookie.php
  62. library/XenForo/ViewRenderer/HtmlPublic.php
  63. library/XenForo/ViewRenderer/Abstract.php
  64. library/XenForo/Template/Public.php
  65. library/XenForo/Template/Abstract.php
  66. library/XenForo/Debug.php