Page Time: 0.6681s

Memory: 7.4898 MB (Peak: 8.5368 MB)

Queries (24, time: 0.6253s, 93.6%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.008837
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT user.*
    	,
    		user_profile.*,
    		user_option.*,
    		user_privacy.*,
    		permission_combination.cache_value AS global_permission_cache,
    		IF (session_activity.view_date IS NULL, user.last_activity, session_activity.view_date) AS effective_last_activity,
    		session_activity.view_date, session_activity.controller_name, session_activity.controller_action, session_activity.params, session_activity.ip,
    		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)
    		LEFT JOIN xf_permission_combination AS permission_combination ON
    			(permission_combination.permission_combination_id = user.permission_combination_id)
    		LEFT JOIN xf_session_activity AS session_activity ON
    			(session_activity.user_id = user.user_id AND session_activity.unique_key = CAST(user.user_id AS BINARY))
    WHERE user.user_id = ?
    Params: 22260
    Run Time: 0.000478
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEuser_profileconstPRIMARYPRIMARY4const1 
    SIMPLEuser_optionconstPRIMARYPRIMARY4const1 
    SIMPLEuser_privacyconstPRIMARYPRIMARY4const1 
    SIMPLEpermission_combinationconstPRIMARYPRIMARY4const1 
    SIMPLEsession_activityconstPRIMARYPRIMARY22const,const0Unique row not found
  3. SELECT COUNT(*)
    FROM xf_profile_post AS profile_post
    
    WHERE (profile_post.profile_user_id = 22260) AND (profile_post.message_state IN ('visible'))
    Run Time: 0.000150
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEprofile_postrefprofile_user_id_post_dateprofile_user_id_post_date4const3Using where
  4. SELECT profile_post.*
    	,
    	posting_user.*,
    	IF(posting_user.username IS NULL, profile_post.username, posting_user.username) AS username,
    	0 AS like_date
    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_user_id = 22260) AND (profile_post.message_state IN ('visible'))
    ORDER BY profile_post.post_date DESC
     LIMIT 10
    Run Time: 0.000343
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEprofile_postrefprofile_user_id_post_dateprofile_user_id_post_date4const3Using where
    SIMPLEposting_usereq_refPRIMARYPRIMARY4dembuon_vn_d58b.profile_post.user_id1 
  5. SELECT user_field.*
    	,
    	field_value.field_value
    FROM xf_user_field AS user_field
    
    	LEFT JOIN xf_user_field_value AS field_value ON
    		(field_value.field_id = user_field.field_id AND field_value.user_id = 22260)
    WHERE (user_field.display_group <> 'preferences' AND user_field.viewable_profile = 1)
    ORDER BY user_field.display_group, user_field.display_order
    Run Time: 0.000057
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_fieldALLdisplay_group_order   7Using where; Using filesort
    SIMPLEfield_valueeq_refPRIMARY,field_idPRIMARY31const,dembuon_vn_d58b.user_field.field_id1 
  6. SELECT COUNT(*)
    FROM xf_user_follow
    WHERE follow_user_id = ?
    Params: 22260
    Run Time: 0.000102
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_user_followreffollow_user_idfollow_user_id4const1Using index
  7. SELECT user.*,
    	user_profile.*,
    	user_option.*
    FROM xf_user_follow AS user_follow
    INNER JOIN xf_user AS user ON
    	(user.user_id = user_follow.user_id AND user.is_banned = 0)
    INNER JOIN xf_user_profile AS user_profile ON
    	(user_profile.user_id = user.user_id)
    INNER JOIN xf_user_option AS user_option ON
    	(user_option.user_id = user.user_id)
    WHERE user_follow.follow_user_id = ?
    ORDER BY RAND()
     LIMIT 8
    Params: 22260
    Run Time: 0.000626
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_followrefPRIMARY,follow_user_idfollow_user_id4const1Using index; Using temporary; Using filesort
    SIMPLEuser_optioneq_refPRIMARYPRIMARY4dembuon_vn_d58b.user_follow.user_id1 
    SIMPLEusereq_refPRIMARYPRIMARY4dembuon_vn_d58b.user_follow.user_id1Using where
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4dembuon_vn_d58b.user_follow.user_id1 
  8. SELECT user.*
    	
    FROM xf_user AS user
    
    WHERE ((user.is_banned = 0)) AND (user.brrs_referral_user_id = 22260)
    ORDER BY user.register_date DESC
     LIMIT 10
    Run Time: 0.415753
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserindex register_date4 10Using where
  9. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: cc7a3120d784d1c7caa0d4f6590f6371, , 1711656183
    Run Time: 0.000164
  10. 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, Member, valid, user_id=22260, 1711652583,
    Run Time: 0.000078
  11. SELECT COUNT(ld_id)
                FROM phc_linkdirectory as ld
    WHERE (ld.status != 'visible' OR lastcheck = 0)
    AND user_id = 0
    Run Time: 0.000060
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEldALLstatus,status_2   20Using where
  12. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'bb_code_tag_vfchh', 'tinhte_xentag_bb_code_tag_tag', 'tinhte_xentag_bb_code_tag_hashtag', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', 'BRC_sidebar_visitor_panel_stats', 'BRC_navigation_visitor_tabs_end', 'wf_widget_wrapper', 'wf_widget_profile_posts', 'wf_widget_poll', 'wf_widget_stats', 'member_view', 'resources_tab_links', 'ld_sub_nav', 'dark_taigachat', 'dark_taigachat_list', 'wf_hook_moderator_bar', 'wf_revealer', 'threadrating_rate', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 8, 2
    Run Time: 0.000152
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 25Using where
  13. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('BRC_action_login', 'BRC_action_login_description', 'BRC_action_exchange', 'BRC_action_exchange_description', 'BRC_action_transfer', 'BRC_action_transfer_description', 'BRC_action_withdraw', 'BRC_action_withdraw_description', 'BRC_action_steal', 'BRC_action_steal_description', 'BRC_action_paypalPayment', 'BRC_action_paypalPayment_description', 'BRC_action_paypalPaymentRe', 'BRC_action_paypalPaymentRe_description', 'BRC_action_registration', 'BRC_action_registration_description', 'BRC_action_facebookAssociate', 'BRC_action_facebookAssociate_description', 'BRC_action_facebookDisassociate', 'BRC_action_facebookDisassociate_description', 'BRC_action_twitterAssociate', 'BRC_action_twitterAssociate_description', 'BRC_action_twitterDisassociate', 'BRC_action_twitterDisassociate_description', 'BRC_action_googleAssociate', 'BRC_action_googleAssociate_description', 'BRC_action_googleDisassociate', 'BRC_action_googleDisassociate_description', 'BRC_action_birthday', 'BRC_action_birthday_description', 'BRC_action_importVbb', 'BRC_action_importVbb_description', 'BRC_action_interest', 'BRC_action_interest_description', 'BRC_action_updateFullProfile', 'BRC_action_updateFullProfile_description', 'BRC_action_updateFullProfileRe', 'BRC_action_updateFullProfileRe_description', 'BRC_action_uploadAvatar', 'BRC_action_uploadAvatar_description', 'BRC_action_uploadAvatarRe', 'BRC_action_uploadAvatarRe_description', 'BRC_action_updateHomepage', 'BRC_action_updateHomepage_description', 'BRC_action_updateAbout', 'BRC_action_updateAbout_description', 'BRC_action_updateStatus', 'BRC_action_updateStatus_description', 'BRC_action_follow', 'BRC_action_follow_description', 'BRC_action_followRe', 'BRC_action_followRe_description', 'BRC_action_getFollower', 'BRC_action_getFollower_description', 'BRC_action_getFollowerRe', 'BRC_action_getFollowerRe_description', 'BRC_action_profilePost', 'BRC_action_profilePost_description', 'BRC_action_getProfilePost', 'BRC_action_getProfilePost_description', 'BRC_action_likeProfilePost', 'BRC_action_likeProfilePost_description', 'BRC_action_likeProfilePostRe', 'BRC_action_likeProfilePostRe_description', 'BRC_action_receiveProfilePostLike', 'BRC_action_receiveProfilePostLike_description', 'BRC_action_receiveProfilePostLikeRe', 'BRC_action_receiveProfilePostLikeRe_description', 'BRC_action_createConversation', 'BRC_action_createConversation_description', 'BRC_action_createConversationRe', 'BRC_action_createConversationRe_description', 'BRC_action_receiveConversation', 'BRC_action_receiveConversation_description', 'BRC_action_replyConversation', 'BRC_action_replyConversation_description', 'BRC_action_conversationGetReply', 'BRC_action_conversationGetReply_description', 'BRC_action_trophyReward', 'BRC_action_trophyReward_description', 'BRC_action_dailyReward', 'BRC_action_dailyReward_description', 'BRC_action_salary', 'BRC_action_salary_description', 'BRC_action_createNewThread', 'BRC_action_createNewThread_description', 'BRC_action_threadDeleted', 'BRC_action_threadDeleted_description', 'BRC_action_threadGetReply', 'BRC_action_threadGetReply_description', 'BRC_action_threadViewed', 'BRC_action_threadViewed_description', 'BRC_action_readThread', 'BRC_action_readThread_description', 'BRC_action_watchThread', 'BRC_action_watchThread_description', 'BRC_action_watchThreadRe', 'BRC_action_watchThreadRe_description', 'BRC_action_threadGetWatched', 'BRC_action_threadGetWatched_description', 'BRC_action_threadGetWatchedRe', 'BRC_action_threadGetWatchedRe_description', 'BRC_action_createNewPoll', 'BRC_action_createNewPoll_description', 'BRC_action_votePoll', 'BRC_action_votePoll_description', 'BRC_action_pollGetVote', 'BRC_action_pollGetVote_description', 'BRC_action_threadSticky', 'BRC_action_threadSticky_description', 'BRC_action_threadStickyRe', 'BRC_action_threadStickyRe_description', 'BRC_action_newPost', 'BRC_action_newPost_description', 'BRC_action_postDeleted', 'BRC_action_postDeleted_description', 'BRC_action_uploadAttachment', 'BRC_action_uploadAttachment_description', 'BRC_action_uploadAttachmentRe', 'BRC_action_uploadAttachmentRe_description', 'BRC_action_downloadAttachment', 'BRC_action_downloadAttachment_description', 'BRC_action_attachmentDownloaded', 'BRC_action_attachmentDownloaded_description', 'BRC_action_likePost', 'BRC_action_likePost_description', 'BRC_action_likePostRe', 'BRC_action_likePostRe_description', 'BRC_action_receivePostLike', 'BRC_action_receivePostLike_description', 'BRC_action_receivePostLikeRe', 'BRC_action_receivePostLikeRe_description', 'BRC_action_reportPost', 'BRC_action_reportPost_description', 'BRC_action_postReported', 'BRC_action_postReported_description', 'BRC_action_AzuCloud', 'BRC_action_AzuCloud_explain', 'BRC_action_BRRS_referral', 'BRC_action_BRRS_referral_explain', 'BRC_action_BRRSBuyReferralTimes', 'BRC_action_BRCIPurchaseUserUpgrade', 'BRC_action_BRCIPurchaseUserUpgrade_explain', 'VNNET_action_NLATMPayment', 'VNNET_action_NLATMPayment_explain', 'BRC_action_getbbcodePay', 'BRC_action_getbbcodePay_explain', 'BRC_action_bbcodePay', 'BRC_action_bbcodePay_explain', 'user_field_twitter_desc', 'ld_nav_title')
    Params: 2
    Run Time: 0.000073
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 151Using where
  14. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRRS_member_view_sidebar_middle2')
    	AND style_id = ?
    	AND language_id = ?
    Params: 8, 2
    Run Time: 0.000047
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  15. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRRS_member_view_tabs_heading')
    	AND style_id = ?
    	AND language_id = ?
    Params: 8, 2
    Run Time: 0.000047
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  16. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRRS_member_view_tabs_content')
    	AND style_id = ?
    	AND language_id = ?
    Params: 8, 2
    Run Time: 0.000046
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  17. 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 15
    Run Time: 0.003740
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEprofile_postindex post_date4 15Using where
    SIMPLEposting_usereq_refPRIMARYPRIMARY4dembuon_vn_d58b.profile_post.user_id1 
    SIMPLEreceiving_usereq_refPRIMARYPRIMARY4dembuon_vn_d58b.profile_post.profile_user_id1 
    SIMPLEreceiving_user_privacyeq_refPRIMARYPRIMARY4dembuon_vn_d58b.profile_post.profile_user_id1 
    SIMPLEreceiving_user_followeq_refPRIMARY,follow_user_idPRIMARY8dembuon_vn_d58b.profile_post.profile_user_id,const1Using index
  18. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_s8_1_member_view, a:1:{s:13:"member_view_6";a:3:{s:4:"html";s:7187:"<ul class="WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostList"> <li id="profile-post-168578" class="profilePostListItem " data-author="Tam thập tam thiên"> <a href="members/tam-thap-tam-thien.201877/" class="avatar Av201877s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="Tam thập tam thiên" /></a> <div class="messageInfo"> <div class="messageContent"> <span class="poster"> <a href="members/tam-thap-tam-thien.201877/" class="username" dir="auto">Tam thập tam thiên</a> <span class="muted">&#9658;</span> <a href="members/chi-den.198705/" class="username" dir="auto">Chì Đen</a> </span> <article><blockquote class="ugc baseHtml">Cảm ơn bạn đã like bài của mình</blockquote></article> </div> <div class="messageMeta"> <div class="privateControls"> <a href="profile-posts/168578/" title="Permalink" class="item muted"><abbr class="DateTime" data-time="1711641562" data-diff="11021" data-datestring="28 Tháng ba 2024" data-timestring="10:59 PM">28 Tháng ba 2024 lúc 10:59 PM</abbr></a> </div> <div class="publicControls"> <a href="profile-posts/168578/" class="item Tooltip OverlayTrigger" title="Tương tác" data-tipclass="flipped" data-offsetX="7" data-offsetY="-7">&#8226;&#8226;&#8226;</a> </div> </div> </div> </li> <li id="profile-post-168577" class="profilePostListItem " data-author="Tam thập tam thiên"> <a href="members/tam-thap-tam-thien.201877/" class="avatar Av201877s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="Tam thập tam thiên" /></a> <div class="messageInfo"> <div class="messageContent"> <span class="poster"> <a href="members/tam-thap-tam-thien.201877/" class="username" dir="auto">Tam thập tam thiên</a> <span class="muted">&#9658;</span> <a href="members/chiqudoll.62828/" class="username" dir="auto"><span class="style4">chiqudoll</span></a> </span> <article><blockquote class="ugc baseHtml">Mình sửa xong số thành chữ rồi nhờ bạn xem lại giúp .</blockquote></article> </div> <div class="messageMeta"> <div class="privateControls"> <a href="profile-posts/168577/" title="Permalink" class="item muted"><abbr class="DateTime" data-time="1711638468" data-diff="14115" data-datestring="28 Tháng ba 2024" data-timestring="10:07 PM">28 Tháng ba 2024 lúc 10:07 PM</abbr></a> </div> <div class="publicControls"> <a href="profile-posts/168577/" class="item Tooltip OverlayTrigger" title="Tương tác" data-tipclass="flipped" data-offsetX="7" data-offsetY="-7">&#8226;&#8226;&#8226;</a> </div> </div> </div> </li> <li id="profile-post-168576" class="profilePostListItem " data-author="Thanh Trắc Nguyễn Văn"> <a href="members/thanh-trac-nguyen-van.100948/" class="avatar Av100948s" data-avatarhtml="true"><img src="data/avatars/s/100/100948.jpg?1623376065" width="48" height="48" alt="Thanh Trắc Nguyễn Văn" /></a> <div class="messageInfo"> <div class="messageContent"> <span class="poster"> <a href="members/thanh-trac-nguyen-van.100948/" class="username" dir="auto"><span class="style14">Thanh Trắc Nguyễn Văn</span></a> </span> <article><blockquote class="ugc baseHtml"><a href="https://dembuon.vn/posts/1146210/" class="internalLink"><b>Link</b></a> <img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie2681" alt="*link*" title="Link *link*" /> <a href="https://dembuon.vn/posts/1146211/" class="internalLink"><b>Link</b></a> <img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie2681" alt="*link*" title="Link *link*" /></blockquote></article> </div> <div class="messageMeta"> <div class="privateControls"> <a href="profile-posts/168576/" title="Permalink" class="item muted"><abbr class="DateTime" data-time="1711635845" data-diff="16738" data-datestring="28 Tháng ba 2024" data-timestring="9:24 PM">28 Tháng ba 2024 lúc 9:24 PM</abbr></a> </div> <div class="publicControls"> <a href="profile-posts/168576/" class="item Tooltip OverlayTrigger" title="Tương tác" data-tipclass="flipped" data-offsetX="7" data-offsetY="-7">&#8226;&#8226;&#8226;</a> </div> </div> </div> </li> <li id="profile-post-168575" class="profilePostListItem " data-author="Jasmine92"> <a href="members/jasmine92.46344/" class="avatar Av46344s" data-avatarhtml="true"><img src="data/avatars/s/46/46344.jpg?1586100330" width="48" height="48" alt="Jasmine92" /></a> <div class="messageInfo"> <div class="messageContent"> <span class="poster"> <a href="members/jasmine92.46344/" class="username" dir="auto">Jasmine92</a> </span> <article><blockquote class="ugc baseHtml">Tui xin nghỉ vài ngày cho ổn định tâm trạng chút nha, mèo nhà tui vừa mất, tui buốn quá, giờ không có động lực làm gì hết</blockquote></article> </div> <div class="messageMeta"> <div class="privateControls"> <a href="profile-posts/168575/" title="Permalink" class="item muted"><abbr class="DateTime" data-time="1711633122" data-diff="19461" data-datestring="28 Tháng ba 2024" data-timestring="8:38 PM">28 Tháng ba 2024 lúc 8:38 PM</abbr></a> </div> <div class="publicControls"> <a href="profile-posts/168575/" class="item Tooltip OverlayTrigger" title="Tương tác" data-tipclass="flipped" data-offsetX="7" data-offsetY="-7">&#8226;&#8226;&#8226;</a> </div> </div> </div> </li> <li id="profile-post-168574" class="profilePostListItem " data-author="Phượng Chiếu Ngọc"> <a href="members/phuong-chieu-ngoc.125257/" class="avatar Av125257s" data-avatarhtml="true"><img src="data/avatars/s/125/125257.jpg?1637667065" width="48" height="48" alt="Phượng Chiếu Ngọc" /></a> <div class="messageInfo"> <div class="messageContent"> <span class="poster"> <a href="members/phuong-chieu-ngoc.125257/" class="username" dir="auto"><span class="style14">Phượng Chiếu Ngọc</span></a> </span> <article><blockquote class="ugc baseHtml">Tiểu Hồ Ly chương 6 <a href="https://dembuon.vn/threads/edit-tieu-ho-ly-sau-khi-bi-anh-de-nhat-ve-nha-lien-hot-tan-tuu-cach-nhi.132854/#post-1146205" class="internalLink"><b>Link</b></a> <img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie2681" alt="*link*" title="Link *link*" /></blockquote></article> </div> <div class="messageMeta"> <div class="privateControls"> <a href="profile-posts/168574/" title="Permalink" class="item muted"><abbr class="DateTime" data-time="1711632956" data-diff="19627" data-datestring="28 Tháng ba 2024" data-timestring="8:35 PM">28 Tháng ba 2024 lúc 8:35 PM</abbr></a> </div> <div class="publicControls"> <a href="profile-posts/168574/" class="item Tooltip OverlayTrigger" title="Tương tác" data-tipclass="flipped" data-offsetX="7" data-offsetY="-7">&#8226;&#8226;&#8226;</a> </div> </div> </div> </li> </ul>";s:4:"time";i:1711652583;s:9:"extraData";a:1:{s:17:"requiredExternals";a:1:{s:3:"css";a:10:{i:0;s:24:"profile_post_list_simple";i:1;s:7:"bb_code";i:2;s:24:"profile_post_list_simple";i:3;s:7:"bb_code";i:4;s:24:"profile_post_list_simple";i:5;s:7:"bb_code";i:6;s:24:"profile_post_list_simple";i:7;s:7:"bb_code";i:8;s:24:"profile_post_list_simple";i:9;s:7:"bb_code";}}}}}
    Run Time: 0.001051
  19. SELECT *
    FROM xf_node
    
    ORDER BY lft ASC
    Run Time: 0.000126
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALL    233Using filesort
  20. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000141
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const448Using where
  21. SELECT thread.*
    	,
    	poll.*,
    	forum.*
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_poll AS poll ON
    	(poll.content_type = 'thread' AND content_id = thread.thread_id)
    	INNER JOIN xf_forum AS forum ON
    	(forum.node_id = thread.node_id)
    WHERE ((thread.node_id IN (1, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 256, 2, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 205, 206, 210, 211, 213, 244, 208, 220, 221, 222, 223, 224, 225, 226, 3, 63, 64, 65, 66, 67, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 103, 104, 105, 106, 107, 246, 247, 248, 249, 250, 108, 109, 110, 111, 112, 4, 113, 114, 115, 116, 117, 123, 124, 125, 126, 127, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 5, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 6, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 7, 68, 69, 70, 71, 72, 118, 119, 120, 121, 122, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 255, 233, 234, 236, 245, 254, 235, 240, 53, 94, 203, 54, 55, 56, 57, 95, 96, 97, 99, 100, 93, 98, 101, 102, 58, 59, 60, 61, 62)) AND (thread.discussion_open = 1) AND (thread.discussion_state IN ('visible'))) AND (thread.discussion_type = 'poll')
    ORDER BY RAND()
     LIMIT 3
    Run Time: 0.193110
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumALLPRIMARY   223Using temporary; Using filesort
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post4dembuon_vn_d58b.forum.node_id316Using index condition; Using where
    SIMPLEpolleq_refcontent_type_content_idcontent_type_content_id31const,dembuon_vn_d58b.thread.thread_id1Using where
  22. SELECT *
    FROM xf_poll
    WHERE content_type = ?
    	AND content_id = ?
    Params: thread, 37427
    Run Time: 0.000078
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_pollconstcontent_type_content_idcontent_type_content_id31const,const1 
  23. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 36
    Run Time: 0.000036
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  24. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('forum_statistics')
    Params: 2
    Run Time: 0.000046
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 

Included Files (269, XenForo Classes: 71)

  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/Redis.php
  20. library/Redis/lib/Credis/Client.php
  21. library/Redis/lib/Credis/Sentinel.php
  22. library/Redis/Cm/Cache/Backend/Redis.php
  23. library/Zend/Cache/Backend.php
  24. library/Zend/Cache/Backend/ExtendedInterface.php
  25. library/Zend/Cache/Backend/Interface.php
  26. library/Zend/Cache/Core.php
  27. library/XenForo/CodeEvent.php
  28. library/XenForo/Options.php
  29. library/XenForo/Link.php
  30. library/XenForo/Template/Helper/Core.php
  31. library/Cng/TopX/Listener.php
  32. library/Cng/ViRewrite/Listener.php
  33. library/MobileRead/ProfileBbCode/Listener/InitDependencies.php
  34. library/Mod/TitleControl/Listener.php
  35. library/Dark/AzuCloud/Listener.php
  36. library/phc/KeywordManagement/Listener/Listener.php
  37. library/XenForo/ControllerPublic/Abstract.php
  38. library/XenForo/Controller.php
  39. library/Brivium/ReferralCreditSystem/EventListeners/Listener.php
  40. library/Brivium/BriviumHelper/EventListeners.php
  41. library/Brivium/BriviumHelper/1020271/EventListeners.php
  42. library/Mod/CascadingThreadListings/Listener/Listener.php
  43. library/Brivium/Credits/Listener/Listener.php
  44. library/Mod/OpenGraph/Listener.php
  45. library/SV/RedisCache/Listener.php
  46. library/Mod/ForumViewing/Listener/Listener.php
  47. library/Dark/TaigaChat/EventListener/Listener.php
  48. library/Mod/BumpThread/Listener.php
  49. library/WidgetFramework/Listener.php
  50. library/VNNET/NganluongATM/Listeners.php
  51. library/Tinhte/XenTag/Listener.php
  52. library/SV/RedisCache/XenForo/Model/DataRegistry.php
  53. library/XenForo/Phrase.php
  54. library/Brivium/Credits/Currency.php
  55. library/Brivium/Credits/Action.php
  56. library/Dark/AzuCloud/EventListener/FrontControllerPreView.php
  57. library/Brivium/CreditsIntegration/UserUpgrades/EventListeners/Listener.php
  58. library/VNNET/BBcodeCredits/Listener.php
  59. library/Brivium/Credits/ActionHandler/Login/ActionHandler.php
  60. library/Brivium/Credits/ActionHandler/Abstract.php
  61. library/Brivium/Credits/ActionHandler/Exchange/ActionHandler.php
  62. library/Brivium/Credits/ActionHandler/Transfer/ActionHandler.php
  63. library/Brivium/Credits/ActionHandler/Withdraw/ActionHandler.php
  64. library/Brivium/Credits/ActionHandler/Steal/ActionHandler.php
  65. library/Brivium/Credits/ActionHandler/PaypalPayment/ActionHandler.php
  66. library/Brivium/Credits/ActionHandler/PaypalPaymentRe/ActionHandler.php
  67. library/Brivium/Credits/ActionHandler/Registration/ActionHandler.php
  68. library/Brivium/Credits/ActionHandler/FacebookAssociate/ActionHandler.php
  69. library/Brivium/Credits/ActionHandler/FacebookDisassociate/ActionHandler.php
  70. library/Brivium/Credits/ActionHandler/TwitterAssociate/ActionHandler.php
  71. library/Brivium/Credits/ActionHandler/TwitterDisassociate/ActionHandler.php
  72. library/Brivium/Credits/ActionHandler/GoogleAssociate/ActionHandler.php
  73. library/Brivium/Credits/ActionHandler/GoogleDisassociate/ActionHandler.php
  74. library/Brivium/Credits/ActionHandler/Birthday/ActionHandler.php
  75. library/Brivium/Credits/ActionHandler/ImportVbb/ActionHandler.php
  76. library/Brivium/Credits/ActionHandler/Interest/ActionHandler.php
  77. library/Brivium/Credits/ActionHandler/UpdateFullProfile/ActionHandler.php
  78. library/Brivium/Credits/ActionHandler/UpdateFullProfileRe/ActionHandler.php
  79. library/Brivium/Credits/ActionHandler/UploadAvatar/ActionHandler.php
  80. library/Brivium/Credits/ActionHandler/UploadAvatarRe/ActionHandler.php
  81. library/Brivium/Credits/ActionHandler/UpdateHomepage/ActionHandler.php
  82. library/Brivium/Credits/ActionHandler/UpdateAbout/ActionHandler.php
  83. library/Brivium/Credits/ActionHandler/UpdateStatus/ActionHandler.php
  84. library/Brivium/Credits/ActionHandler/Follow/ActionHandler.php
  85. library/Brivium/Credits/ActionHandler/FollowRe/ActionHandler.php
  86. library/Brivium/Credits/ActionHandler/GetFollower/ActionHandler.php
  87. library/Brivium/Credits/ActionHandler/GetFollowerRe/ActionHandler.php
  88. library/Brivium/Credits/ActionHandler/ProfilePost/ActionHandler.php
  89. library/Brivium/Credits/ActionHandler/GetProfilePost/ActionHandler.php
  90. library/Brivium/Credits/ActionHandler/LikeProfilePost/ActionHandler.php
  91. library/Brivium/Credits/ActionHandler/LikeProfilePostRe/ActionHandler.php
  92. library/Brivium/Credits/ActionHandler/ReceiveProfilePostLike/ActionHandler.php
  93. library/Brivium/Credits/ActionHandler/ReceiveProfilePostLikeRe/ActionHandler.php
  94. library/Brivium/Credits/ActionHandler/CreateConversation/ActionHandler.php
  95. library/Brivium/Credits/ActionHandler/CreateConversationRe/ActionHandler.php
  96. library/Brivium/Credits/ActionHandler/ReceiveConversation/ActionHandler.php
  97. library/Brivium/Credits/ActionHandler/ReplyConversation/ActionHandler.php
  98. library/Brivium/Credits/ActionHandler/ConversationGetReply/ActionHandler.php
  99. library/Brivium/Credits/ActionHandler/TrophyReward/ActionHandler.php
  100. library/Brivium/Credits/ActionHandler/DailyReward/ActionHandler.php
  101. library/Brivium/Credits/ActionHandler/Salary/ActionHandler.php
  102. library/Brivium/Credits/ActionHandler/CreateNewThread/ActionHandler.php
  103. library/Brivium/Credits/ActionHandler/ThreadDeleted/ActionHandler.php
  104. library/Brivium/Credits/ActionHandler/ThreadGetReply/ActionHandler.php
  105. library/Brivium/Credits/ActionHandler/ThreadViewed/ActionHandler.php
  106. library/Brivium/Credits/ActionHandler/ReadThread/ActionHandler.php
  107. library/Brivium/Credits/ActionHandler/WatchThread/ActionHandler.php
  108. library/Brivium/Credits/ActionHandler/WatchThreadRe/ActionHandler.php
  109. library/Brivium/Credits/ActionHandler/ThreadGetWatched/ActionHandler.php
  110. library/Brivium/Credits/ActionHandler/ThreadGetWatchedRe/ActionHandler.php
  111. library/Brivium/Credits/ActionHandler/CreateNewPoll/ActionHandler.php
  112. library/Brivium/Credits/ActionHandler/VotePoll/ActionHandler.php
  113. library/Brivium/Credits/ActionHandler/PollGetVote/ActionHandler.php
  114. library/Brivium/Credits/ActionHandler/ThreadSticky/ActionHandler.php
  115. library/Brivium/Credits/ActionHandler/ThreadStickyRe/ActionHandler.php
  116. library/Brivium/Credits/ActionHandler/NewPost/ActionHandler.php
  117. library/Brivium/Credits/ActionHandler/PostDeleted/ActionHandler.php
  118. library/Brivium/Credits/ActionHandler/UploadAttachment/ActionHandler.php
  119. library/Brivium/Credits/ActionHandler/UploadAttachmentRe/ActionHandler.php
  120. library/Brivium/Credits/ActionHandler/DownloadAttachment/ActionHandler.php
  121. library/Brivium/Credits/ActionHandler/AttachmentDownloaded/ActionHandler.php
  122. library/Brivium/Credits/ActionHandler/LikePost/ActionHandler.php
  123. library/Brivium/Credits/ActionHandler/LikePostRe/ActionHandler.php
  124. library/Brivium/Credits/ActionHandler/ReceivePostLike/ActionHandler.php
  125. library/Brivium/Credits/ActionHandler/ReceivePostLikeRe/ActionHandler.php
  126. library/Brivium/Credits/ActionHandler/ReportPost/ActionHandler.php
  127. library/Brivium/Credits/ActionHandler/PostReported/ActionHandler.php
  128. library/Dark/AzuCloud/ActionHandler/AzuCloud.php
  129. library/Brivium/ReferralCreditSystem/ActionHandler/Referral/ActionHandler.php
  130. library/Brivium/ReferralCreditSystem/ActionHandler/BuyReferralTimes/ActionHandler.php
  131. library/Brivium/CreditsIntegration/UserUpgrades/ActionHandler/PurchaseUserUpgrade/ActionHandler.php
  132. library/VNNET/NganluongATM/ActionHandler/ATM.php
  133. library/VNNET/BBcodeCredits/ActionHandler/BbcodeGetCredit.php
  134. library/VNNET/BBcodeCredits/ActionHandler/BbcodeCredit.php
  135. library/Brivium/Credits/Events.php
  136. library/phc/LinkDirectory/Listener/Listener.php
  137. library/WidgetFramework/Option.php
  138. library/XenResource/Listener/Proxy.php
  139. library/XenForo/Router.php
  140. library/XenForo/Route/Filter.php
  141. library/XenForo/Route/Interface.php
  142. library/XenForo/Route/ResponseSuffix.php
  143. library/XenForo/Route/Prefix.php
  144. library/WidgetFramework/Route/Filter/PageX.php
  145. library/XenForo/Route/Prefix/Members.php
  146. library/XenForo/RouteMatch.php
  147. library/XenForo/ControllerPublic/Member.php
  148. library/VfcodersHH/Listener/LoadClass.php
  149. library/ThreadRating/Listener/Class.php
  150. library/MobileRead/ProfileBbCode/Listener/Proxy.php
  151. library/Brivium/Credits/ControllerPublic/Member.php
  152. library/Brivium/ReferralCreditSystem/ControllerPublic/Member.php
  153. library/phc/LinkDirectory/Extend/XenForo/ControllerPublic/Member.php
  154. library/VfcodersHH/ControllerPublic/Member.php
  155. library/MobileRead/ProfileBbCode/ControllerPublic/Member.php
  156. library/XenResource/Listener/Proxy/ControllerMember.php
  157. library/XenForo/Input.php
  158. library/XenForo/Session.php
  159. library/Zend/Db.php
  160. library/Zend/Db/Adapter/Mysqli.php
  161. library/Zend/Db/Adapter/Abstract.php
  162. library/Zend/Db/Select.php
  163. library/Zend/Db/Expr.php
  164. library/Zend/Db/Profiler.php
  165. library/Zend/Db/Statement/Mysqli.php
  166. library/Zend/Db/Statement.php
  167. library/Zend/Db/Statement/Interface.php
  168. library/XenForo/Helper/Ip.php
  169. library/XenForo/Visitor.php
  170. library/XenForo/Model/User.php
  171. library/Brivium/Credits/Model/User.php
  172. library/Brivium/ReferralCreditSystem/Model/User.php
  173. library/WidgetFramework/XenForo/Model/User.php
  174. library/XenResource/Listener/Proxy/ModelUser.php
  175. library/Zend/Db/Profiler/Query.php
  176. library/XenForo/Permission.php
  177. library/XenForo/Helper/Php.php
  178. library/XenForo/Locale.php
  179. library/Mod/StyleOverride/Listen.php
  180. library/XenForo/ControllerResponse/Reroute.php
  181. library/XenForo/ControllerResponse/Abstract.php
  182. library/XenForo/ControllerHelper/UserProfile.php
  183. library/XenForo/ControllerHelper/Abstract.php
  184. library/XenForo/Model/UserProfile.php
  185. library/XenForo/Model/ProfilePost.php
  186. library/WidgetFramework/XenForo/Model/ProfilePost.php
  187. library/XenForo/Model/UserField.php
  188. library/XenForo/Model/UserIgnore.php
  189. library/XenForo/Model/Conversation.php
  190. library/XenForo/ControllerResponse/View.php
  191. library/Brivium/Credits/Model/Credit.php
  192. library/VNNET/NganluongATM/Model/Credit.php
  193. library/XenForo/Helper/Cookie.php
  194. library/XenForo/ViewRenderer/HtmlPublic.php
  195. library/XenForo/ViewRenderer/Abstract.php
  196. library/XenForo/Template/Public.php
  197. library/XenForo/Template/Abstract.php
  198. library/Dark/AzuCloud/Model/Nakano.php
  199. library/WidgetFramework/Core.php
  200. library/XenForo/Model/Moderator.php
  201. library/Brivium/Credits/Model/Moderator.php
  202. library/XenResource/Listener/Proxy/ModelModerator.php
  203. library/WidgetFramework/Model/Widget.php
  204. library/WidgetFramework/Helper/Sort.php
  205. library/WidgetFramework/WidgetRenderer.php
  206. library/XenForo/ViewPublic/Member/View.php
  207. library/XenForo/ViewPublic/Base.php
  208. library/XenForo/View.php
  209. library/WidgetFramework/XenForo/View1.php
  210. library/MobileRead/ProfileBbCode/ViewPublic/Member/View.php
  211. library/XenForo/BbCode/Parser.php
  212. library/XenForo/BbCode/Formatter/Base.php
  213. library/phc/KeywordManagement/Extend/BbCode/Formatter/Base.php
  214. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  215. library/VfcodersHH/BbCode/Formatter/Base.php
  216. library/Tinhte/XenTag/XenForo/BbCode/Formatter/Base.php
  217. library/VNNET/BBcodeCredits/BbCode/Formatter/Base.php
  218. library/MobileRead/ProfileBbCode/BbCode/Formatter/Restricted.php
  219. library/VfcodersHH/Helper/Tags.php
  220. library/XenForo/BbCode/TextWrapper.php
  221. library/Mod/BumpThread/Template/Hook.php
  222. library/WidgetFramework/WidgetRenderer/ProfilePosts.php
  223. library/WidgetFramework/Model/Cache.php
  224. library/WidgetFramework/WidgetRenderer/Poll.php
  225. library/WidgetFramework/WidgetRenderer/Stats.php
  226. library/WidgetFramework/WidgetRenderer/Html.php
  227. library/WidgetFramework/WidgetRenderer/HtmlWithoutWrapper.php
  228. library/VfcodersHH/Listener/TemplateCreate.php
  229. library/XenResource/Listener/Template.php
  230. library/Dark/TaigaChat/EventListener/NavigationTabs.php
  231. library/phc/LinkDirectory/Model/Links.php
  232. library/phc/LinkDirectory/Route/Prefix/LD.php
  233. library/WidgetFramework/Template/Extended.php
  234. library/ThreadRating/Listener/Template.php
  235. library/XenForo/ViewPublic/Helper/User.php
  236. library/Brivium/ReferralCreditSystem/Model/UserReferral.php
  237. library/VfcodersHH/Listener/Hook.php
  238. library/MobileRead/ProfileBbCode/Template/Helper/ProfileBbCode.php
  239. library/XenForo/Helper/String.php
  240. library/XenForo/Route/Prefix/ProfilePosts.php
  241. library/XenForo/Model/Avatar.php
  242. library/WidgetFramework/Helper/String.php
  243. library/XenForo/Model/Thread.php
  244. library/Mod/CascadingThreadListings/Extend/Model/Thread.php
  245. library/SV/RedisCache/XenForo/Model/Thread.php
  246. library/Brivium/Credits/ActionHandler/ThreadViewed/Model/Thread.php
  247. library/Brivium/Credits/ActionHandler/ReadThread/Model/Thread.php
  248. library/Mod/BumpThread/Model/Thread.php
  249. library/WidgetFramework/XenForo/Model/Thread.php
  250. library/Tinhte/XenTag/XenForo/Model/Thread.php
  251. library/ThreadRating/Model/Thread.php
  252. library/XenForo/Model/Poll.php
  253. library/XenForo/Model/Node.php
  254. library/Mod/ForumViewing/Model/Node.php
  255. library/XenForo/NodeHandler/Category.php
  256. library/XenForo/NodeHandler/Abstract.php
  257. library/XenForo/NodeHandler/Forum.php
  258. library/XenForo/NodeHandler/LinkForum.php
  259. library/XenForo/Model/Category.php
  260. library/XenForo/Model/Forum.php
  261. library/Tinhte/XenTag/XenForo/Model/Forum.php
  262. library/XenForo/Model/LinkForum.php
  263. library/XenForo/Model/PermissionCache.php
  264. library/XenForo/Route/Prefix/Threads.php
  265. library/WidgetFramework/WidgetRenderer/Empty.php
  266. library/XenForo/Helper/Criteria.php
  267. library/XenForo/Debug.php
  268. library/Mod/TitleControl/Helper.php
  269. library/XenForo/ViewRenderer/Json.php