Page Time: 0.2958s

Memory: 21.8608 MB (Peak: 22.7928 MB)

Queries (94, time: 0.1050s, 35.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.000448
    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.000158
    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.000145
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: c2ad88e43fff7ce68ef8297dbe9dc8c8, a:8:{s:12:"sessionStart";i:1713490457;s:2:"ip";s:4:"¼ü";s:11:"sessionCsrf";s:16:"DBKwmlF5Uv8pfHU7";s:9:"userAgent";s:9:"claudebot";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;s:15:"isIpDiscouraged";a:2:{s:6:"result";b:0;s:7:"version";i:1487748357;}s:11:"sedoQuattro";a:1:{s:18:"noJsonRequestPaths";a:6:{s:8:"basePath";s:1:"/";s:4:"host";s:22:"diendanthammyvien.info";s:8:"protocol";s:4:"http";s:12:"fullBasePath";s:30:"http://diendanthammyvien.info/";s:10:"requestUri";s:10:"/?_debug=1";s:7:"fullUri";s:39:"http://diendanthammyvien.info/?_debug=1";}}}, 1713494057
    Run Time: 0.000138
  5. 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, ¼ü, ¼ü, EWRporta_ControllerPublic_Portal, Index, valid, , 1713490457,
    Run Time: 0.000085
  6. SELECT *
    	FROM EWRporta_layouts
    WHERE layout_id = ?
    Params: portal
    Run Time: 0.000120
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_layoutsconstPRIMARYPRIMARY77const1 
  7. SELECT *, 'disabled' AS position
    	FROM EWRporta_blocks
    WHERE active = 1
    ORDER BY block_id ASC
    Run Time: 0.000252
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_blocksindex PRIMARY77 17Using where
  8. SELECT * FROM EWRporta_caches
    Run Time: 0.000200
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesALL    7 
  9. SELECT * FROM EWRporta_options
    Run Time: 0.000271
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_optionsALL    80 
  10. SELECT xf_thread.*, xf_user.*, xf_post.message, xf_post.attach_count, xf_node.title AS node_title, 
    	IF(xf_user.username IS NULL, xf_thread.username, xf_user.username) AS username,
    	IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) AS promote_date,
    	EWRporta_promotes.promote_icon, EWRporta_promotes.promote_data
    FROM xf_thread
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    	INNER JOIN xf_node ON (xf_node.node_id = xf_thread.node_id)
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE ( xf_thread.node_id IN ('17', '16', '18', '20', '21', '19', '22', '23', '24', '25', '26', '27', '28') OR EWRporta_promotes.promote_date < ? )
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    ORDER BY sticky DESC,  promote_date DESC
    LIMIT ?, ?
    Params: 1713490457, 1713490457, 0, 7
    Run Time: 0.014181
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   2245Using where; Using temporary; Using filesort
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (hash join)
    SIMPLExf_nodeeq_refPRIMARYPRIMARY4ddtm.xf_thread.node_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4ddtm.xf_thread.user_id1 
    SIMPLExf_posteq_refPRIMARYPRIMARY4ddtm.xf_thread.first_post_id1 
  11. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (1218)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000267
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const2Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  12. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (935)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000259
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const2Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  13. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (923)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000225
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const2Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  14. SELECT COUNT(*) AS total
    	FROM xf_thread
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE (xf_thread.node_id IN ('17', '16', '18', '20', '21', '19', '22', '23', '24', '25', '26', '27', '28') OR EWRporta_promotes.promote_date < ?)
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    Params: 1713490457, 1713490457
    Run Time: 0.001816
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   2245Using where
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (hash join)
  15. SELECT *
    	FROM EWRporta_caches
    WHERE block_id = ?
    Params: generalnews
    Run Time: 0.000194
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesconstPRIMARYPRIMARY77const1 
  16. SELECT *
    	FROM EWRporta_caches
    WHERE block_id = ?
    Params: generalnews
    Run Time: 0.000149
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesconstPRIMARYPRIMARY77const1 
  17. begin
    Run Time: 0.000143
  18. UPDATE `EWRporta_caches` SET `results` = ?, `date` = ? WHERE (block_id = 'generalnews')
    Params: a:2:{s:6:"option";a:9:{s:5:"forum";a:13:{i:0;s:2:"17";i:1;s:2:"16";i:2;s:2:"18";i:3;s:2:"20";i:4;s:2:"21";i:5;s:2:"19";i:6;s:2:"22";i:7;s:2:"23";i:8;s:2:"24";i:9;s:2:"25";i:10;s:2:"26";i:11;s:2:"27";i:12;s:2:"28";}s:8:"leftdate";s:1:"0";s:5:"limit";s:1:"7";s:7:"pagenav";s:1:"0";s:6:"social";s:1:"1";s:6:"sticky";s:1:"1";s:8:"truncate";s:3:"200";s:7:"parseBB";b:1;s:5:"count";i:681;}s:11:"generalnews";a:7:{i:0;a:62:{s:9:"thread_id";i:986;s:7:"node_id";i:21;s:5:"title";s:28:"Công nghệ nâng mÅ©i 2016";s:11:"reply_count";i:1;s:10:"view_count";i:2231;s:7:"user_id";i:54;s:8:"username";s:6:"mrpham";s:9:"post_date";i:1480144676;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:1218;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1516807143;s:12:"last_post_id";i:3437;s:17:"last_post_user_id";i:1018;s:18:"last_post_username";s:6:"Phuong";s:9:"prefix_id";i:0;s:13:"thumbnail_url";s:0:"";s:24:"thumbnail_cache_waindigo";s:0:"";s:18:"tinhte_xentag_tags";s:6:"a:0:{}";s:23:"tinhte_xentag_is_tagged";i:0;s:5:"email";s:24:"thanhquynh.tmv@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:0:"";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:0:"";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:24;s:13:"message_count";i:223;s:20:"conversations_unread";i:0;s:13:"register_date";i:1466829656;s:13:"last_activity";i:1562206843;s:13:"trophy_points";i:16;s:13:"alerts_unread";i:10;s:11:"avatar_date";i:1466829752;s:12:"avatar_width";i:256;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:3;s:14:"warning_points";i:0;s:8:"is_staff";i:0;s:7:"message";s:259:"Công nghệ nâng mÅ©i má»›i nhất 2016 má»™t giải pháp nâng mÅ©i hoàn hảo đó chính là công nghệ nâng mÅ©i s line giúp những ngÆ°á»i sống mÅ©i bị thấp, tẹt, lệch… có thể sở hữu dáng mÅ©i cao thẳng, làm cho khuôn...";s:12:"attach_count";i:2;s:10:"node_title";s:17:"Nâng mÅ©i đẹp";s:12:"promote_date";i:1480144676;s:12:"promote_icon";N;s:12:"promote_data";i:293;s:3:"day";s:2:"26";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:14:"month_11_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:11:"attachments";a:2:{i:293;a:19:{s:13:"attachment_id";i:293;s:7:"data_id";i:293;s:12:"content_type";s:4:"post";s:10:"content_id";i:1218;s:11:"attach_date";i:1480144539;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:7388;s:8:"filename";s:65:"cong-nghe-nang-mui-moi-nhat-2015-giai-phap-nang-mui-hoan-hao1.jpg";s:9:"file_size";i:42277;s:9:"file_hash";s:32:"b795be65446fb296af803aa6749f2ff3";s:5:"width";i:660;s:6:"height";i:444;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:67;s:12:"thumbnailUrl";s:59:"data/attachments/0/293-b795be65446fb296af803aa6749f2ff3.jpg";s:9:"deleteUrl";s:88:"attachments/cong-nghe-nang-mui-moi-nhat-2015-giai-phap-nang-mui-hoan-hao1-jpg.293/delete";s:7:"viewUrl";s:82:"attachments/cong-nghe-nang-mui-moi-nhat-2015-giai-phap-nang-mui-hoan-hao1-jpg.293/";s:9:"extension";s:3:"jpg";}i:294;a:19:{s:13:"attachment_id";i:294;s:7:"data_id";i:294;s:12:"content_type";s:4:"post";s:10:"content_id";i:1218;s:11:"attach_date";i:1480144611;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:247;s:8:"filename";s:27:"bac-si-tu-van-nang-mui2.jpg";s:9:"file_size";i:917794;s:9:"file_hash";s:32:"1f1c6bed44809c9a83b35368d1c2fd4a";s:5:"width";i:600;s:6:"height";i:400;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:66;s:12:"thumbnailUrl";s:59:"data/attachments/0/294-1f1c6bed44809c9a83b35368d1c2fd4a.jpg";s:9:"deleteUrl";s:50:"attachments/bac-si-tu-van-nang-mui2-jpg.294/delete";s:7:"viewUrl";s:44:"attachments/bac-si-tu-van-nang-mui2-jpg.294/";s:9:"extension";s:3:"jpg";}}s:6:"attach";a:19:{s:13:"attachment_id";i:293;s:7:"data_id";i:293;s:12:"content_type";s:4:"post";s:10:"content_id";i:1218;s:11:"attach_date";i:1480144539;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:7388;s:8:"filename";s:65:"cong-nghe-nang-mui-moi-nhat-2015-giai-phap-nang-mui-hoan-hao1.jpg";s:9:"file_size";i:42277;s:9:"file_hash";s:32:"b795be65446fb296af803aa6749f2ff3";s:5:"width";i:660;s:6:"height";i:444;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:67;s:12:"thumbnailUrl";s:59:"data/attachments/0/293-b795be65446fb296af803aa6749f2ff3.jpg";s:9:"deleteUrl";s:88:"attachments/cong-nghe-nang-mui-moi-nhat-2015-giai-phap-nang-mui-hoan-hao1-jpg.293/delete";s:7:"viewUrl";s:82:"attachments/cong-nghe-nang-mui-moi-nhat-2015-giai-phap-nang-mui-hoan-hao1-jpg.293/";s:9:"extension";s:3:"jpg";}}i:1;a:61:{s:9:"thread_id";i:855;s:7:"node_id";i:22;s:5:"title";s:89:"Lông naÌch, tay vaÌ€ chân tÆ°Ì£ ruÌ£ng không 1 coÌ£ng sau 1 lần sử duÌ£ng chanh";s:11:"reply_count";i:2;s:10:"view_count";i:2762;s:7:"user_id";i:104;s:8:"username";s:14:"hoa trên cá»";s:9:"post_date";i:1474170367;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:1012;s:16:"first_post_likes";i:1;s:14:"last_post_date";i:1519290274;s:12:"last_post_id";i:3523;s:17:"last_post_user_id";i:1272;s:18:"last_post_username";s:20:"phongkhamdasothic283";s:9:"prefix_id";i:0;s:13:"thumbnail_url";s:0:"";s:24:"thumbnail_cache_waindigo";s:0:"";s:18:"tinhte_xentag_tags";s:6:"a:0:{}";s:23:"tinhte_xentag_is_tagged";i:0;s:5:"email";s:19:"hoatrenco@gmail.com";s:6:"gender";s:6:"female";s:12:"custom_title";s:0:"";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:2;s:19:"secondary_group_ids";s:0:"";s:22:"display_style_group_id";i:2;s:25:"permission_combination_id";i:2;s:13:"message_count";i:16;s:20:"conversations_unread";i:0;s:13:"register_date";i:1467948925;s:13:"last_activity";i:1476590449;s:13:"trophy_points";i:1;s:13:"alerts_unread";i:4;s:11:"avatar_date";i:0;s:12:"avatar_width";i:0;s:13:"avatar_height";i:0;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:0;s:9:"is_banned";i:0;s:10:"like_count";i:1;s:14:"warning_points";i:0;s:8:"is_staff";i:0;s:7:"message";s:252:"- Ãp dụng nÆ°á»›c cốt chanh theo cách này, biến lông nách, lông tay, lông chân sẽ tá»± dụng hoàn toàn ngay sau lần sá»­ dụng đầu tiên. - Chanh không chỉ biết đến là má»™t loại quả cung cấp nhiá»u vitamin,...";s:12:"attach_count";i:0;s:10:"node_title";s:23:"Cách chữa hôi nách";s:12:"promote_date";i:1474170367;s:12:"promote_icon";N;s:12:"promote_data";s:57:"http://img.blogtamsu.vn/2016/09/tay-long-blogtamsuvn2.jpg";s:3:"day";s:2:"18";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_9_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:57:"http://img.blogtamsu.vn/2016/09/tay-long-blogtamsuvn2.jpg";}i:2;a:62:{s:9:"thread_id";i:815;s:7:"node_id";i:18;s:5:"title";s:39:"Phẫu thuật thẩm mỹ nâng ngá»±c";s:11:"reply_count";i:7;s:10:"view_count";i:4416;s:7:"user_id";i:54;s:8:"username";s:6:"mrpham";s:9:"post_date";i:1472525029;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:935;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1589274773;s:12:"last_post_id";i:4170;s:17:"last_post_user_id";i:1482;s:18:"last_post_username";s:10:"evalequyen";s:9:"prefix_id";i:0;s:13:"thumbnail_url";s:0:"";s:24:"thumbnail_cache_waindigo";s:0:"";s:18:"tinhte_xentag_tags";s:6:"a:0:{}";s:23:"tinhte_xentag_is_tagged";i:0;s:5:"email";s:24:"thanhquynh.tmv@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:0:"";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:0:"";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:24;s:13:"message_count";i:223;s:20:"conversations_unread";i:0;s:13:"register_date";i:1466829656;s:13:"last_activity";i:1562206843;s:13:"trophy_points";i:16;s:13:"alerts_unread";i:10;s:11:"avatar_date";i:1466829752;s:12:"avatar_width";i:256;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:3;s:14:"warning_points";i:0;s:8:"is_staff";i:0;s:7:"message";s:266:"Nâng ngá»±c thẩm mỹ ngày nay đã trở thành nhu làm đẹp chính đáng của rất nhiá»u chị em phụ nữ. Äôi gò bồng gợi cảm, săn chắc, quyến rÅ© luôn làm cho bạn tá»± tin và ngÆ°á»i đối diện luôn ngưỡng má»™ bạn....";s:12:"attach_count";i:2;s:10:"node_title";s:27:"Phẫu thuật nâng ngá»±c";s:12:"promote_date";i:1472525029;s:12:"promote_icon";N;s:12:"promote_data";i:154;s:3:"day";s:2:"30";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_8_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:11:"attachments";a:2:{i:154;a:19:{s:13:"attachment_id";i:154;s:7:"data_id";i:154;s:12:"content_type";s:4:"post";s:10:"content_id";i:935;s:11:"attach_date";i:1472524831;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:5811;s:8:"filename";s:32:"phau-thuat-tham-my-nang-nguc.jpg";s:9:"file_size";i:30397;s:9:"file_hash";s:32:"075e34ed145cad8f733793563215bae7";s:5:"width";i:400;s:6:"height";i:379;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:94;s:12:"thumbnailUrl";s:59:"data/attachments/0/154-075e34ed145cad8f733793563215bae7.jpg";s:9:"deleteUrl";s:55:"attachments/phau-thuat-tham-my-nang-nguc-jpg.154/delete";s:7:"viewUrl";s:49:"attachments/phau-thuat-tham-my-nang-nguc-jpg.154/";s:9:"extension";s:3:"jpg";}i:155;a:19:{s:13:"attachment_id";i:155;s:7:"data_id";i:155;s:12:"content_type";s:4:"post";s:10:"content_id";i:935;s:11:"attach_date";i:1472524979;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:328;s:8:"filename";s:33:"phau-thuat-tham-my-nang-nguc1.jpg";s:9:"file_size";i:67161;s:9:"file_hash";s:32:"218e56b22be1c6871135de9a4b5be604";s:5:"width";i:400;s:6:"height";i:300;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:75;s:12:"thumbnailUrl";s:59:"data/attachments/0/155-218e56b22be1c6871135de9a4b5be604.jpg";s:9:"deleteUrl";s:56:"attachments/phau-thuat-tham-my-nang-nguc1-jpg.155/delete";s:7:"viewUrl";s:50:"attachments/phau-thuat-tham-my-nang-nguc1-jpg.155/";s:9:"extension";s:3:"jpg";}}s:6:"attach";a:19:{s:13:"attachment_id";i:154;s:7:"data_id";i:154;s:12:"content_type";s:4:"post";s:10:"content_id";i:935;s:11:"attach_date";i:1472524831;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:5811;s:8:"filename";s:32:"phau-thuat-tham-my-nang-nguc.jpg";s:9:"file_size";i:30397;s:9:"file_hash";s:32:"075e34ed145cad8f733793563215bae7";s:5:"width";i:400;s:6:"height";i:379;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:94;s:12:"thumbnailUrl";s:59:"data/attachments/0/154-075e34ed145cad8f733793563215bae7.jpg";s:9:"deleteUrl";s:55:"attachments/phau-thuat-tham-my-nang-nguc-jpg.154/delete";s:7:"viewUrl";s:49:"attachments/phau-thuat-tham-my-nang-nguc-jpg.154/";s:9:"extension";s:3:"jpg";}}i:3;a:62:{s:9:"thread_id";i:811;s:7:"node_id";i:18;s:5:"title";s:81:"Phẫu thuật thẩm mỹ nâng ngá»±c, công nghệ nào hot nhất hiện nay?";s:11:"reply_count";i:2;s:10:"view_count";i:2843;s:7:"user_id";i:54;s:8:"username";s:6:"mrpham";s:9:"post_date";i:1472354007;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:923;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1522421408;s:12:"last_post_id";i:3862;s:17:"last_post_user_id";i:1018;s:18:"last_post_username";s:6:"Phuong";s:9:"prefix_id";i:0;s:13:"thumbnail_url";s:0:"";s:24:"thumbnail_cache_waindigo";s:0:"";s:18:"tinhte_xentag_tags";s:47:"a:1:{i:0;s:29:"nâng ngá»±c công nghệ cao";}";s:23:"tinhte_xentag_is_tagged";i:1;s:5:"email";s:24:"thanhquynh.tmv@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:0:"";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:0:"";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:24;s:13:"message_count";i:223;s:20:"conversations_unread";i:0;s:13:"register_date";i:1466829656;s:13:"last_activity";i:1562206843;s:13:"trophy_points";i:16;s:13:"alerts_unread";i:10;s:11:"avatar_date";i:1466829752;s:12:"avatar_width";i:256;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:3;s:14:"warning_points";i:0;s:8:"is_staff";i:0;s:7:"message";s:256:"Hiện nay có khá nhiá»u công nghệ phẫu thuật thẩm mỹ nâng ngá»±c, chi phí và hiệu quả của các công nghệ khác nhau. Những công nghệ nào Ä‘ang hot nhất hiện nay? Äó là phẫu thuật thẩm mỹ nâng ngá»±c ná»™i...";s:12:"attach_count";i:2;s:10:"node_title";s:27:"Phẫu thuật nâng ngá»±c";s:12:"promote_date";i:1472354007;s:12:"promote_icon";N;s:12:"promote_data";i:148;s:3:"day";s:2:"28";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_8_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:11:"attachments";a:2:{i:148;a:19:{s:13:"attachment_id";i:148;s:7:"data_id";i:148;s:12:"content_type";s:4:"post";s:10:"content_id";i:923;s:11:"attach_date";i:1472353831;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:616;s:8:"filename";s:32:"phau-thuat-tham-my-nang-nguc.jpg";s:9:"file_size";i:128593;s:9:"file_hash";s:32:"777ffce5a716cb922370ccd0e86516be";s:5:"width";i:618;s:6:"height";i:412;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:66;s:12:"thumbnailUrl";s:59:"data/attachments/0/148-777ffce5a716cb922370ccd0e86516be.jpg";s:9:"deleteUrl";s:55:"attachments/phau-thuat-tham-my-nang-nguc-jpg.148/delete";s:7:"viewUrl";s:49:"attachments/phau-thuat-tham-my-nang-nguc-jpg.148/";s:9:"extension";s:3:"jpg";}i:149;a:19:{s:13:"attachment_id";i:149;s:7:"data_id";i:149;s:12:"content_type";s:4:"post";s:10:"content_id";i:923;s:11:"attach_date";i:1472353894;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:359;s:8:"filename";s:34:"phau-thuat-tham-my-nang-nguc-1.jpg";s:9:"file_size";i:50531;s:9:"file_hash";s:32:"400123ae43eb45763e99d145324421a9";s:5:"width";i:600;s:6:"height";i:393;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:65;s:12:"thumbnailUrl";s:59:"data/attachments/0/149-400123ae43eb45763e99d145324421a9.jpg";s:9:"deleteUrl";s:57:"attachments/phau-thuat-tham-my-nang-nguc-1-jpg.149/delete";s:7:"viewUrl";s:51:"attachments/phau-thuat-tham-my-nang-nguc-1-jpg.149/";s:9:"extension";s:3:"jpg";}}s:6:"attach";a:19:{s:13:"attachment_id";i:148;s:7:"data_id";i:148;s:12:"content_type";s:4:"post";s:10:"content_id";i:923;s:11:"attach_date";i:1472353831;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:616;s:8:"filename";s:32:"phau-thuat-tham-my-nang-nguc.jpg";s:9:"file_size";i:128593;s:9:"file_hash";s:32:"777ffce5a716cb922370ccd0e86516be";s:5:"width";i:618;s:6:"height";i:412;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:66;s:12:"thumbnailUrl";s:59:"data/attachments/0/148-777ffce5a716cb922370ccd0e86516be.jpg";s:9:"deleteUrl";s:55:"attachments/phau-thuat-tham-my-nang-nguc-jpg.148/delete";s:7:"viewUrl";s:49:"attachments/phau-thuat-tham-my-nang-nguc-jpg.148/";s:9:"extension";s:3:"jpg";}}i:4;a:61:{s:9:"thread_id";i:2871;s:7:"node_id";i:16;s:5:"title";s:48:"Nên tập gym hay yoga để giảm mỡ bụng";s:11:"reply_count";i:0;s:10:"view_count";i:0;s:7:"user_id";i:1897;s:8:"username";s:10:"kieulinhtr";s:9:"post_date";i:1713490016;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:5177;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1713490016;s:12:"last_post_id";i:5177;s:17:"last_post_user_id";i:1897;s:18:"last_post_username";s:10:"kieulinhtr";s:9:"prefix_id";i:0;s:13:"thumbnail_url";s:0:"";s:24:"thumbnail_cache_waindigo";s:0:"";s:18:"tinhte_xentag_tags";s:6:"a:0:{}";s:23:"tinhte_xentag_is_tagged";i:0;s:5:"email";s:22:"kieulinht234@gmail.com";s:6:"gender";s:6:"female";s:12:"custom_title";s:0:"";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:2;s:19:"secondary_group_ids";s:0:"";s:22:"display_style_group_id";i:2;s:25:"permission_combination_id";i:2;s:13:"message_count";i:145;s:20:"conversations_unread";i:0;s:13:"register_date";i:1704271981;s:13:"last_activity";i:1713337421;s:13:"trophy_points";i:16;s:13:"alerts_unread";i:2;s:11:"avatar_date";i:0;s:12:"avatar_width";i:0;s:13:"avatar_height";i:0;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:0;s:9:"is_banned";i:0;s:10:"like_count";i:0;s:14:"warning_points";i:0;s:8:"is_staff";i:0;s:7:"message";s:254:"Bạn Ä‘ang muốn tìm má»™t giải pháp để có thể cải thiện vòng 2 nhanh chóng nhÆ°ng không biết nên làm gì? Bạn Ä‘ang do dá»±, phân vân, lo lắng không biết [b]nên tập gym hay yoga để giảm mỡ bụng[/b]? Äừng...";s:12:"attach_count";i:0;s:10:"node_title";s:26:"Phẫu thuật thẩm mỹ";s:12:"promote_date";i:1713490016;s:12:"promote_icon";N;s:12:"promote_data";s:98:"https://thammyngomonghung.vn/wp-content/uploads/2024/03/nen-tap-gym-hay-yoga-de-giam-mo-bung-1.jpg";s:3:"day";s:2:"19";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_4_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:98:"https://thammyngomonghung.vn/wp-content/uploads/2024/03/nen-tap-gym-hay-yoga-de-giam-mo-bung-1.jpg";}i:5;a:61:{s:9:"thread_id";i:2870;s:7:"node_id";i:16;s:5:"title";s:51:"Cho con bú ngá»±c bị chảy xệ phải làm sao";s:11:"reply_count";i:0;s:10:"view_count";i:9;s:7:"user_id";i:1897;s:8:"username";s:10:"kieulinhtr";s:9:"post_date";i:1713337420;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:5176;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1713337420;s:12:"last_post_id";i:5176;s:17:"last_post_user_id";i:1897;s:18:"last_post_username";s:10:"kieulinhtr";s:9:"prefix_id";i:0;s:13:"thumbnail_url";s:0:"";s:24:"thumbnail_cache_waindigo";s:0:"";s:18:"tinhte_xentag_tags";s:6:"a:0:{}";s:23:"tinhte_xentag_is_tagged";i:0;s:5:"email";s:22:"kieulinht234@gmail.com";s:6:"gender";s:6:"female";s:12:"custom_title";s:0:"";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:2;s:19:"secondary_group_ids";s:0:"";s:22:"display_style_group_id";i:2;s:25:"permission_combination_id";i:2;s:13:"message_count";i:145;s:20:"conversations_unread";i:0;s:13:"register_date";i:1704271981;s:13:"last_activity";i:1713337421;s:13:"trophy_points";i:16;s:13:"alerts_unread";i:2;s:11:"avatar_date";i:0;s:12:"avatar_width";i:0;s:13:"avatar_height";i:0;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:0;s:9:"is_banned";i:0;s:10:"like_count";i:0;s:14:"warning_points";i:0;s:8:"is_staff";i:0;s:7:"message";s:252:"Câu há»i tÆ° vấn: “Xin chào bác sÄ©! Em má»›i vừa sinh em bé được 5 tháng và hiện nay vẫn cho con bú bằng sữa mẹ. NhÆ°ng ngá»±c của em lúc này trông rất khủng khiếp. Em rất sợ khi chồng em nhìn thấy em...";s:12:"attach_count";i:0;s:10:"node_title";s:26:"Phẫu thuật thẩm mỹ";s:12:"promote_date";i:1713337420;s:12:"promote_icon";N;s:12:"promote_data";s:81:"https://thammyngomonghung.vn/wp-content/uploads/2019/07/bai-tap-cho-nguc-xe-1.jpg";s:3:"day";s:2:"17";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_4_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:81:"https://thammyngomonghung.vn/wp-content/uploads/2019/07/bai-tap-cho-nguc-xe-1.jpg";}i:6;a:61:{s:9:"thread_id";i:2869;s:7:"node_id";i:16;s:5:"title";s:54:"Nên cho con bú mấy tháng ngá»±c không bị xệ?";s:11:"reply_count";i:0;s:10:"view_count";i:8;s:7:"user_id";i:1897;s:8:"username";s:10:"kieulinhtr";s:9:"post_date";i:1713335497;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:5175;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1713335497;s:12:"last_post_id";i:5175;s:17:"last_post_user_id";i:1897;s:18:"last_post_username";s:10:"kieulinhtr";s:9:"prefix_id";i:0;s:13:"thumbnail_url";s:0:"";s:24:"thumbnail_cache_waindigo";s:0:"";s:18:"tinhte_xentag_tags";s:6:"a:0:{}";s:23:"tinhte_xentag_is_tagged";i:0;s:5:"email";s:22:"kieulinht234@gmail.com";s:6:"gender";s:6:"female";s:12:"custom_title";s:0:"";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:2;s:19:"secondary_group_ids";s:0:"";s:22:"display_style_group_id";i:2;s:25:"permission_combination_id";i:2;s:13:"message_count";i:145;s:20:"conversations_unread";i:0;s:13:"register_date";i:1704271981;s:13:"last_activity";i:1713337421;s:13:"trophy_points";i:16;s:13:"alerts_unread";i:2;s:11:"avatar_date";i:0;s:12:"avatar_width";i:0;s:13:"avatar_height";i:0;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:0;s:9:"is_banned";i:0;s:10:"like_count";i:0;s:14:"warning_points";i:0;s:8:"is_staff";i:0;s:7:"message";s:250:"Câu há»i tÆ° vấn: “Xin chào bác sÄ©! Cô bạn thân của em sau khi sinh em bé xong thì ngá»±c bị chảy xệ. Vì em cÅ©ng chuẩn bị sinh em bé, nên không biết [b]cho con bú mấy tháng ngá»±c không bị xệ[/b] ạ? Và...";s:12:"attach_count";i:0;s:10:"node_title";s:26:"Phẫu thuật thẩm mỹ";s:12:"promote_date";i:1713335497;s:12:"promote_icon";N;s:12:"promote_data";s:86:"https://thammyngomonghung.vn/wp-content/uploads/2019/07/nguyen-nhan-nguc-chay-xe-2.jpg";s:3:"day";s:2:"17";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_4_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:86:"https://thammyngomonghung.vn/wp-content/uploads/2019/07/nguyen-nhan-nguc-chay-xe-2.jpg";}}}, 1713490457
    Run Time: 0.000573
  19. commit
    Run Time: 0.000513
  20. SELECT xf_thread.*, xf_user.*, xf_post.message, xf_post.attach_count, xf_node.title AS node_title, 
    	IF(xf_user.username IS NULL, xf_thread.username, xf_user.username) AS username,
    	IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) AS promote_date,
    	EWRporta_promotes.promote_icon, EWRporta_promotes.promote_data
    FROM xf_thread
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    	INNER JOIN xf_node ON (xf_node.node_id = xf_thread.node_id)
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE ( xf_thread.node_id IN ('27') OR EWRporta_promotes.promote_date < ? )
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    ORDER BY sticky DESC,  promote_date DESC
    LIMIT ?, ?
    Params: 1713490457, 1713490457, 0, 8
    Run Time: 0.005237
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   2245Using where; Using temporary; Using filesort
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (hash join)
    SIMPLExf_nodeeq_refPRIMARYPRIMARY4ddtm.xf_thread.node_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4ddtm.xf_thread.user_id1 
    SIMPLExf_posteq_refPRIMARYPRIMARY4ddtm.xf_thread.first_post_id1 
  21. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (4069)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000243
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const2Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  22. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (4068)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000212
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const2Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  23. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (2746)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000215
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const4Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  24. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (2291)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000247
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const4Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  25. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (2276)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000236
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const6Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  26. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (1328)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000296
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const10Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  27. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (1217)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000250
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const8Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  28. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (1206)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000258
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const9Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  29. SELECT COUNT(*) AS total
    	FROM xf_thread
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE (xf_thread.node_id IN ('27') OR EWRporta_promotes.promote_date < ?)
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    Params: 1713490457, 1713490457
    Run Time: 0.001736
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   2245Using where
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (hash join)
  30. SELECT xf_thread.*, xf_user.*, xf_post.message, xf_post.attach_count, xf_node.title AS node_title, 
    	IF(xf_user.username IS NULL, xf_thread.username, xf_user.username) AS username,
    	IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) AS promote_date,
    	EWRporta_promotes.promote_icon, EWRporta_promotes.promote_data
    FROM xf_thread
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    	INNER JOIN xf_node ON (xf_node.node_id = xf_thread.node_id)
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE ( xf_thread.node_id IN ('16', '18', '20', '21', '19', '22', '23') OR EWRporta_promotes.promote_date < ? )
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    ORDER BY sticky DESC,  promote_date DESC
    LIMIT ?, ?
    Params: 1713490457, 1713490457, 0, 8
    Run Time: 0.011480
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   2245Using where; Using temporary; Using filesort
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (hash join)
    SIMPLExf_nodeeq_refPRIMARYPRIMARY4ddtm.xf_thread.node_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4ddtm.xf_thread.user_id1 
    SIMPLExf_posteq_refPRIMARYPRIMARY4ddtm.xf_thread.first_post_id1 
  31. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (1218)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000282
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const2Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  32. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (935)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000245
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const2Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  33. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (923)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000204
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const2Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  34. SELECT COUNT(*) AS total
    	FROM xf_thread
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE (xf_thread.node_id IN ('16', '18', '20', '21', '19', '22', '23') OR EWRporta_promotes.promote_date < ?)
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    Params: 1713490457, 1713490457
    Run Time: 0.001769
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   2245Using where
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (hash join)
  35. SELECT *
    	FROM EWRporta_caches
    WHERE block_id = ?
    Params: catnews2
    Run Time: 0.000158
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesconstPRIMARYPRIMARY77const1 
  36. SELECT *
    	FROM EWRporta_caches
    WHERE block_id = ?
    Params: catnews2
    Run Time: 0.000115
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesconstPRIMARYPRIMARY77const1 
  37. begin
    Run Time: 0.000141
  38. UPDATE `EWRporta_caches` SET `results` = ?, `date` = ? WHERE (block_id = 'catnews2')
    Params: a:2:{s:6:"option";a:9:{s:5:"forum";a:7:{i:0;s:2:"16";i:1;s:2:"18";i:2;s:2:"20";i:3;s:2:"21";i:4;s:2:"19";i:5;s:2:"22";i:6;s:2:"23";}s:8:"leftdate";s:1:"0";s:5:"limit";s:1:"8";s:7:"pagenav";s:1:"0";s:6:"social";s:1:"1";s:6:"sticky";s:1:"1";s:8:"truncate";s:3:"200";s:7:"parseBB";b:1;s:5:"count";i:549;}s:8:"catnews2";a:8:{i:0;a:62:{s:9:"thread_id";i:986;s:7:"node_id";i:21;s:5:"title";s:28:"Công nghệ nâng mÅ©i 2016";s:11:"reply_count";i:1;s:10:"view_count";i:2231;s:7:"user_id";i:54;s:8:"username";s:6:"mrpham";s:9:"post_date";i:1480144676;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:1218;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1516807143;s:12:"last_post_id";i:3437;s:17:"last_post_user_id";i:1018;s:18:"last_post_username";s:6:"Phuong";s:9:"prefix_id";i:0;s:13:"thumbnail_url";s:0:"";s:24:"thumbnail_cache_waindigo";s:0:"";s:18:"tinhte_xentag_tags";s:6:"a:0:{}";s:23:"tinhte_xentag_is_tagged";i:0;s:5:"email";s:24:"thanhquynh.tmv@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:0:"";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:0:"";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:24;s:13:"message_count";i:223;s:20:"conversations_unread";i:0;s:13:"register_date";i:1466829656;s:13:"last_activity";i:1562206843;s:13:"trophy_points";i:16;s:13:"alerts_unread";i:10;s:11:"avatar_date";i:1466829752;s:12:"avatar_width";i:256;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:3;s:14:"warning_points";i:0;s:8:"is_staff";i:0;s:7:"message";s:259:"Công nghệ nâng mÅ©i má»›i nhất 2016 má»™t giải pháp nâng mÅ©i hoàn hảo đó chính là công nghệ nâng mÅ©i s line giúp những ngÆ°á»i sống mÅ©i bị thấp, tẹt, lệch… có thể sở hữu dáng mÅ©i cao thẳng, làm cho khuôn...";s:12:"attach_count";i:2;s:10:"node_title";s:17:"Nâng mÅ©i đẹp";s:12:"promote_date";i:1480144676;s:12:"promote_icon";N;s:12:"promote_data";i:293;s:3:"day";s:2:"26";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:14:"month_11_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:11:"attachments";a:2:{i:293;a:19:{s:13:"attachment_id";i:293;s:7:"data_id";i:293;s:12:"content_type";s:4:"post";s:10:"content_id";i:1218;s:11:"attach_date";i:1480144539;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:7388;s:8:"filename";s:65:"cong-nghe-nang-mui-moi-nhat-2015-giai-phap-nang-mui-hoan-hao1.jpg";s:9:"file_size";i:42277;s:9:"file_hash";s:32:"b795be65446fb296af803aa6749f2ff3";s:5:"width";i:660;s:6:"height";i:444;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:67;s:12:"thumbnailUrl";s:59:"data/attachments/0/293-b795be65446fb296af803aa6749f2ff3.jpg";s:9:"deleteUrl";s:88:"attachments/cong-nghe-nang-mui-moi-nhat-2015-giai-phap-nang-mui-hoan-hao1-jpg.293/delete";s:7:"viewUrl";s:82:"attachments/cong-nghe-nang-mui-moi-nhat-2015-giai-phap-nang-mui-hoan-hao1-jpg.293/";s:9:"extension";s:3:"jpg";}i:294;a:19:{s:13:"attachment_id";i:294;s:7:"data_id";i:294;s:12:"content_type";s:4:"post";s:10:"content_id";i:1218;s:11:"attach_date";i:1480144611;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:247;s:8:"filename";s:27:"bac-si-tu-van-nang-mui2.jpg";s:9:"file_size";i:917794;s:9:"file_hash";s:32:"1f1c6bed44809c9a83b35368d1c2fd4a";s:5:"width";i:600;s:6:"height";i:400;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:66;s:12:"thumbnailUrl";s:59:"data/attachments/0/294-1f1c6bed44809c9a83b35368d1c2fd4a.jpg";s:9:"deleteUrl";s:50:"attachments/bac-si-tu-van-nang-mui2-jpg.294/delete";s:7:"viewUrl";s:44:"attachments/bac-si-tu-van-nang-mui2-jpg.294/";s:9:"extension";s:3:"jpg";}}s:6:"attach";a:19:{s:13:"attachment_id";i:293;s:7:"data_id";i:293;s:12:"content_type";s:4:"post";s:10:"content_id";i:1218;s:11:"attach_date";i:1480144539;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:7388;s:8:"filename";s:65:"cong-nghe-nang-mui-moi-nhat-2015-giai-phap-nang-mui-hoan-hao1.jpg";s:9:"file_size";i:42277;s:9:"file_hash";s:32:"b795be65446fb296af803aa6749f2ff3";s:5:"width";i:660;s:6:"height";i:444;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:67;s:12:"thumbnailUrl";s:59:"data/attachments/0/293-b795be65446fb296af803aa6749f2ff3.jpg";s:9:"deleteUrl";s:88:"attachments/cong-nghe-nang-mui-moi-nhat-2015-giai-phap-nang-mui-hoan-hao1-jpg.293/delete";s:7:"viewUrl";s:82:"attachments/cong-nghe-nang-mui-moi-nhat-2015-giai-phap-nang-mui-hoan-hao1-jpg.293/";s:9:"extension";s:3:"jpg";}}i:1;a:61:{s:9:"thread_id";i:855;s:7:"node_id";i:22;s:5:"title";s:89:"Lông naÌch, tay vaÌ€ chân tÆ°Ì£ ruÌ£ng không 1 coÌ£ng sau 1 lần sử duÌ£ng chanh";s:11:"reply_count";i:2;s:10:"view_count";i:2762;s:7:"user_id";i:104;s:8:"username";s:14:"hoa trên cá»";s:9:"post_date";i:1474170367;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:1012;s:16:"first_post_likes";i:1;s:14:"last_post_date";i:1519290274;s:12:"last_post_id";i:3523;s:17:"last_post_user_id";i:1272;s:18:"last_post_username";s:20:"phongkhamdasothic283";s:9:"prefix_id";i:0;s:13:"thumbnail_url";s:0:"";s:24:"thumbnail_cache_waindigo";s:0:"";s:18:"tinhte_xentag_tags";s:6:"a:0:{}";s:23:"tinhte_xentag_is_tagged";i:0;s:5:"email";s:19:"hoatrenco@gmail.com";s:6:"gender";s:6:"female";s:12:"custom_title";s:0:"";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:2;s:19:"secondary_group_ids";s:0:"";s:22:"display_style_group_id";i:2;s:25:"permission_combination_id";i:2;s:13:"message_count";i:16;s:20:"conversations_unread";i:0;s:13:"register_date";i:1467948925;s:13:"last_activity";i:1476590449;s:13:"trophy_points";i:1;s:13:"alerts_unread";i:4;s:11:"avatar_date";i:0;s:12:"avatar_width";i:0;s:13:"avatar_height";i:0;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:0;s:9:"is_banned";i:0;s:10:"like_count";i:1;s:14:"warning_points";i:0;s:8:"is_staff";i:0;s:7:"message";s:252:"- Ãp dụng nÆ°á»›c cốt chanh theo cách này, biến lông nách, lông tay, lông chân sẽ tá»± dụng hoàn toàn ngay sau lần sá»­ dụng đầu tiên. - Chanh không chỉ biết đến là má»™t loại quả cung cấp nhiá»u vitamin,...";s:12:"attach_count";i:0;s:10:"node_title";s:23:"Cách chữa hôi nách";s:12:"promote_date";i:1474170367;s:12:"promote_icon";N;s:12:"promote_data";s:57:"http://img.blogtamsu.vn/2016/09/tay-long-blogtamsuvn2.jpg";s:3:"day";s:2:"18";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_9_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:57:"http://img.blogtamsu.vn/2016/09/tay-long-blogtamsuvn2.jpg";}i:2;a:62:{s:9:"thread_id";i:815;s:7:"node_id";i:18;s:5:"title";s:39:"Phẫu thuật thẩm mỹ nâng ngá»±c";s:11:"reply_count";i:7;s:10:"view_count";i:4416;s:7:"user_id";i:54;s:8:"username";s:6:"mrpham";s:9:"post_date";i:1472525029;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:935;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1589274773;s:12:"last_post_id";i:4170;s:17:"last_post_user_id";i:1482;s:18:"last_post_username";s:10:"evalequyen";s:9:"prefix_id";i:0;s:13:"thumbnail_url";s:0:"";s:24:"thumbnail_cache_waindigo";s:0:"";s:18:"tinhte_xentag_tags";s:6:"a:0:{}";s:23:"tinhte_xentag_is_tagged";i:0;s:5:"email";s:24:"thanhquynh.tmv@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:0:"";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:0:"";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:24;s:13:"message_count";i:223;s:20:"conversations_unread";i:0;s:13:"register_date";i:1466829656;s:13:"last_activity";i:1562206843;s:13:"trophy_points";i:16;s:13:"alerts_unread";i:10;s:11:"avatar_date";i:1466829752;s:12:"avatar_width";i:256;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:3;s:14:"warning_points";i:0;s:8:"is_staff";i:0;s:7:"message";s:266:"Nâng ngá»±c thẩm mỹ ngày nay đã trở thành nhu làm đẹp chính đáng của rất nhiá»u chị em phụ nữ. Äôi gò bồng gợi cảm, săn chắc, quyến rÅ© luôn làm cho bạn tá»± tin và ngÆ°á»i đối diện luôn ngưỡng má»™ bạn....";s:12:"attach_count";i:2;s:10:"node_title";s:27:"Phẫu thuật nâng ngá»±c";s:12:"promote_date";i:1472525029;s:12:"promote_icon";N;s:12:"promote_data";i:154;s:3:"day";s:2:"30";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_8_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:11:"attachments";a:2:{i:154;a:19:{s:13:"attachment_id";i:154;s:7:"data_id";i:154;s:12:"content_type";s:4:"post";s:10:"content_id";i:935;s:11:"attach_date";i:1472524831;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:5811;s:8:"filename";s:32:"phau-thuat-tham-my-nang-nguc.jpg";s:9:"file_size";i:30397;s:9:"file_hash";s:32:"075e34ed145cad8f733793563215bae7";s:5:"width";i:400;s:6:"height";i:379;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:94;s:12:"thumbnailUrl";s:59:"data/attachments/0/154-075e34ed145cad8f733793563215bae7.jpg";s:9:"deleteUrl";s:55:"attachments/phau-thuat-tham-my-nang-nguc-jpg.154/delete";s:7:"viewUrl";s:49:"attachments/phau-thuat-tham-my-nang-nguc-jpg.154/";s:9:"extension";s:3:"jpg";}i:155;a:19:{s:13:"attachment_id";i:155;s:7:"data_id";i:155;s:12:"content_type";s:4:"post";s:10:"content_id";i:935;s:11:"attach_date";i:1472524979;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:328;s:8:"filename";s:33:"phau-thuat-tham-my-nang-nguc1.jpg";s:9:"file_size";i:67161;s:9:"file_hash";s:32:"218e56b22be1c6871135de9a4b5be604";s:5:"width";i:400;s:6:"height";i:300;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:75;s:12:"thumbnailUrl";s:59:"data/attachments/0/155-218e56b22be1c6871135de9a4b5be604.jpg";s:9:"deleteUrl";s:56:"attachments/phau-thuat-tham-my-nang-nguc1-jpg.155/delete";s:7:"viewUrl";s:50:"attachments/phau-thuat-tham-my-nang-nguc1-jpg.155/";s:9:"extension";s:3:"jpg";}}s:6:"attach";a:19:{s:13:"attachment_id";i:154;s:7:"data_id";i:154;s:12:"content_type";s:4:"post";s:10:"content_id";i:935;s:11:"attach_date";i:1472524831;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:5811;s:8:"filename";s:32:"phau-thuat-tham-my-nang-nguc.jpg";s:9:"file_size";i:30397;s:9:"file_hash";s:32:"075e34ed145cad8f733793563215bae7";s:5:"width";i:400;s:6:"height";i:379;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:94;s:12:"thumbnailUrl";s:59:"data/attachments/0/154-075e34ed145cad8f733793563215bae7.jpg";s:9:"deleteUrl";s:55:"attachments/phau-thuat-tham-my-nang-nguc-jpg.154/delete";s:7:"viewUrl";s:49:"attachments/phau-thuat-tham-my-nang-nguc-jpg.154/";s:9:"extension";s:3:"jpg";}}i:3;a:62:{s:9:"thread_id";i:811;s:7:"node_id";i:18;s:5:"title";s:81:"Phẫu thuật thẩm mỹ nâng ngá»±c, công nghệ nào hot nhất hiện nay?";s:11:"reply_count";i:2;s:10:"view_count";i:2843;s:7:"user_id";i:54;s:8:"username";s:6:"mrpham";s:9:"post_date";i:1472354007;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:923;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1522421408;s:12:"last_post_id";i:3862;s:17:"last_post_user_id";i:1018;s:18:"last_post_username";s:6:"Phuong";s:9:"prefix_id";i:0;s:13:"thumbnail_url";s:0:"";s:24:"thumbnail_cache_waindigo";s:0:"";s:18:"tinhte_xentag_tags";s:47:"a:1:{i:0;s:29:"nâng ngá»±c công nghệ cao";}";s:23:"tinhte_xentag_is_tagged";i:1;s:5:"email";s:24:"thanhquynh.tmv@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:0:"";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:0:"";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:24;s:13:"message_count";i:223;s:20:"conversations_unread";i:0;s:13:"register_date";i:1466829656;s:13:"last_activity";i:1562206843;s:13:"trophy_points";i:16;s:13:"alerts_unread";i:10;s:11:"avatar_date";i:1466829752;s:12:"avatar_width";i:256;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:3;s:14:"warning_points";i:0;s:8:"is_staff";i:0;s:7:"message";s:256:"Hiện nay có khá nhiá»u công nghệ phẫu thuật thẩm mỹ nâng ngá»±c, chi phí và hiệu quả của các công nghệ khác nhau. Những công nghệ nào Ä‘ang hot nhất hiện nay? Äó là phẫu thuật thẩm mỹ nâng ngá»±c ná»™i...";s:12:"attach_count";i:2;s:10:"node_title";s:27:"Phẫu thuật nâng ngá»±c";s:12:"promote_date";i:1472354007;s:12:"promote_icon";N;s:12:"promote_data";i:148;s:3:"day";s:2:"28";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_8_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:11:"attachments";a:2:{i:148;a:19:{s:13:"attachment_id";i:148;s:7:"data_id";i:148;s:12:"content_type";s:4:"post";s:10:"content_id";i:923;s:11:"attach_date";i:1472353831;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:616;s:8:"filename";s:32:"phau-thuat-tham-my-nang-nguc.jpg";s:9:"file_size";i:128593;s:9:"file_hash";s:32:"777ffce5a716cb922370ccd0e86516be";s:5:"width";i:618;s:6:"height";i:412;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:66;s:12:"thumbnailUrl";s:59:"data/attachments/0/148-777ffce5a716cb922370ccd0e86516be.jpg";s:9:"deleteUrl";s:55:"attachments/phau-thuat-tham-my-nang-nguc-jpg.148/delete";s:7:"viewUrl";s:49:"attachments/phau-thuat-tham-my-nang-nguc-jpg.148/";s:9:"extension";s:3:"jpg";}i:149;a:19:{s:13:"attachment_id";i:149;s:7:"data_id";i:149;s:12:"content_type";s:4:"post";s:10:"content_id";i:923;s:11:"attach_date";i:1472353894;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:359;s:8:"filename";s:34:"phau-thuat-tham-my-nang-nguc-1.jpg";s:9:"file_size";i:50531;s:9:"file_hash";s:32:"400123ae43eb45763e99d145324421a9";s:5:"width";i:600;s:6:"height";i:393;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:65;s:12:"thumbnailUrl";s:59:"data/attachments/0/149-400123ae43eb45763e99d145324421a9.jpg";s:9:"deleteUrl";s:57:"attachments/phau-thuat-tham-my-nang-nguc-1-jpg.149/delete";s:7:"viewUrl";s:51:"attachments/phau-thuat-tham-my-nang-nguc-1-jpg.149/";s:9:"extension";s:3:"jpg";}}s:6:"attach";a:19:{s:13:"attachment_id";i:148;s:7:"data_id";i:148;s:12:"content_type";s:4:"post";s:10:"content_id";i:923;s:11:"attach_date";i:1472353831;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:616;s:8:"filename";s:32:"phau-thuat-tham-my-nang-nguc.jpg";s:9:"file_size";i:128593;s:9:"file_hash";s:32:"777ffce5a716cb922370ccd0e86516be";s:5:"width";i:618;s:6:"height";i:412;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:66;s:12:"thumbnailUrl";s:59:"data/attachments/0/148-777ffce5a716cb922370ccd0e86516be.jpg";s:9:"deleteUrl";s:55:"attachments/phau-thuat-tham-my-nang-nguc-jpg.148/delete";s:7:"viewUrl";s:49:"attachments/phau-thuat-tham-my-nang-nguc-jpg.148/";s:9:"extension";s:3:"jpg";}}i:4;a:61:{s:9:"thread_id";i:2871;s:7:"node_id";i:16;s:5:"title";s:48:"Nên tập gym hay yoga để giảm mỡ bụng";s:11:"reply_count";i:0;s:10:"view_count";i:0;s:7:"user_id";i:1897;s:8:"username";s:10:"kieulinhtr";s:9:"post_date";i:1713490016;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:5177;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1713490016;s:12:"last_post_id";i:5177;s:17:"last_post_user_id";i:1897;s:18:"last_post_username";s:10:"kieulinhtr";s:9:"prefix_id";i:0;s:13:"thumbnail_url";s:0:"";s:24:"thumbnail_cache_waindigo";s:0:"";s:18:"tinhte_xentag_tags";s:6:"a:0:{}";s:23:"tinhte_xentag_is_tagged";i:0;s:5:"email";s:22:"kieulinht234@gmail.com";s:6:"gender";s:6:"female";s:12:"custom_title";s:0:"";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:2;s:19:"secondary_group_ids";s:0:"";s:22:"display_style_group_id";i:2;s:25:"permission_combination_id";i:2;s:13:"message_count";i:145;s:20:"conversations_unread";i:0;s:13:"register_date";i:1704271981;s:13:"last_activity";i:1713337421;s:13:"trophy_points";i:16;s:13:"alerts_unread";i:2;s:11:"avatar_date";i:0;s:12:"avatar_width";i:0;s:13:"avatar_height";i:0;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:0;s:9:"is_banned";i:0;s:10:"like_count";i:0;s:14:"warning_points";i:0;s:8:"is_staff";i:0;s:7:"message";s:254:"Bạn Ä‘ang muốn tìm má»™t giải pháp để có thể cải thiện vòng 2 nhanh chóng nhÆ°ng không biết nên làm gì? Bạn Ä‘ang do dá»±, phân vân, lo lắng không biết [b]nên tập gym hay yoga để giảm mỡ bụng[/b]? Äừng...";s:12:"attach_count";i:0;s:10:"node_title";s:26:"Phẫu thuật thẩm mỹ";s:12:"promote_date";i:1713490016;s:12:"promote_icon";N;s:12:"promote_data";s:98:"https://thammyngomonghung.vn/wp-content/uploads/2024/03/nen-tap-gym-hay-yoga-de-giam-mo-bung-1.jpg";s:3:"day";s:2:"19";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_4_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:98:"https://thammyngomonghung.vn/wp-content/uploads/2024/03/nen-tap-gym-hay-yoga-de-giam-mo-bung-1.jpg";}i:5;a:61:{s:9:"thread_id";i:2870;s:7:"node_id";i:16;s:5:"title";s:51:"Cho con bú ngá»±c bị chảy xệ phải làm sao";s:11:"reply_count";i:0;s:10:"view_count";i:9;s:7:"user_id";i:1897;s:8:"username";s:10:"kieulinhtr";s:9:"post_date";i:1713337420;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:5176;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1713337420;s:12:"last_post_id";i:5176;s:17:"last_post_user_id";i:1897;s:18:"last_post_username";s:10:"kieulinhtr";s:9:"prefix_id";i:0;s:13:"thumbnail_url";s:0:"";s:24:"thumbnail_cache_waindigo";s:0:"";s:18:"tinhte_xentag_tags";s:6:"a:0:{}";s:23:"tinhte_xentag_is_tagged";i:0;s:5:"email";s:22:"kieulinht234@gmail.com";s:6:"gender";s:6:"female";s:12:"custom_title";s:0:"";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:2;s:19:"secondary_group_ids";s:0:"";s:22:"display_style_group_id";i:2;s:25:"permission_combination_id";i:2;s:13:"message_count";i:145;s:20:"conversations_unread";i:0;s:13:"register_date";i:1704271981;s:13:"last_activity";i:1713337421;s:13:"trophy_points";i:16;s:13:"alerts_unread";i:2;s:11:"avatar_date";i:0;s:12:"avatar_width";i:0;s:13:"avatar_height";i:0;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:0;s:9:"is_banned";i:0;s:10:"like_count";i:0;s:14:"warning_points";i:0;s:8:"is_staff";i:0;s:7:"message";s:252:"Câu há»i tÆ° vấn: “Xin chào bác sÄ©! Em má»›i vừa sinh em bé được 5 tháng và hiện nay vẫn cho con bú bằng sữa mẹ. NhÆ°ng ngá»±c của em lúc này trông rất khủng khiếp. Em rất sợ khi chồng em nhìn thấy em...";s:12:"attach_count";i:0;s:10:"node_title";s:26:"Phẫu thuật thẩm mỹ";s:12:"promote_date";i:1713337420;s:12:"promote_icon";N;s:12:"promote_data";s:81:"https://thammyngomonghung.vn/wp-content/uploads/2019/07/bai-tap-cho-nguc-xe-1.jpg";s:3:"day";s:2:"17";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_4_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:81:"https://thammyngomonghung.vn/wp-content/uploads/2019/07/bai-tap-cho-nguc-xe-1.jpg";}i:6;a:61:{s:9:"thread_id";i:2869;s:7:"node_id";i:16;s:5:"title";s:54:"Nên cho con bú mấy tháng ngá»±c không bị xệ?";s:11:"reply_count";i:0;s:10:"view_count";i:8;s:7:"user_id";i:1897;s:8:"username";s:10:"kieulinhtr";s:9:"post_date";i:1713335497;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:5175;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1713335497;s:12:"last_post_id";i:5175;s:17:"last_post_user_id";i:1897;s:18:"last_post_username";s:10:"kieulinhtr";s:9:"prefix_id";i:0;s:13:"thumbnail_url";s:0:"";s:24:"thumbnail_cache_waindigo";s:0:"";s:18:"tinhte_xentag_tags";s:6:"a:0:{}";s:23:"tinhte_xentag_is_tagged";i:0;s:5:"email";s:22:"kieulinht234@gmail.com";s:6:"gender";s:6:"female";s:12:"custom_title";s:0:"";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:2;s:19:"secondary_group_ids";s:0:"";s:22:"display_style_group_id";i:2;s:25:"permission_combination_id";i:2;s:13:"message_count";i:145;s:20:"conversations_unread";i:0;s:13:"register_date";i:1704271981;s:13:"last_activity";i:1713337421;s:13:"trophy_points";i:16;s:13:"alerts_unread";i:2;s:11:"avatar_date";i:0;s:12:"avatar_width";i:0;s:13:"avatar_height";i:0;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:0;s:9:"is_banned";i:0;s:10:"like_count";i:0;s:14:"warning_points";i:0;s:8:"is_staff";i:0;s:7:"message";s:250:"Câu há»i tÆ° vấn: “Xin chào bác sÄ©! Cô bạn thân của em sau khi sinh em bé xong thì ngá»±c bị chảy xệ. Vì em cÅ©ng chuẩn bị sinh em bé, nên không biết [b]cho con bú mấy tháng ngá»±c không bị xệ[/b] ạ? Và...";s:12:"attach_count";i:0;s:10:"node_title";s:26:"Phẫu thuật thẩm mỹ";s:12:"promote_date";i:1713335497;s:12:"promote_icon";N;s:12:"promote_data";s:86:"https://thammyngomonghung.vn/wp-content/uploads/2019/07/nguyen-nhan-nguc-chay-xe-2.jpg";s:3:"day";s:2:"17";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_4_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:86:"https://thammyngomonghung.vn/wp-content/uploads/2019/07/nguyen-nhan-nguc-chay-xe-2.jpg";}i:7;a:61:{s:9:"thread_id";i:2868;s:7:"node_id";i:16;s:5:"title";s:55:"Cách chăm sóc ngá»±c chảy xệ sau sinh khoa há»c";s:11:"reply_count";i:0;s:10:"view_count";i:110;s:7:"user_id";i:1897;s:8:"username";s:10:"kieulinhtr";s:9:"post_date";i:1713328718;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:5174;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1713328718;s:12:"last_post_id";i:5174;s:17:"last_post_user_id";i:1897;s:18:"last_post_username";s:10:"kieulinhtr";s:9:"prefix_id";i:0;s:13:"thumbnail_url";s:0:"";s:24:"thumbnail_cache_waindigo";s:0:"";s:18:"tinhte_xentag_tags";s:6:"a:0:{}";s:23:"tinhte_xentag_is_tagged";i:0;s:5:"email";s:22:"kieulinht234@gmail.com";s:6:"gender";s:6:"female";s:12:"custom_title";s:0:"";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:2;s:19:"secondary_group_ids";s:0:"";s:22:"display_style_group_id";i:2;s:25:"permission_combination_id";i:2;s:13:"message_count";i:145;s:20:"conversations_unread";i:0;s:13:"register_date";i:1704271981;s:13:"last_activity";i:1713337421;s:13:"trophy_points";i:16;s:13:"alerts_unread";i:2;s:11:"avatar_date";i:0;s:12:"avatar_width";i:0;s:13:"avatar_height";i:0;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:0;s:9:"is_banned";i:0;s:10:"like_count";i:0;s:14:"warning_points";i:0;s:8:"is_staff";i:0;s:7:"message";s:267:"Bầu ngá»±c “trái mÆ°á»›p†đang là ná»—i ám ảnh lá»›n đối vá»›i nhiá»u ngÆ°á»i. Äặc biệt là những chị em sau khi sinh, và cho con bú. Vì sau quá trình này, vòng ngá»±c bạn trải qua những biến Ä‘á»™ng lá»›n vá» việc tăng...";s:12:"attach_count";i:0;s:10:"node_title";s:26:"Phẫu thuật thẩm mỹ";s:12:"promote_date";i:1713328718;s:12:"promote_icon";N;s:12:"promote_data";s:81:"https://thammyngomonghung.vn/wp-content/uploads/2019/07/minh-hoa-nang-mui-2-7.jpg";s:3:"day";s:2:"17";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_4_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:81:"https://thammyngomonghung.vn/wp-content/uploads/2019/07/minh-hoa-nang-mui-2-7.jpg";}}}, 1713490457
    Run Time: 0.000846
  39. commit
    Run Time: 0.000467
  40. SELECT xf_thread.*, xf_user.*, xf_post.message, xf_post.attach_count, xf_node.title AS node_title, 
    	IF(xf_user.username IS NULL, xf_thread.username, xf_user.username) AS username,
    	IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) AS promote_date,
    	EWRporta_promotes.promote_icon, EWRporta_promotes.promote_data
    FROM xf_thread
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    	INNER JOIN xf_node ON (xf_node.node_id = xf_thread.node_id)
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE ( xf_thread.node_id IN ('28') OR EWRporta_promotes.promote_date < ? )
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    ORDER BY sticky DESC,  promote_date DESC
    LIMIT ?, ?
    Params: 1713490457, 1713490457, 0, 7
    Run Time: 0.006914
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   2245Using where; Using temporary; Using filesort
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (hash join)
    SIMPLExf_nodeeq_refPRIMARYPRIMARY4ddtm.xf_thread.node_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4ddtm.xf_thread.user_id1 
    SIMPLExf_posteq_refPRIMARYPRIMARY4ddtm.xf_thread.first_post_id1 
  41. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (2238)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000232
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  42. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (1793)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000199
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  43. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (1486)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000195
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  44. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (1462)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000203
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  45. SELECT COUNT(*) AS total
    	FROM xf_thread
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE (xf_thread.node_id IN ('28') OR EWRporta_promotes.promote_date < ?)
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    Params: 1713490457, 1713490457
    Run Time: 0.001653
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   2245Using where
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (hash join)
  46. SELECT xf_thread.*, xf_user.*, xf_post.message, xf_post.attach_count, xf_node.title AS node_title, 
    	IF(xf_user.username IS NULL, xf_thread.username, xf_user.username) AS username,
    	IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) AS promote_date,
    	EWRporta_promotes.promote_icon, EWRporta_promotes.promote_data
    FROM xf_thread
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    	INNER JOIN xf_node ON (xf_node.node_id = xf_thread.node_id)
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE ( xf_thread.node_id IN ('38', '45', '46', '47', '48', '49', '50', '51', '52', '53') OR EWRporta_promotes.promote_date < ? )
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    ORDER BY sticky DESC,  promote_date DESC
    LIMIT ?, ?
    Params: 1713490457, 1713490457, 0, 8
    Run Time: 0.009835
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   2245Using where; Using temporary; Using filesort
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (hash join)
    SIMPLExf_nodeeq_refPRIMARYPRIMARY4ddtm.xf_thread.node_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4ddtm.xf_thread.user_id1 
    SIMPLExf_posteq_refPRIMARYPRIMARY4ddtm.xf_thread.first_post_id1 
  47. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (1119)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000282
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const5Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  48. SELECT COUNT(*) AS total
    	FROM xf_thread
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE (xf_thread.node_id IN ('38', '45', '46', '47', '48', '49', '50', '51', '52', '53') OR EWRporta_promotes.promote_date < ?)
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    Params: 1713490457, 1713490457
    Run Time: 0.001705
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   2245Using where
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (hash join)
  49. SELECT *
    	FROM EWRporta_caches
    WHERE block_id = ?
    Params: catnews4
    Run Time: 0.000145
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesconstPRIMARYPRIMARY77const1 
  50. SELECT *
    	FROM EWRporta_caches
    WHERE block_id = ?
    Params: catnews4
    Run Time: 0.000166
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesconstPRIMARYPRIMARY77const1 
  51. begin
    Run Time: 0.000174
  52. UPDATE `EWRporta_caches` SET `date` = ? WHERE (block_id = 'catnews4')
    Params: 1713490457
    Run Time: 0.000140
  53. commit
    Run Time: 0.000458
  54. SELECT xf_thread.*, xf_user.*, xf_post.message, xf_post.attach_count, xf_node.title AS node_title, 
    	IF(xf_user.username IS NULL, xf_thread.username, xf_user.username) AS username,
    	IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) AS promote_date,
    	EWRporta_promotes.promote_icon, EWRporta_promotes.promote_data
    FROM xf_thread
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    	INNER JOIN xf_node ON (xf_node.node_id = xf_thread.node_id)
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE ( xf_thread.node_id IN ('60') OR EWRporta_promotes.promote_date < ? )
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    ORDER BY sticky DESC,  promote_date DESC
    LIMIT ?, ?
    Params: 1713490457, 1713490457, 0, 8
    Run Time: 0.006105
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   2245Using where; Using temporary; Using filesort
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (hash join)
    SIMPLExf_nodeeq_refPRIMARYPRIMARY4ddtm.xf_thread.node_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4ddtm.xf_thread.user_id1 
    SIMPLExf_posteq_refPRIMARYPRIMARY4ddtm.xf_thread.first_post_id1 
  55. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (4228)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000268
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const4Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  56. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (4083)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000222
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const4Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  57. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (4070)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000207
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const3Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  58. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (4067)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000229
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const2Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  59. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (4066)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000207
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const4Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  60. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (4065)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000206
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const3Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  61. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (4048)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000225
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const4Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  62. SELECT COUNT(*) AS total
    	FROM xf_thread
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE (xf_thread.node_id IN ('60') OR EWRporta_promotes.promote_date < ?)
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    Params: 1713490457, 1713490457
    Run Time: 0.001705
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   2245Using where
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (hash join)
  63. SELECT xf_thread.*, xf_user.*, xf_post.message, xf_post.attach_count, xf_node.title AS node_title, 
    	IF(xf_user.username IS NULL, xf_thread.username, xf_user.username) AS username,
    	IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) AS promote_date,
    	EWRporta_promotes.promote_icon, EWRporta_promotes.promote_data
    FROM xf_thread
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    	INNER JOIN xf_node ON (xf_node.node_id = xf_thread.node_id)
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE ( xf_thread.node_id IN ('58') OR EWRporta_promotes.promote_date < ? )
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    ORDER BY sticky DESC,  promote_date DESC
    LIMIT ?, ?
    Params: 1713490457, 1713490457, 0, 8
    Run Time: 0.005011
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   2245Using where; Using temporary; Using filesort
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (hash join)
    SIMPLExf_nodeeq_refPRIMARYPRIMARY4ddtm.xf_thread.node_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4ddtm.xf_thread.user_id1 
    SIMPLExf_posteq_refPRIMARYPRIMARY4ddtm.xf_thread.first_post_id1 
  64. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (4072)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000256
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const4Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  65. SELECT COUNT(*) AS total
    	FROM xf_thread
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE (xf_thread.node_id IN ('58') OR EWRporta_promotes.promote_date < ?)
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    Params: 1713490457, 1713490457
    Run Time: 0.001623
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   2245Using where
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (hash join)
  66. SELECT xf_thread.*, xf_user.*, xf_post.message, xf_post.attach_count, xf_node.title AS node_title, 
    	IF(xf_user.username IS NULL, xf_thread.username, xf_user.username) AS username,
    	IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) AS promote_date,
    	EWRporta_promotes.promote_icon, EWRporta_promotes.promote_data
    FROM xf_thread
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    	INNER JOIN xf_node ON (xf_node.node_id = xf_thread.node_id)
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE ( xf_thread.node_id IN ('64') OR EWRporta_promotes.promote_date < ? )
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    ORDER BY sticky DESC,  promote_date DESC
    LIMIT ?, ?
    Params: 1713490457, 1713490457, 0, 8
    Run Time: 0.004946
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   2245Using where; Using temporary; Using filesort
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (hash join)
    SIMPLExf_nodeeq_refPRIMARYPRIMARY4ddtm.xf_thread.node_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4ddtm.xf_thread.user_id1 
    SIMPLExf_posteq_refPRIMARYPRIMARY4ddtm.xf_thread.first_post_id1 
  67. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (3292)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000239
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const3Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  68. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (2723)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000219
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const4Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  69. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (2596)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000217
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const4Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  70. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (2423)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000208
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  71. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (2366)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000197
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  72. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (2271)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000226
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  73. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (1713)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000248
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const6Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  74. SELECT COUNT(*) AS total
    	FROM xf_thread
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE (xf_thread.node_id IN ('64') OR EWRporta_promotes.promote_date < ?)
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    Params: 1713490457, 1713490457
    Run Time: 0.001701
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   2245Using where
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (hash join)
  75. SELECT xf_thread.*, xf_user.*, xf_post.message, xf_post.attach_count, xf_node.title AS node_title, 
    	IF(xf_user.username IS NULL, xf_thread.username, xf_user.username) AS username,
    	IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) AS promote_date,
    	EWRporta_promotes.promote_icon, EWRporta_promotes.promote_data
    FROM xf_thread
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    	INNER JOIN xf_node ON (xf_node.node_id = xf_thread.node_id)
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE ( xf_thread.node_id IN ('20') OR EWRporta_promotes.promote_date < ? )
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    ORDER BY sticky DESC,  promote_date DESC
    LIMIT ?, ?
    Params: 1713490457, 1713490457, 0, 8
    Run Time: 0.006351
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   2245Using where; Using temporary; Using filesort
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (hash join)
    SIMPLExf_nodeeq_refPRIMARYPRIMARY4ddtm.xf_thread.node_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4ddtm.xf_thread.user_id1 
    SIMPLExf_posteq_refPRIMARYPRIMARY4ddtm.xf_thread.first_post_id1 
  76. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (4210)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000260
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  77. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (4198)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000222
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  78. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (4051)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000240
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const3Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  79. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (2606)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000247
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const4Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  80. SELECT COUNT(*) AS total
    	FROM xf_thread
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE (xf_thread.node_id IN ('20') OR EWRporta_promotes.promote_date < ?)
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    Params: 1713490457, 1713490457
    Run Time: 0.001744
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   2245Using where
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (hash join)
  81. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', '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', 'EWRblock_generalnews', 'EWRblock_catnews1', 'EWRblock_catnews2', 'EWRblock_catnews3', 'EWRblock_catnews4', 'EWRblock_catnews7', 'EWRblock_catnews6', 'EWRblock_catnews8', 'EWRblock_catnews5', 'wf_widget_wrapper', 'wf_widget_threads', 'wf_widget_stats', 'EWRporta_Portal', 'wf_hook_moderator_bar', 'wf_revealer', 'VietXfAdvStats_wrapper', 'tinhte_xentag_hook_message_below', 'tinhte_xentag_hook_message_content', 'tinhte_xentag_hook_message_notices', 'tinhte_xentag_hook_navigation_tabs_forums', 'tinhte_xentag_hook_post_private_controls', 'tinhte_xentag_hook_post_public_controls', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000438
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 32Using where
  82. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc__1_EWRporta_Portal')
    Run Time: 0.000141
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  83. SELECT thread.*
    	,
    	user.gender, user.avatar_date, user.gravatar,
    	post.message, post.attach_count,
    	NULL AS thread_read_date
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    	LEFT JOIN xf_post AS post ON
    		(post.post_id = thread.first_post_id)
    WHERE (thread.node_id IN ('28')) AND (thread.discussion_open = 1) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.last_post_date DESC
     LIMIT 27
    Run Time: 0.000693
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_last_post_date4const78Using where; Backward index scan
    SIMPLEusereq_refPRIMARYPRIMARY4ddtm.thread.user_id1 
    SIMPLEposteq_refPRIMARYPRIMARY4ddtm.thread.first_post_id1 
  84. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000327
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const133Using where
  85. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (1297, 1181, 13, 994, 1177, 1314, 1233, 1156, 1219, 1229, 1184, 1159, 1154, 1462)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000480
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 15Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  86. 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 (28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28)
    Run Time: 0.000493
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumrangePRIMARYPRIMARY4 1Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4ddtm.forum.node_id1 
  87. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000104
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  88. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (4823, 4670, 1297, 1181, 13, 30, 41, 43, 994)
                    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.000408
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 10Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1Using where
  89. SELECT
    	post.*
    	
    FROM xf_post AS post
    WHERE post.post_id IN (4823, 4670, 1297, 1181, 13, 30, 41, 43, 994)
    Run Time: 0.000225
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARYPRIMARY4 9Using where
  90. 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: 28
    Run Time: 0.000356
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
  91. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (4823, 4670, 1297, 1181, 13, 30, 41, 43, 994)
                    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.000324
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 10Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1Using where
  92. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: boardTotals
    Run Time: 0.000118
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  93. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('forum_statistics')
    Params: 2
    Run Time: 0.000125
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  94. 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.000133
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (195, XenForo Classes: 62)

  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/WidgetFramework/Listener.php
  33. library/WidgetFramework/Option.php
  34. library/Waindigo/Listener/InitDependencies.php
  35. library/Waindigo/Listener/InitDependencies/20150212.php
  36. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  37. library/Tinhte/XenTag/Listener.php
  38. library/XenForo/CacheRebuilder/Abstract.php
  39. library/NodesAsTabs/Listen.php
  40. library/Brivium/BriviumHelper/EventListeners.php
  41. library/Brivium/BriviumHelper/1010071/EventListeners.php
  42. library/EWRporta/Listener/Model.php
  43. library/VietXfAdvStats/Listener.php
  44. library/sonnbPreventDoublePost/Listener.php
  45. library/Brivium/AdvancedMobileSwitcher/EventListeners/Listener.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/WidgetFramework/Route/Filter/PageX.php
  53. library/XenForo/Route/Prefix/Index.php
  54. library/EWRporta/Listener/Route.php
  55. library/vtLai/UrlKhongDau/Listener.php
  56. library/WidgetFramework/XenForo/Route/Prefix/Index.php
  57. library/XenForo/RouteMatch.php
  58. library/XenForo/ControllerPublic/Index.php
  59. library/XenForo/ControllerPublic/Abstract.php
  60. library/XenForo/Controller.php
  61. library/Waindigo/Thumbnails/Listener/LoadClass.php
  62. library/Waindigo/Listener/LoadClass.php
  63. library/Waindigo/Listener/LoadClass/20150318.php
  64. library/EWRporta/Listener/Controller.php
  65. library/Vinavb/CustomNodeIcon/Listener.php
  66. library/ChipXF/MoreThread/Listener.php
  67. library/XenPlaza/XPlimitLink/Listener/Listener.php
  68. library/Brivium/CaptchaPosting/EventListeners/Listener.php
  69. library/Waindigo/Thumbnails/Extend/XenForo/ControllerPublic/Index.php
  70. library/WidgetFramework/XenForo/ControllerPublic/Index.php
  71. library/XenForo/Input.php
  72. library/XenForo/Session.php
  73. library/XenForo/Helper/Ip.php
  74. library/XenForo/Visitor.php
  75. library/XenForo/Model/User.php
  76. library/WidgetFramework/XenForo/Model/User.php
  77. library/VietXfAdvStats/XenForo/Model/User.php
  78. library/XenForo/Permission.php
  79. library/XenForo/Phrase.php
  80. library/XenForo/Locale.php
  81. library/WidgetFramework/Helper/Index.php
  82. library/XenForo/ControllerResponse/ReroutePath.php
  83. library/XenForo/ControllerResponse/Abstract.php
  84. library/EWRporta/Route/Portal.php
  85. library/EWRporta/ControllerPublic/Portal.php
  86. library/EWRporta/Model/Perms.php
  87. library/XenForo/ControllerResponse/View.php
  88. library/XenForo/Helper/Cookie.php
  89. library/XenForo/ViewRenderer/HtmlPublic.php
  90. library/XenForo/ViewRenderer/Abstract.php
  91. library/XenForo/Template/Public.php
  92. library/XenForo/Template/Abstract.php
  93. library/WidgetFramework/Core.php
  94. library/XenForo/Model/Moderator.php
  95. library/WidgetFramework/Model/Widget.php
  96. library/WidgetFramework/Helper/Sort.php
  97. library/WidgetFramework/WidgetRenderer.php
  98. library/EWRporta/ViewPublic/Portal.php
  99. library/XenForo/ViewPublic/Base.php
  100. library/XenForo/View.php
  101. library/EWRporta/Listener/ViewPublic.php
  102. library/EWRporta/ViewPublic/Custom.php
  103. library/WidgetFramework/XenForo/View1.php
  104. library/EWRporta/Model/Blocks.php
  105. library/EWRporta/Model/Layouts.php
  106. library/EWRporta/Model/Caches.php
  107. library/EWRporta/Model/Options.php
  108. library/EWRporta/Block/generalnews.php
  109. library/XenForo/Model/Attachment.php
  110. library/Waindigo/Thumbnails/Extend/XenForo/Model/Attachment.php
  111. library/EWRporta/Model/Attachment.php
  112. library/XenForo/Route/Prefix/Attachments.php
  113. library/XenForo/Helper/String.php
  114. library/XenForo/DataWriter.php
  115. library/EWRporta/DataWriter/Caches.php
  116. library/EWRporta/Listener/DataWriter.php
  117. library/XenForo/Db.php
  118. library/XenForo/BbCode/Parser.php
  119. library/XenForo/BbCode/Formatter/Base.php
  120. library/EWRporta/Listener/BbCode.php
  121. library/EWRporta/BbCode/Formatter.php
  122. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  123. library/Tinhte/XenTag/XenForo/BbCode/Formatter/Base.php
  124. library/Sedo/TinyQuattro/BbCode/Formatter/Base.php
  125. library/Sedo/TinyQuattro/Helper/Quattro.php
  126. library/XenForo/ViewPublic/Helper/Message.php
  127. library/XenForo/BbCode/TextWrapper.php
  128. library/Waindigo/Thumbnails/Listener/TemplateCreate.php
  129. library/Waindigo/Listener/TemplateCreate.php
  130. library/Waindigo/Listener/TemplateCreate/20150106.php
  131. library/VietXfAdvStats/Model/GetUserGroup.php
  132. library/EWRporta/Block/catnews1.php
  133. library/EWRporta/Block/catnews2.php
  134. library/EWRporta/Block/catnews3.php
  135. library/EWRporta/Block/catnews4.php
  136. library/EWRporta/Block/catnews7.php
  137. library/EWRporta/Block/catnews6.php
  138. library/EWRporta/Block/catnews8.php
  139. library/EWRporta/Block/catnews5.php
  140. library/WidgetFramework/WidgetRenderer/HtmlWithoutWrapper.php
  141. library/WidgetFramework/WidgetRenderer/Html.php
  142. library/WidgetFramework/WidgetRenderer/Threads.php
  143. library/Waindigo/Thumbnails/Extend/WidgetFramework/WidgetRenderer/Threads.php
  144. library/WidgetFramework/Model/Cache.php
  145. library/WidgetFramework/WidgetRenderer/Stats.php
  146. library/XenForo/Route/Prefix/Members.php
  147. library/vtLai/UrlKhongDau/Members.php
  148. library/EWRporta/Listener/NavTabs.php
  149. library/NodesAsTabs/NavTabs.php
  150. library/NodesAsTabs/Model/Options.php
  151. library/XenForo/Model/Node.php
  152. library/Waindigo/Thumbnails/Extend/XenForo/Model/Node.php
  153. library/XenForo/Route/Prefix/Forums.php
  154. library/vtLai/UrlKhongDau/Forums.php
  155. library/vtLai/UrlKhongDau/Converter.php
  156. library/WidgetFramework/Template/Extended.php
  157. library/Sedo/TinyQuattro/Listener/Templates/Preloader.php
  158. library/XenForo/Route/Prefix/Threads.php
  159. library/EWRporta/Route/Thread.php
  160. library/vtLai/UrlKhongDau/Threads.php
  161. library/Waindigo/Thumbnails/Listener/TemplatePostRender.php
  162. library/Waindigo/Listener/TemplatePostRender.php
  163. library/Waindigo/Listener/TemplatePostRender/20150106.php
  164. library/Waindigo/Listener/Template.php
  165. library/Waindigo/Listener/Template/20150106.php
  166. library/WidgetFramework/Helper/String.php
  167. library/XenForo/Model/Thread.php
  168. library/WidgetFramework/XenForo/Model/Thread.php
  169. library/VietXfAdvStats/XenForo/Model/Thread.php
  170. library/Tinhte/XenTag/XenForo/Model/Thread.php
  171. library/sonnbPreventDoublePost/Model/Thread.php
  172. library/XenForo/Model/Forum.php
  173. library/Tinhte/XenTag/XenForo/Model/Forum.php
  174. library/XenForo/Model/Post.php
  175. library/EWRporta/Model/Post.php
  176. library/Tinhte/XenTag/XenForo/Model/Post.php
  177. library/sonnbPreventDoublePost/Model/Post.php
  178. library/Waindigo/Thumbnails/Model/Thumbnails.php
  179. library/XenForo/DataWriter/Forum.php
  180. library/XenForo/DataWriter/Node.php
  181. library/XenForo/DataWriter/DiscussionContainerInterface.php
  182. library/Waindigo/Thumbnails/Extend/XenForo/DataWriter/Forum.php
  183. library/Vinavb/CustomNodeIcon/XenForo/DataWriter/Forum.php
  184. library/Tinhte/XenTag/XenForo/DataWriter/Forum.php
  185. library/Tinhte/XenTag/Constants.php
  186. library/WidgetFramework/Template/Helper/Core.php
  187. library/WidgetFramework/WidgetRenderer/Empty.php
  188. library/XenForo/Debug.php
  189. library/EWRporta/Listener/Template.php
  190. library/Waindigo/Thumbnails/Listener/TemplateHook.php
  191. library/Waindigo/Listener/TemplateHook.php
  192. library/Waindigo/Listener/TemplateHook/20150106.php
  193. library/VietXfAdvStats/Option.php
  194. library/XenForo/ViewRenderer/Json.php
  195. library/Vinavb/CustomNodeIcon/Icon.php