Page Time: 0.0435s

Memory: 2.2691 MB (Peak: 4.1879 MB)

Queries (4, time: 0.0190s, 43.7%)

  1. SELECT *
    FROM xf_search
    WHERE search_id = ?
    Params: 8373137
    Run Time: 0.000304
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       no matching row in const table
  2. 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 200
    Run Time: 0.012427
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEprofile_postindex post_date4 200Using where
    SIMPLEposting_usereq_refPRIMARYPRIMARY4dirty.profile_post.user_id1 
    SIMPLEreceiving_usereq_refPRIMARYPRIMARY4dirty.profile_post.profile_user_id1 
    SIMPLEreceiving_user_privacyeq_refPRIMARYPRIMARY4dirty.profile_post.profile_user_id1 
    SIMPLEreceiving_user_followeq_refPRIMARY,follow_user_idPRIMARY8dirty.profile_post.profile_user_id,const1Using index
  3. 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",132451],["profilePost",132432],["profilePost",132409],["profilePost",132324]], 4, new-profile-posts, , [], date, 0, , [], 0, 1711638786, e5e90eac995176ca784929f242361827
    Run Time: 0.006011
  4. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 56e8f4838d1f95e262882d4653a319e9, , 1711642386
    Run Time: 0.000264

Included Files (81, XenForo Classes: 42)

  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/Cache.php
  19. library/Zend/Cache/Backend/File.php
  20. library/Zend/Cache/Backend/ExtendedInterface.php
  21. library/Zend/Cache/Backend/Interface.php
  22. library/Zend/Cache/Backend.php
  23. library/Zend/Cache/Core.php
  24. library/XenForo/CodeEvent.php
  25. library/XenForo/Options.php
  26. library/XenForo/Link.php
  27. library/XenForo/Template/Helper/Core.php
  28. library/XenGallery/Listener.php
  29. library/Brivium/BriviumHelper/EventListeners.php
  30. library/Brivium/BriviumHelper/1010071/EventListeners.php
  31. library/bdCache/Listener.php
  32. library/bdCache/Option.php
  33. library/bdCache/ShippableHelper/Updater.php
  34. library/GFNKraken/Application.php
  35. library/XenForo/Router.php
  36. library/XenForo/Route/Filter.php
  37. library/XenForo/Route/Interface.php
  38. library/XenForo/Route/ResponseSuffix.php
  39. library/XenForo/Route/Prefix.php
  40. library/XenForo/Route/Prefix/FindNew.php
  41. library/XenForo/RouteMatch.php
  42. library/bdCache/Core.php
  43. library/bdCache/Model/Cache.php
  44. library/XenForo/ControllerPublic/FindNew.php
  45. library/XenForo/ControllerPublic/Abstract.php
  46. library/XenForo/Controller.php
  47. library/XenGallery/ControllerPublic/FindNew.php
  48. library/XenForo/Input.php
  49. library/XenForo/Session.php
  50. library/Zend/Db.php
  51. library/Zend/Db/Adapter/Mysqli.php
  52. library/Zend/Db/Adapter/Abstract.php
  53. library/Zend/Db/Select.php
  54. library/Zend/Db/Expr.php
  55. library/Zend/Db/Profiler.php
  56. library/Zend/Db/Statement/Mysqli.php
  57. library/Zend/Db/Statement.php
  58. library/Zend/Db/Statement/Interface.php
  59. library/XenForo/Helper/Ip.php
  60. library/XenForo/Visitor.php
  61. library/XenForo/Model/User.php
  62. library/bdCache/XenForo/Model/User.php
  63. library/XenGallery/Model/User.php
  64. library/XenForo/Model/Permission.php
  65. library/bdCache/XenForo/Model/Permission.php
  66. library/XenForo/Permission.php
  67. library/XenForo/Helper/Php.php
  68. library/XenForo/Phrase.php
  69. library/XenForo/Locale.php
  70. library/XenForo/Model/ProfilePost.php
  71. library/XenForo/Model/Search.php
  72. library/Zend/Db/Profiler/Query.php
  73. library/XenForo/Model/UserProfile.php
  74. library/XenForo/ControllerResponse/Redirect.php
  75. library/XenForo/ControllerResponse/Abstract.php
  76. library/XenForo/Helper/Cookie.php
  77. library/XenForo/ViewRenderer/HtmlPublic.php
  78. library/XenForo/ViewRenderer/Abstract.php
  79. library/XenForo/Template/Public.php
  80. library/XenForo/Template/Abstract.php
  81. library/XenForo/Debug.php