Page Time: 0.0776s

Memory: 4.2767 MB (Peak: 7.0079 MB)

Queries (14, time: 0.0149s, 19.1%)

  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.004985
    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.000319
    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.000280
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT *
    FROM xf_search
    WHERE search_id = ?
    Params: 29853854
    Run Time: 0.000305
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  5. 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.005305
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEprofile_postALL    303Using where; Using filesort
    SIMPLEposting_usereq_refPRIMARYPRIMARY4k46624_forum.profile_post.user_id1 
    SIMPLEreceiving_usereq_refPRIMARYPRIMARY4k46624_forum.profile_post.profile_user_id1 
    SIMPLEreceiving_user_privacyeq_refPRIMARYPRIMARY4k46624_forum.profile_post.profile_user_id1 
    SIMPLEreceiving_user_followeq_refPRIMARY,follow_user_idPRIMARY8k46624_forum.profile_post.profile_user_id,const1Using index
  6. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 30017
    Run Time: 0.000390
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  7. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 13818
    Run Time: 0.000367
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  8. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 13818
    Run Time: 0.000415
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  9. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 13818
    Run Time: 0.000361
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  10. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 13818
    Run Time: 0.000363
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  11. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 13818
    Run Time: 0.000357
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  12. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 13818
    Run Time: 0.000375
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  13. 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",388],["profilePost",387],["profilePost",386],["profilePost",385],["profilePost",384],["profilePost",382],["profilePost",380],["profilePost",379],["profilePost",377],["profilePost",376],["profilePost",375],["profilePost",374],["profilePost",372],["profilePost",371],["profilePost",370],["profilePost",369],["profilePost",367],["profilePost",361],["profilePost",360],["profilePost",359],["profilePost",356],["profilePost",355],["profilePost",352],["profilePost",351],["profilePost",350],["profilePost",349],["profilePost",348],["profilePost",346],["profilePost",345],["profilePost",344],["profilePost",343],["profilePost",339],["profilePost",338],["profilePost",337],["profilePost",335],["profilePost",333],["profilePost",332],["profilePost",331],["profilePost",330],["profilePost",329],["profilePost",328],["profilePost",327],["profilePost",325],["profilePost",324],["profilePost",323],["profilePost",322],["profilePost",321],["profilePost",320],["profilePost",318],["profilePost",317],["profilePost",316],["profilePost",315],["profilePost",314],["profilePost",313],["profilePost",312],["profilePost",311],["profilePost",306],["profilePost",305],["profilePost",303],["profilePost",302],["profilePost",301],["profilePost",300],["profilePost",299],["profilePost",296],["profilePost",293],["profilePost",292],["profilePost",291],["profilePost",290],["profilePost",289],["profilePost",288],["profilePost",287],["profilePost",286],["profilePost",285],["profilePost",279],["profilePost",278],["profilePost",277],["profilePost",276],["profilePost",275],["profilePost",274],["profilePost",272],["profilePost",271],["profilePost",267],["profilePost",266],["profilePost",265],["profilePost",263],["profilePost",262],["profilePost",261],["profilePost",260],["profilePost",257],["profilePost",256],["profilePost",254],["profilePost",253],["profilePost",252],["profilePost",251],["profilePost",249],["profilePost",247],["profilePost",246],["profilePost",245],["profilePost",244],["profilePost",243],["profilePost",242],["profilePost",241],["profilePost",240],["profilePost",239],["profilePost",238],["profilePost",237],["profilePost",234],["profilePost",233],["profilePost",232],["profilePost",231],["profilePost",230],["profilePost",228],["profilePost",227],["profilePost",226],["profilePost",225],["profilePost",224],["profilePost",223],["profilePost",220],["profilePost",219],["profilePost",218],["profilePost",217],["profilePost",216],["profilePost",214],["profilePost",213],["profilePost",212],["profilePost",211],["profilePost",210],["profilePost",209],["profilePost",206],["profilePost",205],["profilePost",204],["profilePost",201],["profilePost",200],["profilePost",199],["profilePost",198],["profilePost",197],["profilePost",196],["profilePost",195],["profilePost",192],["profilePost",191],["profilePost",190],["profilePost",189],["profilePost",188],["profilePost",187],["profilePost",186],["profilePost",185],["profilePost",184],["profilePost",183],["profilePost",182],["profilePost",181],["profilePost",180],["profilePost",179],["profilePost",176],["profilePost",175],["profilePost",174],["profilePost",172],["profilePost",171],["profilePost",170],["profilePost",166],["profilePost",165],["profilePost",164],["profilePost",162],["profilePost",161],["profilePost",160],["profilePost",159],["profilePost",158],["profilePost",157],["profilePost",156],["profilePost",155],["profilePost",154],["profilePost",150],["profilePost",149],["profilePost",148],["profilePost",147],["profilePost",144],["profilePost",142],["profilePost",140],["profilePost",137],["profilePost",135],["profilePost",132],["profilePost",130],["profilePost",112],["profilePost",111],["profilePost",108],["profilePost",80]], 185, new-profile-posts, , [], date, 0, , [], 0, 1711637555, e5e90eac995176ca784929f242361827
    Run Time: 0.000611
  14. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: d8245f15fe05ded2742e72ab51313e15, , 1711641155
    Run Time: 0.000418

