Page Time: 0.0570s

Memory: 4.0578 MB (Peak: 5.3799 MB)

Queries (8, time: 0.0038s, 6.7%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000141
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT profile_post_comment.*
    ,
    		user.*,
    		IF(user.username IS NULL, profile_post_comment.username, user.username) AS username
    FROM xf_profile_post_comment AS profile_post_comment
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = profile_post_comment.user_id)
    WHERE profile_post_comment.profile_post_comment_id = ?
    Params: 1093
    Run Time: 0.000883
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEprofile_post_commentconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  3. SELECT profile_post.*
    	,
    		posting_user.*,
    		IF(posting_user.username IS NULL, profile_post.username, posting_user.username) AS username
    FROM xf_profile_post AS profile_post
    
    		LEFT JOIN xf_user AS posting_user ON
    			(posting_user.user_id = profile_post.user_id)
    WHERE profile_post.profile_post_id = ?
    Params: 30854
    Run Time: 0.000839
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEprofile_postconstPRIMARYPRIMARY4const1 
    SIMPLEposting_userconstPRIMARYPRIMARY4const1 
  4. 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: 96936
    Run Time: 0.001051
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEuser_profileconstPRIMARYPRIMARY4const1 
    SIMPLEuser_optionconstPRIMARYPRIMARY4const1 
    SIMPLEuser_privacyconstPRIMARYPRIMARY4const1 
  5. 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: 96936
    Run Time: 0.000330
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  6. 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_ProfilePost, Comment, error, profile_post_comment_id=1093, 1714207584,
    Run Time: 0.000128
  7. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'error', 'wf_hook_footer', 'wf_hook_moderator_bar', 'dark_taigachat', 'dark_taigachat_list', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 7, 1
    Run Time: 0.000323
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 7Using where
  8. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('this_users_profile_is_not_available')
    Params: 1
    Run Time: 0.000108
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 

Included Files (107, XenForo Classes: 48)

  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/Memcached.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/WidgetFramework/Listener.php
  29. library/WidgetFramework/Option.php
  30. library/WidgetFramework/ShippableHelper/Updater.php
  31. library/Brivium/BriviumHelper/EventListeners.php
  32. library/Brivium/BriviumHelper/1010071/EventListeners.php
  33. library/VNXF/Loto/Listener.php
  34. library/UserInfo/Listener.php
  35. library/VietXfAdvStats/Listener.php
  36. library/Dark/TaigaChat/EventListener/Listener.php
  37. library/bdMedal/Listener.php
  38. library/HDJuegos/WaterMarkAdd/Listener.php
  39. library/LiamW/AllRich/Addon.php
  40. library/XenForo/Router.php
  41. library/XenForo/Route/Filter.php
  42. library/XenForo/Route/Interface.php
  43. library/XenForo/Route/ResponseSuffix.php
  44. library/XenForo/Route/Prefix.php
  45. library/XenForo/Route/Prefix/ProfilePosts.php
  46. library/vtLai/UrlKhongDau/Listener.php
  47. library/XenForo/RouteMatch.php
  48. library/XenForo/ControllerPublic/ProfilePost.php
  49. library/XenForo/ControllerPublic/Abstract.php
  50. library/XenForo/Controller.php
  51. library/Vinavb/CustomNodeIcon/Listener.php
  52. library/XenPlaza/XPlimitLink/Listener/Listener.php
  53. library/XenForo/Input.php
  54. library/XenForo/Session.php
  55. library/Zend/Db.php
  56. library/Zend/Db/Adapter/Mysqli.php
  57. library/Zend/Db/Adapter/Abstract.php
  58. library/Zend/Db/Select.php
  59. library/Zend/Db/Expr.php
  60. library/Zend/Db/Profiler.php
  61. library/Zend/Db/Statement/Mysqli.php
  62. library/Zend/Db/Statement.php
  63. library/Zend/Db/Statement/Interface.php
  64. library/XenForo/Helper/Ip.php
  65. library/XenForo/Visitor.php
  66. library/XenForo/Model/User.php
  67. library/UserInfo/User.php
  68. library/WidgetFramework/XenForo/Model/User.php
  69. library/VietXfAdvStats/XenForo/Model/User.php
  70. library/Zend/Db/Profiler/Query.php
  71. library/XenForo/Permission.php
  72. library/XenForo/Helper/Php.php
  73. library/XenForo/Phrase.php
  74. library/XenForo/Locale.php
  75. library/XenForo/ControllerHelper/UserProfile.php
  76. library/XenForo/ControllerHelper/Abstract.php
  77. library/XenForo/Model/ProfilePost.php
  78. library/WidgetFramework/XenForo/Model/ProfilePost.php
  79. library/XenForo/Model/UserProfile.php
  80. library/XenForo/Model/Banning.php
  81. library/XenForo/ControllerResponse/Error.php
  82. library/XenForo/ControllerResponse/Abstract.php
  83. library/XenForo/ControllerResponse/Exception.php
  84. library/XenForo/Helper/Cookie.php
  85. library/XenForo/ViewRenderer/HtmlPublic.php
  86. library/XenForo/ViewRenderer/Abstract.php
  87. library/XenForo/Template/Public.php
  88. library/XenForo/Template/Abstract.php
  89. library/WidgetFramework/Core.php
  90. library/XenForo/Model/Moderator.php
  91. library/WidgetFramework/Model/Widget.php
  92. library/WidgetFramework/Helper/Sort.php
  93. library/VietXfAdvStats/Model/GetUserGroup.php
  94. library/XenForo/Route/Prefix/Members.php
  95. library/vtLai/UrlKhongDau/Members.php
  96. library/Dark/TaigaChat/EventListener/NavigationTabs.php
  97. library/bdMedal/Option.php
  98. library/WidgetFramework/Template/Extended.php
  99. library/XenForo/Helper/Criteria.php
  100. library/XenForo/Debug.php
  101. library/Brivium/CommentEachPost/EventListeners/Listener.php
  102. library/VNXF/LikeInfo/Listener.php
  103. library/Tinhte/Html5Uploader/Listener.php
  104. library/VietXfAdvStats/Option.php
  105. library/Tinhte/Html5Uploader/Template.php
  106. library/XenForo/ViewRenderer/Json.php
  107. library/Vinavb/CustomNodeIcon/Icon.php