Page Time: 0.0735s

Memory: 3.8178 MB (Peak: 5.0497 MB)

Queries (31, time: 0.0231s, 31.5%)

  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.000598
    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.000180
    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.000185
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT *
    FROM xf_tag
    WHERE tag_url = ?
    Params: review-detox-herb
    Run Time: 0.000442
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_tagconsttag_urltag_url302const1 
  5. SELECT *
    FROM xf_tag_result_cache
    WHERE tag_id = ?
    	AND user_id = ?
    	AND expiry_date > ?
    Params: 1127, 0, 1714254918
    Run Time: 0.000112
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  6. SELECT tag_content_id, content_type, content_id
    FROM xf_tag_content
    WHERE tag_id = ?
    	AND visible = 1
    ORDER BY content_date DESC
     LIMIT 200
    Params: 1127
    Run Time: 0.000178
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_tag_contentreftag_id_content_datetag_id_content_date4const1Using where
  7. SELECT thread.*
    	,
    		user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    		node.title AS node_title, node.node_name,
    		post.message, post.attach_count,
    		NULL AS thread_read_date,
    		0 AS user_post_count,
    	permission.cache_value AS node_permission_cache
    FROM xf_thread AS thread
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    		LEFT JOIN xf_node AS node ON
    			(node.node_id = thread.node_id)
    		LEFT JOIN xf_post AS post ON
    			(post.post_id = thread.first_post_id)
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'node'
    			AND permission.content_id = thread.node_id)
    WHERE thread.thread_id IN (46396)
    Run Time: 0.000655
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpostconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  8. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 65d40b18c54a0244c3c0f7afb780ec54, a:7:{s:12:"sessionStart";i:1714254918;s:2:"ip";s:4:"8-";s:11:"sessionCsrf";s:16:"iR8HpcGJORKVH3U3";s:9:"userAgent";s:103:"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;s:11:"sedoQuattro";a:1:{s:18:"noJsonRequestPaths";a:6:{s:8:"basePath";s:1:"/";s:4:"host";s:20:"quangbakinhdoanh.com";s:8:"protocol";s:5:"https";s:12:"fullBasePath";s:29:"https://quangbakinhdoanh.com/";s:10:"requestUri";s:33:"/tags/review-detox-herb/?_debug=1";s:7:"fullUri";s:61:"https://quangbakinhdoanh.com/tags/review-detox-herb/?_debug=1";}}}, 1714258518
    Run Time: 0.000145
  9. 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, 8-, 8-, XenForo_ControllerPublic_Tag, Tag, valid, tag_url=review-detox-herb, 1714254918,
    Run Time: 0.000080
  10. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'search_result_thread', 'wf_widget_wrapper', 'wf_widget_threads', 'wf_widget_online_staff', 'wf_widget_online_users', 'wf_widget_profile_posts', 'wf_widget_stats', 'tag_view', 'nat_childlinks')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000222
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 10Using where
  11. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('home')
    Params: 2
    Run Time: 0.000108
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  12. SELECT thread.*
    	,
    	user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    	node.title AS node_title, node.node_name
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    	LEFT JOIN xf_node AS node ON
    		(node.node_id = thread.node_id)
    WHERE (thread.node_id IN ('54')) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.post_date DESC
     LIMIT 30
    Run Time: 0.013700
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadindexnode_id_last_post_date,node_id_sticky_state_last_postpost_date4 2245Using where
    SIMPLEusereq_refPRIMARYPRIMARY4qbkdcom_new.thread.user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4qbkdcom_new.thread.node_id1 
  13. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000317
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const73Using where
  14. SELECT node.*, forum.*
    	
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    WHERE node.node_id IN (54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54)
    Run Time: 0.000338
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnoderangePRIMARYPRIMARY4 1Using where
    SIMPLEforumeq_refPRIMARYPRIMARY4qbkdcom_new.node.node_id1 
  15. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (373688, 373269, 372724, 372626, 372395, 372372, 372307, 372280, 372151, 372118)
                    AND (data.filename LIKE '%.png' OR
                        data.filename LIKE '%.jpg' OR
                        data.filename LIKE '%.jpeg' OR
                        data.filename LIKE '%.jpe' OR
                        data.filename LIKE '%.gif')
    GROUP BY attachment.content_id
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000296
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 10Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4qbkdcom_new.attachment.data_id1Using where
  16. SELECT
    	post.*
    	
    FROM xf_post AS post
    WHERE post.post_id IN (373688, 373269, 372724, 372626, 372395, 372372, 372307, 372280, 372151, 372118)
    Run Time: 0.000202
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARYPRIMARY4 10Using where
  17. SELECT node.*, forum.*
    	
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    WHERE node.node_id = ?
    Params: 54
    Run Time: 0.000264
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
  18. SELECT session_activity.*
    	,
    	user.*
    FROM xf_session_activity AS session_activity
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = session_activity.user_id)
    WHERE (session_activity.view_date > 1714254018)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.001420
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 124Using where
    SIMPLEusereq_refPRIMARYPRIMARY4qbkdcom_new.session_activity.user_id1 
  19. SELECT session_activity.*
    	,
    	user.*
    FROM xf_session_activity AS session_activity
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = session_activity.user_id)
    WHERE (session_activity.view_date > 1714254018)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.001193
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 124Using where
    SIMPLEusereq_refPRIMARYPRIMARY4qbkdcom_new.session_activity.user_id1 
  20. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc__1_tag_view', 'wfc_1ba364531eabedf893b81')
    Run Time: 0.000143
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  21. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc__1_tag_view_lock')
    Run Time: 0.000090
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  22. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_tag_view_lock, a:1:{s:15:"tag_view_lock_6";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1714254918;}}
    Run Time: 0.000178
  23. 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.000918
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEprofile_postALL    400Using where; Using filesort
    SIMPLEposting_usereq_refPRIMARYPRIMARY4qbkdcom_new.profile_post.user_id1 
    SIMPLEreceiving_usereq_refPRIMARYPRIMARY4qbkdcom_new.profile_post.profile_user_id1 
    SIMPLEreceiving_user_privacyeq_refPRIMARYPRIMARY4qbkdcom_new.profile_post.profile_user_id1 
    SIMPLEreceiving_user_followeq_refPRIMARY,follow_user_idPRIMARY8qbkdcom_new.profile_post.profile_user_id,const1Using index
  24. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_tag_view, a:1:{s:10:"tag_view_6";a:3:{s:4:"html";s:5903:"<ul class="WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostList"> <li id="profile-post-479" class="profilePostListItem " data-author="Jonhseen"> <a href="members/jonhseen.10078/" class="avatar Av10078s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="Jonhseen" /></a> <div class="messageInfo"> <div class="messageContent"> <span class="poster"> <a href="members/jonhseen.10078/" class="username" dir="auto"><span class="style2">Jonhseen</span></a> </span> <article><blockquote class="ugc baseHtml">zxaxasdasdasx</blockquote></article> </div> <div class="messageMeta"> <div class="privateControls"> <a href="profile-posts/479/" title="Permalink" class="item muted"><abbr class="DateTime" data-time="1713808901" data-diff="446017" data-datestring="23/4/24" data-timestring="01:01">23/4/24 lúc 01:01</abbr></a> </div> <div class="publicControls"> <a href="profile-posts/479/" 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-478" class="profilePostListItem " data-author="Icecricnews"> <a href="members/icecricnews.9943/" class="avatar Av9943s" data-avatarhtml="true"><img src="data/avatars/s/9/9943.jpg?1713273500" width="48" height="48" alt="Icecricnews" /></a> <div class="messageInfo"> <div class="messageContent"> <span class="poster"> <a href="members/icecricnews.9943/" class="username" dir="auto"><span class="style2">Icecricnews</span></a> </span> <article><blockquote class="ugc baseHtml"><a href="https://www.icecric.news/gt-vs-dc-match-highlights-and-report-ipl/" rel="nofollow" class="externalLink" target="_blank">https://www.icecric.news/gt-vs-dc-match-highlights-and-report-ipl/</a></blockquote></article> </div> <div class="messageMeta"> <div class="privateControls"> <a href="profile-posts/478/" title="Permalink" class="item muted"><span class="DateTime" title="18/4/24 lúc 19:53">18/4/24</span></a> </div> <div class="publicControls"> <a href="profile-posts/478/" 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-477" class="profilePostListItem " data-author="Viecoi"> <a href="members/viecoi.9965/" class="avatar Av9965s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_s.png" width="48" height="48" alt="Viecoi" /></a> <div class="messageInfo"> <div class="messageContent"> <span class="poster"> <a href="members/viecoi.9965/" class="username" dir="auto"><span class="style2">Viecoi</span></a> </span> <article><blockquote class="ugc baseHtml">Tìm việc làm: <a href="https://viecoi.vn/" rel="nofollow" class="externalLink" target="_blank">https://viecoi.vn/</a></blockquote></article> </div> <div class="messageMeta"> <div class="privateControls"> <a href="profile-posts/477/" title="Permalink" class="item muted"><span class="DateTime" title="17/4/24 lúc 17:33">17/4/24</span></a> </div> <div class="publicControls"> <a href="profile-posts/477/" 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-476" class="profilePostListItem " data-author="Icecricnews"> <a href="members/icecricnews.9943/" class="avatar Av9943s" data-avatarhtml="true"><img src="data/avatars/s/9/9943.jpg?1713273500" width="48" height="48" alt="Icecricnews" /></a> <div class="messageInfo"> <div class="messageContent"> <span class="poster"> <a href="members/icecricnews.9943/" class="username" dir="auto"><span class="style2">Icecricnews</span></a> </span> <article><blockquote class="ugc baseHtml">Neville Compares the Body of Ronaldo and Trent <a href="https://www.icecric.news/neville-compares-the-body-of-ronaldo-and-trent" rel="nofollow" class="externalLink" target="_blank">https://www.icecric.news/neville-compares-the-body-of-ronaldo-and-trent</a></blockquote></article> </div> <div class="messageMeta"> <div class="privateControls"> <a href="profile-posts/476/" title="Permalink" class="item muted"><span class="DateTime" title="16/4/24 lúc 20:20">16/4/24</span></a> </div> <div class="publicControls"> <a href="profile-posts/476/" 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-475" class="profilePostListItem " data-author="linkvn88"> <a href="members/linkvn88.9788/" class="avatar Av9788s" data-avatarhtml="true"><img src="data/avatars/s/9/9788.jpg?1712723019" width="48" height="48" alt="linkvn88" /></a> <div class="messageInfo"> <div class="messageContent"> <span class="poster"> <a href="members/linkvn88.9788/" class="username" dir="auto"><span class="style2">linkvn88</span></a> </span> <article><blockquote class="ugc baseHtml">Link VN88 - Cập nhật Link vào VN88 tải App nhận ưu đãi siêu Hot</blockquote></article> </div> <div class="messageMeta"> <div class="privateControls"> <a href="profile-posts/475/" title="Permalink" class="item muted"><span class="DateTime" title="10/4/24 lúc 11:24">10/4/24</span></a> </div> <div class="publicControls"> <a href="profile-posts/475/" 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:1714254918;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.000173
  25. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_tag_view_lock, a:1:{s:15:"tag_view_lock_6";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1714254918;}}
    Run Time: 0.000119
  26. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: boardTotals
    Run Time: 0.000116
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  27. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('staff_online_now', 'members_online_now', 'forum_statistics')
    Params: 2
    Run Time: 0.000152
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 3Using where
  28. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('EWRporta_Navtabs', 'nat_linkstemplate', 'xm_widgets_threads', 'wf_hook_moderator_bar', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000228
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 5Using where
  29. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRME_page_container_head')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000129
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  30. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('nat_bodyjs')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000138
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  31. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('VigLink')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000123
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (180, XenForo Classes: 67)

  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/Hex/Listener/InitDependencies.php
  33. library/Hex/Listener/InitDependencies/20150212.php
  34. library/Hex/Listener/ControllerPreDispatch/20150911.php
  35. library/Brivium/BriviumHelper/EventListeners.php
  36. library/Brivium/BriviumHelper/1010071/EventListeners.php
  37. library/EWRporta/Listener/Model.php
  38. library/Brivium/ThreadClassified/EventListeners/Listener.php
  39. library/HDJuegos/WaterMarkAdd/Listener.php
  40. library/WidgetFramework/Listener.php
  41. library/Waindigo/Listener/InitDependencies.php
  42. library/Waindigo/Listener/InitDependencies/20150212.php
  43. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  44. library/NodesAsTabs/Listen.php
  45. library/WidgetFramework/Option.php
  46. library/Sedo/TinyQuattro/Listener/AllInOne.php
  47. library/XenForo/Router.php
  48. library/XenForo/Route/Filter.php
  49. library/XenForo/Route/Interface.php
  50. library/XenForo/Route/ResponseSuffix.php
  51. library/XenForo/Route/Prefix.php
  52. library/Waindigo/ShorterRoutes/Listener/InitRouterPublic.php
  53. library/Waindigo/ShorterRoutes/Route/ShorterRoute.php
  54. library/XenForo/Route/Prefix/Tags.php
  55. library/EWRporta/Listener/Route.php
  56. library/vtLai/UrlKhongDau/Listener.php
  57. library/XenForo/RouteMatch.php
  58. library/XenForo/ControllerPublic/Tag.php
  59. library/XenForo/ControllerPublic/Abstract.php
  60. library/XenForo/Controller.php
  61. library/EWRporta/Listener/Controller.php
  62. library/Vinavb/CustomNodeIcon/Listener.php
  63. library/XenForo/Input.php
  64. library/XenForo/Session.php
  65. library/XenForo/Helper/Ip.php
  66. library/XenForo/Visitor.php
  67. library/XenForo/Model/User.php
  68. library/WidgetFramework/XenForo/Model/User.php
  69. library/XenForo/Permission.php
  70. library/XenForo/Helper/Php.php
  71. library/XenForo/Phrase.php
  72. library/XenForo/Locale.php
  73. library/XenForo/ControllerResponse/Reroute.php
  74. library/XenForo/ControllerResponse/Abstract.php
  75. library/XenForo/Model/Tag.php
  76. library/XenForo/TagHandler/Thread.php
  77. library/XenForo/TagHandler/Abstract.php
  78. library/XenForo/Model/Thread.php
  79. library/Brivium/ThreadClassified/Model/Thread.php
  80. library/WidgetFramework/XenForo/Model/Thread.php
  81. library/XenForo/Model/Forum.php
  82. library/XenForo/Helper/String.php
  83. library/XenForo/ControllerResponse/View.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/XMWidgets/Listen.php
  92. library/WidgetFramework/Model/Widget.php
  93. library/WidgetFramework/Helper/LayoutEditor.php
  94. library/WidgetFramework/Helper/Sort.php
  95. library/XenForo/ViewPublic/Tag/View.php
  96. library/XenForo/ViewPublic/Base.php
  97. library/XenForo/View.php
  98. library/EWRporta/Listener/ViewPublic.php
  99. library/WidgetFramework/XenForo/View1.php
  100. library/Brivium/MetadataEssential/EventListeners/Listener.php
  101. library/Hex/Thumbnails/Listener/TemplateCreate.php
  102. library/Hex/Listener/TemplateCreate.php
  103. library/Hex/Listener/TemplateCreate/20150106.php
  104. library/vtLai/TopX/Listener.php
  105. library/WidgetFramework/WidgetRenderer.php
  106. library/WidgetFramework/WidgetRenderer/HtmlWithoutWrapper.php
  107. library/WidgetFramework/WidgetRenderer/Html.php
  108. library/WidgetFramework/WidgetRenderer/Threads.php
  109. library/Hex/Thumbnails/Listener/LoadClass.php
  110. library/Hex/Listener/LoadClass.php
  111. library/Hex/Listener/LoadClass/20150518.php
  112. library/Hex/Thumbnails/Extend/WidgetFramework/WidgetRenderer/Threads.php
  113. library/WidgetFramework/WidgetRenderer/OnlineStaff.php
  114. library/WidgetFramework/WidgetRenderer/OnlineUsers.php
  115. library/WidgetFramework/WidgetRenderer/ProfilePosts.php
  116. library/WidgetFramework/Model/Cache.php
  117. library/WidgetFramework/WidgetRenderer/Stats.php
  118. library/XenForo/Route/Prefix/Members.php
  119. library/vtLai/UrlKhongDau/Members.php
  120. library/EWRporta/Listener/NavTabs.php
  121. library/EWRporta/Model/Perms.php
  122. library/NodesAsTabs/NavTabs.php
  123. library/NodesAsTabs/Model/Options.php
  124. library/XenForo/Model/Node.php
  125. library/Hex/Thumbnails/Extend/XenForo/Model/Node.php
  126. library/XenForo/Route/Prefix/Forums.php
  127. library/Waindigo/ShorterRoutes/Listener/LoadClass.php
  128. library/Waindigo/Listener/LoadClass.php
  129. library/Waindigo/Listener/LoadClass/20150106.php
  130. library/Waindigo/ShorterRoutes/Extend/XenForo/Route/Prefix/Forums.php
  131. library/vtLai/UrlKhongDau/Forums.php
  132. library/vtLai/UrlKhongDau/Converter.php
  133. library/Waindigo/ShorterRoutes/Link.php
  134. library/Hex/Thumbnails/Listener/TemplatePostRender.php
  135. library/Hex/Listener/TemplatePostRender.php
  136. library/Hex/Listener/TemplatePostRender/20150106.php
  137. library/Hex/Listener/Template.php
  138. library/Hex/Listener/Template/20150106.php
  139. library/XenForo/Route/Prefix/Categories.php
  140. library/vtLai/UrlKhongDau/Categories.php
  141. library/XMWidgets/Threads/Main.php
  142. library/WidgetFramework/Template/Extended.php
  143. library/Sedo/TinyQuattro/Listener/Templates/Preloader.php
  144. library/Sedo/TinyQuattro/Helper/Quattro.php
  145. library/XenForo/Model/Avatar.php
  146. library/XenForo/Route/Prefix/Threads.php
  147. library/Waindigo/ShorterRoutes/Extend/XenForo/Route/Prefix/Threads.php
  148. library/EWRporta/Route/Thread.php
  149. library/vtLai/UrlKhongDau/Threads.php
  150. library/WidgetFramework/Helper/String.php
  151. library/XenForo/Model/Post.php
  152. library/EWRporta/Model/Post.php
  153. library/Hex/Thumbnails/Model/Thumbnails.php
  154. library/XenForo/Model/Attachment.php
  155. library/Hex/Thumbnails/Extend/XenForo/Model/Attachment.php
  156. library/EWRporta/Model/Attachment.php
  157. library/HDJuegos/WaterMarkAdd/ModelOverride/Attachment.php
  158. library/XenForo/DataWriter.php
  159. library/XenForo/DataWriter/Forum.php
  160. library/XenForo/DataWriter/Node.php
  161. library/XenForo/DataWriter/DiscussionContainerInterface.php
  162. library/EWRporta/Listener/DataWriter.php
  163. library/Hex/Thumbnails/Extend/XenForo/DataWriter/Forum.php
  164. library/Brivium/MetadataEssential/DataWriter/Forum.php
  165. library/Vinavb/CustomNodeIcon/XenForo/DataWriter/Forum.php
  166. library/XenForo/Model/Session.php
  167. library/Zend/Exception.php
  168. library/XenForo/Model/ProfilePost.php
  169. library/WidgetFramework/XenForo/Model/ProfilePost.php
  170. library/XenForo/Model/UserProfile.php
  171. library/XenForo/Route/Prefix/ProfilePosts.php
  172. library/XenForo/Model/Counters.php
  173. library/XenForo/Debug.php
  174. library/EWRporta/Listener/Template.php
  175. library/Hex/Thumbnails/Listener/TemplateHook.php
  176. library/Hex/Listener/TemplateHook.php
  177. library/Hex/Listener/TemplateHook/20150106.php
  178. library/VigLink/Listener.php
  179. library/XenForo/ViewRenderer/Json.php
  180. library/Vinavb/CustomNodeIcon/Icon.php