Included Files (91, XenForo Classes: 43)

  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/Brivium/BriviumHelper/EventListeners.php
  33. library/Brivium/BriviumHelper/1000200/EventListeners.php
  34. library/Tapatalk/Listener/LoadClassModel.php
  35. library/WidgetFramework/Listener.php
  36. library/WidgetFramework/Option.php
  37. library/COBGCE/Listener.php
  38. library/Waindigo/Listener/InitDependencies.php
  39. library/Waindigo/Listener/InitDependencies/20150101.php
  40. library/Waindigo/Listener/ControllerPreDispatch/20141226.php
  41. library/COBAI/Listener.php
  42. library/BBM/Listeners/AllInOne.php
  43. library/Sedo/TinyQuattro/Listener/AllInOne.php
  44. library/XenForo/Router.php
  45. library/XenForo/Route/Filter.php
  46. library/XenForo/Route/Interface.php
  47. library/XenForo/Route/ResponseSuffix.php
  48. library/XenForo/Route/Prefix.php
  49. library/WidgetFramework/Route/Filter/PageX.php
  50. library/XenForo/Route/Prefix/FindNew.php
  51. library/XenForo/RouteMatch.php
  52. library/BBM/Protection/Helper/ContentProtection.php
  53. library/XenForo/ControllerPublic/FindNew.php
  54. library/XenForo/ControllerPublic/Abstract.php
  55. library/XenForo/Controller.php
  56. library/Eagle/MostPopularTags/Listener.php
  57. library/XenResource/Listener/Proxy.php
  58. library/XenResource/Listener/Proxy/ControllerFindNew.php
  59. library/XenForo/Input.php
  60. library/XenForo/Session.php
  61. library/XenForo/Helper/Ip.php
  62. library/XenForo/Visitor.php
  63. library/XenForo/Model/User.php
  64. library/WidgetFramework/XenForo/Model/User.php
  65. library/XenResource/Listener/Proxy/ModelUser.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/WidgetFramework/XenForo/Model/ProfilePost.php
  72. library/XenForo/Model/Search.php
  73. library/BBM/Protection/Listener/Models.php
  74. library/Tapatalk/Model/Search.php
  75. library/BBM/Protection/Model/Search.php
  76. library/XenForo/Model/UserProfile.php
  77. library/XenForo/Model/Banning.php
  78. library/XenForo/ControllerResponse/Redirect.php
  79. library/XenForo/ControllerResponse/Abstract.php
  80. library/XenForo/Helper/Cookie.php
  81. library/Tapatalk/Listener/ControllerPostDispatch.php
  82. library/XenForo/ViewRenderer/HtmlPublic.php
  83. library/XenForo/ViewRenderer/Abstract.php
  84. library/XenForo/Template/Public.php
  85. library/XenForo/Template/Abstract.php
  86. library/WidgetFramework/Core.php
  87. library/XenForo/Model/Moderator.php
  88. library/XenResource/Listener/Proxy/ModelModerator.php
  89. library/WidgetFramework/Model/Widget.php
  90. library/WidgetFramework/Helper/Sort.php
  91. library/XenForo/Debug.php