Page Time: 0.0738s

Memory: 8.2483 MB (Peak: 9.2204 MB)

Queries (25, time: 0.0097s, 13.2%)

  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.000354
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000080
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache,
    		NULL AS forum_read_date,
    		0 AS forum_is_watched
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'node'
    			AND permission.content_id = forum.node_id)
    WHERE node.node_id = ?
    Params: 4
    Run Time: 0.000313
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  4. SELECT COUNT(*)
    FROM xf_thread AS thread
    
    WHERE (thread.node_id = 4) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
    Run Time: 0.000313
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const247Using where; Using index
  5. SELECT thread.*
    	,
    	user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    	NULL AS thread_read_date,
    	0 AS thread_is_watched,
    	0 AS user_post_count
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    WHERE (thread.node_id = 4) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.view_count DESC
     LIMIT 30 OFFSET 240
    Run Time: 0.002354
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const247Using index condition; Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.thread.user_id1 
  6. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (15390, 23577, 14491, 14948, 16024, 34168, 33383)
                    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.000311
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 7Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.attachment.data_id1Using where
  7. SELECT
    	post.*
    	
    FROM xf_post AS post
    WHERE post.post_id IN (15390, 23577, 14491, 14948, 16024, 34168, 33383)
    Run Time: 0.002165
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARYPRIMARY4 7Using where
  8. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 89f5d82a7bf135a0e61694be695627a9, , 1714868062
    Run Time: 0.000164
  9. INSERT INTO xf_session_activity
    	(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
    VALUES
    	(?, ?, ?, ?, ?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE
    	ip = VALUES(ip),
    	controller_name = VALUES(controller_name),
    	controller_action = VALUES(controller_action),
    	view_state = VALUES(view_state),
    	params = VALUES(params),
    	view_date = VALUES(view_date),
    	robot_key = VALUES(robot_key)
    Params: 0, , , XenForo_ControllerPublic_Forum, Forum, valid, node_id=4&page=9, 1714864462,
    Run Time: 0.000117
  10. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'ragtek_createNewThreadNavbar', 'thread_list_item', 'hex_forum_list_thumbnail_thumbnails', 'hex_thread_list_avatar_replace_thumbnails', 'hex_thread_list_thumbnail_thumbnails', 'hex_thread_list_avatar_last_post_avatar', 'wf_widget_wrapper', 'wf_widget_threads', 'forum_view', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 6, 2
    Run Time: 0.000277
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 11Using where
  11. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('askaquestion_ask_a_question')
    Params: 2
    Run Time: 0.000046
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  12. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('VNXF_Stats_Cat')
    	AND style_id = ?
    	AND language_id = ?
    Params: 6, 2
    Run Time: 0.000079
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  13.                 SELECT *
                    FROM `xf_widgetframework_cache`
                    WHERE cache_id IN ('forum_view_pc1')
    Run Time: 0.000180
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_widgetframework_cacheconstPRIMARYPRIMARY767const1 
  14.             REPLACE INTO `xf_widgetframework_cache`
                SET cache_id = ?, data = ?, cache_date = ?
    Params: forum_view_pc1, {"16":{"html":"<div class=\"WidgetFramework_WidgetRenderer_Threads_ListCompact\">\n<ol>\n<li class=\"thread-26704 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/hongthaiduong.30084\/\" class=\"avatar Av30084s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_male_s.png\" width=\"48\" height=\"48\" alt=\"Hongthaiduong\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/tuyen-nhan-vien-ky-thuat-may-tinh-nhan-hoc-viec.26704\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/tuyen-nhan-vien-ky-thuat-may-tinh-nhan-hoc-viec.26704\/preview\">Tuy\u1ec3n nh\u00e2n vi\u00ean K\u1ef9 thu\u1eadt M\u00e1y t\u00ednh, nh\u1eadn h\u1ecdc vi\u00eac<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26703 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/hong-van-myungjin.26968\/\" class=\"avatar Av26968s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_female_s.png\" width=\"48\" height=\"48\" alt=\"H\u1ed3ng V\u00e2n Myungjin\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/tuyen-dung-nhieu-vi-tri-ke-toan-phien-dich-han-cong-nhan.26703\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/tuyen-dung-nhieu-vi-tri-ke-toan-phien-dich-han-cong-nhan.26703\/preview\">Tuy\u1ec3n d\u1ee5ng nhi\u1ec1u v\u1ecb tr\u00ed (K\u1ebf to\u00e1n, phi\u00ean d\u1ecbch H\u00e0n, C\u00f4ng nh\u00e2n...)<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26702 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/cong-ty-tnhh-uju-vina-thai-nguyen.35053\/\" class=\"avatar Av35053s\" data-avatarhtml=\"true\"><img src=\"data\/avatars\/s\/35\/35053.jpg?1702620917\" width=\"48\" height=\"48\" alt=\"C\u00f4ng ty TNHH Uju Vina Th\u00e1i Nguy\u00ean\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/uju-vina-thai-nguyen-tuyen-dung-truong-phong-nhan-su.26702\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/uju-vina-thai-nguyen-tuyen-dung-truong-phong-nhan-su.26702\/preview\">Uju Vina Th\u00e1i Nguy\u00ean tuy\u1ec3n d\u1ee5ng Tr\u01b0\u1edfng ph\u00f2ng Nh\u00e2n s\u1ef1<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26701 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/nguyen-thi-hue.35166\/\" class=\"avatar Av35166s\" data-avatarhtml=\"true\"><img src=\"data\/avatars\/s\/35\/35166.jpg?1714726566\" width=\"48\" height=\"48\" alt=\"Nguy\u1ec5n Th\u1ecb Hu\u1ec7\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/kein-hing-thai-nguyen-tuyen-dung-ke-toan-biet-tieng-anh.26701\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/kein-hing-thai-nguyen-tuyen-dung-ke-toan-biet-tieng-anh.26701\/preview\">Kein Hing Th\u00e1i Nguy\u00ean tuy\u1ec3n d\u1ee5ng k\u1ebf to\u00e1n bi\u1ebft ti\u1ebfng Anh<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26700 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/duongdong.33703\/\" class=\"avatar Av33703s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_female_s.png\" width=\"48\" height=\"48\" alt=\"duongdong\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/tuyen-dung-tho-sua-chua-xe-o-to.26700\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/tuyen-dung-tho-sua-chua-xe-o-to.26700\/preview\">TUY\u1ec2N D\u1ee4NG TH\u1ee2 S\u1eecA CH\u1eeeA XE \u00d4 T\u00d4<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26699 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/vien-nguyen.35280\/\" class=\"avatar Av35280s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_female_s.png\" width=\"48\" height=\"48\" alt=\"vien nguyen\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/nhan-vien-dsc-bao-hanh-dai-tu-thai-nguyen.26699\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/nhan-vien-dsc-bao-hanh-dai-tu-thai-nguyen.26699\/preview\">Nh\u00e2n vi\u00ean DSC - b\u1ea3o h\u00e0nh (\u0110\u1ea1i T\u1eeb - Th\u00e1i Nguy\u00ean)<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26698 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/cong-ty-tnhh-uju-vina-thai-nguyen.35053\/\" class=\"avatar Av35053s\" data-avatarhtml=\"true\"><img src=\"data\/avatars\/s\/35\/35053.jpg?1702620917\" width=\"48\" height=\"48\" alt=\"C\u00f4ng ty TNHH Uju Vina Th\u00e1i Nguy\u00ean\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/uju-vina-thai-nguyen-tuyen-dung-ke-toan-truong.26698\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/uju-vina-thai-nguyen-tuyen-dung-ke-toan-truong.26698\/preview\">UJU VINA TH\u00c1I NGUY\u00caN TUY\u1ec2N D\u1ee4NG K\u1ebe TO\u00c1N TR\u01af\u1edeNG<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26697 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/vien-nguyen.35280\/\" class=\"avatar Av35280s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_female_s.png\" width=\"48\" height=\"48\" alt=\"vien nguyen\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/nhan-vien-ban-hang-thu-nhap-10-toi-30tr-dong-bhxh.26697\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/nhan-vien-ban-hang-thu-nhap-10-toi-30tr-dong-bhxh.26697\/preview\">Nh\u00e2n vi\u00ean b\u00e1n h\u00e0ng - Thu nh\u1eadp 10 t\u1edbi 30tr - \u0111\u00f3ng BHXH<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26696 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/vien-nguyen.35280\/\" class=\"avatar Av35280s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_female_s.png\" width=\"48\" height=\"48\" alt=\"vien nguyen\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/ke-toan-tong-hop-luong-9-10tr-xe-may-honda-thai-nguyen.26696\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/ke-toan-tong-hop-luong-9-10tr-xe-may-honda-thai-nguyen.26696\/preview\">K\u1ebf to\u00e1n t\u1ed5ng h\u1ee3p - L\u01b0\u01a1ng 9 -10tr - Xe m\u00e1y Honda Th\u00e1i Nguy\u00ean<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26695 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/cong-ty-seung-woo-vina.13491\/\" class=\"avatar Av13491s\" data-avatarhtml=\"true\"><img src=\"data\/avatars\/s\/13\/13491.jpg?1437714076\" width=\"48\" height=\"48\" alt=\"C\u00f4ng ty Seung Woo Vina\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-tnhh-seungwoo-vina-tuyen-dung-phien-dich-tieng-han-san-xuat-di-lam-ngay.26695\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-tnhh-seungwoo-vina-tuyen-dung-phien-dich-tieng-han-san-xuat-di-lam-ngay.26695\/preview\">C\u00d4NG TY TNHH SEUNGWOO VINA TUY\u1ec2N D\u1ee4NG PHI\u00caN D\u1ecaCH TI\u1ebeNG H\u00c0N S\u1ea2N XU\u1ea4T \u0110I L\u00c0M NGAY<\/a>\n<\/div>\n<\/li>\n<\/ol>\n<div id=\"PreviewTooltip\">\n<span class=\"arrow\"><span><\/span><\/span>\n<div class=\"section\">\n<div class=\"primaryContent previewContent\">\n<span class=\"PreviewContents\">\u0110ang t\u1ea3i...<\/span>\n<\/div>\n<\/div>\n<\/div>\n<\/div>","time":1714864492}}, 1714864462
    Run Time: 0.000878
  15. SELECT *
    FROM xf_node
    
    ORDER BY lft ASC
    Run Time: 0.000092
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALL    11Using filesort
  16. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000076
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const11Using where
  17.             SELECT thread.thread_id
                FROM xf_thread AS thread 
                
                WHERE (thread.node_id IN (1, 2, 3, 4, 5, 7, 12, 20, 27, 28, 31)) AND (thread.discussion_state IN ('visible'))
                ORDER BY thread.post_date DESC
             LIMIT 30
    Run Time: 0.000747
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadindexnode_id_last_post_date,node_id_sticky_state_last_postpost_date4 37Using where
  18. SELECT thread.*
    	,
    		NULL AS thread_read_date
    FROM xf_thread AS thread
    WHERE thread.thread_id IN (26705, 26704, 26703, 26702, 26701, 26700, 26699, 26698, 26697, 26696, 26695, 26694, 26693, 26692, 26691, 26690, 26689, 26688, 26687, 26686, 26685, 26684, 26683, 26682, 26681, 26680, 26679, 26678, 26677, 26676)
    Run Time: 0.000302
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangePRIMARYPRIMARY4 30Using where
  19. 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 (2, 3)
    Run Time: 0.000139
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnoderangePRIMARYPRIMARY4 2Using where
    SIMPLEforumeq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.node.node_id1 
  20. SELECT user.*
    	
    FROM xf_user AS user
    
    WHERE user.user_id IN (35586, 30084, 26968, 35053, 35166, 33703, 35280, 13491, 34892, 35458, 35082, 35436, 33630, 35454, 28021, 35578)
    ORDER BY user.username
    Run Time: 0.000090
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserrangePRIMARYPRIMARY4 16Using where; Using filesort
  21. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (35237, 35236, 35235, 35234, 35233, 35231, 35230, 35229, 35228, 35227)
                    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.000072
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 10Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.attachment.data_id1Using where
  22. SELECT
    	post.*
    	
    FROM xf_post AS post
    WHERE post.post_id IN (35237, 35236, 35235, 35234, 35233, 35231, 35230, 35229, 35228, 35227)
    Run Time: 0.000078
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARYPRIMARY4 10Using where
  23. 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: 2
    Run Time: 0.000107
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
  24. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (35237, 35236, 35235, 35234, 35233, 35231, 35230, 35229, 35228, 35227)
                    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.000072
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 10Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.attachment.data_id1Using where
  25.             REPLACE INTO `xf_widgetframework_cache`
                SET cache_id = ?, data = ?, cache_date = ?
    Params: forum_view_pc1, {"16":{"html":"<div class=\"WidgetFramework_WidgetRenderer_Threads_ListCompact\">\n<ol>\n<li class=\"thread-26705 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/kiennh.35586\/\" class=\"avatar Av35586s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_male_s.png\" width=\"48\" height=\"48\" alt=\"Kiennh\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-young-sun-vina-thai-nguyen-tuyen-dung-nhan-vien-nhan-su.26705\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-young-sun-vina-thai-nguyen-tuyen-dung-nhan-vien-nhan-su.26705\/preview\">C\u00f4ng ty YOUNG SUN VINA TH\u00c1I NGUY\u00caN tuy\u1ec3n d\u1ee5ng nh\u00e2n vi\u00ean nh\u00e2n s\u1ef1<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26704 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/hongthaiduong.30084\/\" class=\"avatar Av30084s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_male_s.png\" width=\"48\" height=\"48\" alt=\"Hongthaiduong\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/tuyen-nhan-vien-ky-thuat-may-tinh-nhan-hoc-viec.26704\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/tuyen-nhan-vien-ky-thuat-may-tinh-nhan-hoc-viec.26704\/preview\">Tuy\u1ec3n nh\u00e2n vi\u00ean K\u1ef9 thu\u1eadt M\u00e1y t\u00ednh, nh\u1eadn h\u1ecdc vi\u00eac<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26703 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/hong-van-myungjin.26968\/\" class=\"avatar Av26968s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_female_s.png\" width=\"48\" height=\"48\" alt=\"H\u1ed3ng V\u00e2n Myungjin\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/tuyen-dung-nhieu-vi-tri-ke-toan-phien-dich-han-cong-nhan.26703\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/tuyen-dung-nhieu-vi-tri-ke-toan-phien-dich-han-cong-nhan.26703\/preview\">Tuy\u1ec3n d\u1ee5ng nhi\u1ec1u v\u1ecb tr\u00ed (K\u1ebf to\u00e1n, phi\u00ean d\u1ecbch H\u00e0n, C\u00f4ng nh\u00e2n...)<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26702 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/cong-ty-tnhh-uju-vina-thai-nguyen.35053\/\" class=\"avatar Av35053s\" data-avatarhtml=\"true\"><img src=\"data\/avatars\/s\/35\/35053.jpg?1702620917\" width=\"48\" height=\"48\" alt=\"C\u00f4ng ty TNHH Uju Vina Th\u00e1i Nguy\u00ean\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/uju-vina-thai-nguyen-tuyen-dung-truong-phong-nhan-su.26702\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/uju-vina-thai-nguyen-tuyen-dung-truong-phong-nhan-su.26702\/preview\">Uju Vina Th\u00e1i Nguy\u00ean tuy\u1ec3n d\u1ee5ng Tr\u01b0\u1edfng ph\u00f2ng Nh\u00e2n s\u1ef1<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26701 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/nguyen-thi-hue.35166\/\" class=\"avatar Av35166s\" data-avatarhtml=\"true\"><img src=\"data\/avatars\/s\/35\/35166.jpg?1714726566\" width=\"48\" height=\"48\" alt=\"Nguy\u1ec5n Th\u1ecb Hu\u1ec7\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/kein-hing-thai-nguyen-tuyen-dung-ke-toan-biet-tieng-anh.26701\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/kein-hing-thai-nguyen-tuyen-dung-ke-toan-biet-tieng-anh.26701\/preview\">Kein Hing Th\u00e1i Nguy\u00ean tuy\u1ec3n d\u1ee5ng k\u1ebf to\u00e1n bi\u1ebft ti\u1ebfng Anh<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26700 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/duongdong.33703\/\" class=\"avatar Av33703s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_female_s.png\" width=\"48\" height=\"48\" alt=\"duongdong\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/tuyen-dung-tho-sua-chua-xe-o-to.26700\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/tuyen-dung-tho-sua-chua-xe-o-to.26700\/preview\">TUY\u1ec2N D\u1ee4NG TH\u1ee2 S\u1eecA CH\u1eeeA XE \u00d4 T\u00d4<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26699 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/vien-nguyen.35280\/\" class=\"avatar Av35280s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_female_s.png\" width=\"48\" height=\"48\" alt=\"vien nguyen\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/nhan-vien-dsc-bao-hanh-dai-tu-thai-nguyen.26699\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/nhan-vien-dsc-bao-hanh-dai-tu-thai-nguyen.26699\/preview\">Nh\u00e2n vi\u00ean DSC - b\u1ea3o h\u00e0nh (\u0110\u1ea1i T\u1eeb - Th\u00e1i Nguy\u00ean)<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26698 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/cong-ty-tnhh-uju-vina-thai-nguyen.35053\/\" class=\"avatar Av35053s\" data-avatarhtml=\"true\"><img src=\"data\/avatars\/s\/35\/35053.jpg?1702620917\" width=\"48\" height=\"48\" alt=\"C\u00f4ng ty TNHH Uju Vina Th\u00e1i Nguy\u00ean\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/uju-vina-thai-nguyen-tuyen-dung-ke-toan-truong.26698\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/uju-vina-thai-nguyen-tuyen-dung-ke-toan-truong.26698\/preview\">UJU VINA TH\u00c1I NGUY\u00caN TUY\u1ec2N D\u1ee4NG K\u1ebe TO\u00c1N TR\u01af\u1edeNG<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26697 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/vien-nguyen.35280\/\" class=\"avatar Av35280s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_female_s.png\" width=\"48\" height=\"48\" alt=\"vien nguyen\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/nhan-vien-ban-hang-thu-nhap-10-toi-30tr-dong-bhxh.26697\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/nhan-vien-ban-hang-thu-nhap-10-toi-30tr-dong-bhxh.26697\/preview\">Nh\u00e2n vi\u00ean b\u00e1n h\u00e0ng - Thu nh\u1eadp 10 t\u1edbi 30tr - \u0111\u00f3ng BHXH<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26696 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/vien-nguyen.35280\/\" class=\"avatar Av35280s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_female_s.png\" width=\"48\" height=\"48\" alt=\"vien nguyen\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/ke-toan-tong-hop-luong-9-10tr-xe-may-honda-thai-nguyen.26696\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/ke-toan-tong-hop-luong-9-10tr-xe-may-honda-thai-nguyen.26696\/preview\">K\u1ebf to\u00e1n t\u1ed5ng h\u1ee3p - L\u01b0\u01a1ng 9 -10tr - Xe m\u00e1y Honda Th\u00e1i Nguy\u00ean<\/a>\n<\/div>\n<\/li>\n<\/ol>\n<div id=\"PreviewTooltip\">\n<span class=\"arrow\"><span><\/span><\/span>\n<div class=\"section\">\n<div class=\"primaryContent previewContent\">\n<span class=\"PreviewContents\">\u0110ang t\u1ea3i...<\/span>\n<\/div>\n<\/div>\n<\/div>\n<\/div>","time":1714864462}}, 1714864462
    Run Time: 0.000294

Included Files (151, XenForo Classes: 66)

  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/TJA/CreateThreadIcon/Listener.php
  33. library/Hex/Listener/InitDependencies.php
  34. library/Hex/Listener/InitDependencies/20150212.php
  35. library/VNXF/MoreThread/Listener.php
  36. library/VNXF/Stats/Listener.php
  37. library/Hex/Listener/ControllerPreDispatch/20150911.php
  38. library/WidgetFramework/Listener.php
  39. library/WidgetFramework/Option.php
  40. library/XenForo/Router.php
  41. library/XenForo/Route/Filter.php
  42. library/XenForo/Route/Interface.php
  43. library/XenForo/Route/ResponseSuffix.php
  44. library/XenForo/Route/Prefix.php
  45. library/XenForo/Route/Prefix/Forums.php
  46. library/vtLai/UrlKhongDau/Listener.php
  47. library/vtLai/UrlKhongDau/Forums.php
  48. library/XenForo/RouteMatch.php
  49. library/XenForo/ControllerPublic/Forum.php
  50. library/XenForo/ControllerPublic/Abstract.php
  51. library/XenForo/Controller.php
  52. library/Hex/Thumbnails/Listener/LoadClass.php
  53. library/Hex/Listener/LoadClass.php
  54. library/Hex/Listener/LoadClass/20150518.php
  55. library/VNXF/Download/Listener.php
  56. library/XenPlaza/XPlimitLink/Listener/Listener.php
  57. library/XfAddOns/BumpThread/Listener.php
  58. library/Vinavb/CustomNodeIcon/Listener.php
  59. library/VNXF/ReadPdf/Listener.php
  60. library/VNXF/Stats/ControllerPublic/Forum.php
  61. library/Hex/Thumbnails/Extend/XenForo/ControllerPublic/Forum.php
  62. library/XenPlaza/XPlimitLink/ControllerPublic/Forum.php
  63. library/XenForo/Input.php
  64. library/XenForo/Session.php
  65. library/XenForo/Helper/Ip.php
  66. library/XenForo/Visitor.php
  67. library/XenForo/Model/User.php
  68. library/XenForo/Permission.php
  69. library/XenForo/Helper/Php.php
  70. library/XenForo/Phrase.php
  71. library/XenForo/Locale.php
  72. library/DigitalPointAdPositioning/Listener/ControllerPreDispatch.php
  73. library/XenForo/ControllerResponse/Reroute.php
  74. library/XenForo/ControllerResponse/Abstract.php
  75. library/DigitalPointAdPositioning/Listener/ControllerPostDispatch.php
  76. library/XenForo/ControllerHelper/ForumThreadPost.php
  77. library/XenForo/ControllerHelper/Abstract.php
  78. library/XenForo/Model/Forum.php
  79. library/XenForo/Model/Thread.php
  80. library/XfAddOns/BumpThread/Model/Thread.php
  81. library/vtLai/UrlKhongDau/Converter.php
  82. library/XenForo/Helper/String.php
  83. library/XfAddOns/BumpThread/Helper/Permissions.php
  84. library/XenForo/Model/Node.php
  85. library/Hex/Thumbnails/Extend/XenForo/Model/Node.php
  86. library/XenForo/Route/Prefix/Categories.php
  87. library/vtLai/UrlKhongDau/Categories.php
  88. library/XenForo/ControllerResponse/View.php
  89. library/Hex/Thumbnails/Model/Thumbnails.php
  90. library/XenForo/Model/Attachment.php
  91. library/Hex/Thumbnails/Extend/XenForo/Model/Attachment.php
  92. library/XenForo/Model/Post.php
  93. library/XenForo/Helper/Cookie.php
  94. library/XenForo/ViewRenderer/HtmlPublic.php
  95. library/XenForo/ViewRenderer/Abstract.php
  96. library/XenForo/Template/Public.php
  97. library/XenForo/Template/Abstract.php
  98. library/WidgetFramework/Core.php
  99. library/XenForo/Model/Moderator.php
  100. library/WidgetFramework/Model/Widget.php
  101. library/WidgetFramework/Helper/Sort.php
  102. library/XenForo/ViewPublic/Forum/View.php
  103. library/XenForo/ViewPublic/Base.php
  104. library/XenForo/View.php
  105. library/XenForo/ViewPublic/Helper/Node.php
  106. library/Ragtek/GCT/StaticMethods.php
  107. library/Hex/Thumbnails/Listener/TemplateCreate.php
  108. library/Hex/Listener/TemplateCreate.php
  109. library/Hex/Listener/TemplateCreate/20150106.php
  110. library/XfAddOns/BumpThread/Template/Hook.php
  111. library/WidgetFramework/WidgetRenderer.php
  112. library/WidgetFramework/WidgetRenderer/Threads.php
  113. library/Hex/Thumbnails/Extend/WidgetFramework/WidgetRenderer/Threads.php
  114. library/WidgetFramework/Helper/PermissionCombination.php
  115. library/WidgetFramework/Model/Cache.php
  116. library/XenForo/Route/Prefix/Members.php
  117. library/vtLai/UrlKhongDau/Members.php
  118. library/Andy/AskAQuestion/Listener.php
  119. library/WidgetFramework/Template/Extended.php
  120. library/VNNET/FakeThreadViewCount/Listeners.php
  121. library/VNXF/Stats/Route.php
  122. library/Hex/Thumbnails/Listener/TemplatePostRender.php
  123. library/Hex/Listener/TemplatePostRender.php
  124. library/Hex/Listener/TemplatePostRender/20150106.php
  125. library/Hex/Listener/Template.php
  126. library/Hex/Listener/Template/20150106.php
  127. library/Hex/Thumbnails/Listener/TemplateHook.php
  128. library/Hex/Listener/TemplateHook.php
  129. library/Hex/Listener/TemplateHook/20150106.php
  130. library/VNXF/ForumThreads/Listener.php
  131. library/XenForo/Model/Avatar.php
  132. library/XenForo/Route/Prefix/Threads.php
  133. library/vtLai/UrlKhongDau/Threads.php
  134. library/WidgetFramework/Helper/String.php
  135. library/XenForo/Helper/File.php
  136. library/XenForo/NodeHandler/Category.php
  137. library/XenForo/NodeHandler/Abstract.php
  138. library/XenForo/NodeHandler/Forum.php
  139. library/XenForo/Model/Category.php
  140. library/WidgetFramework/Model/Thread.php
  141. library/XenForo/DataWriter.php
  142. library/XenForo/DataWriter/Forum.php
  143. library/XenForo/DataWriter/Node.php
  144. library/XenForo/DataWriter/DiscussionContainerInterface.php
  145. library/Hex/Thumbnails/Extend/XenForo/DataWriter/Forum.php
  146. library/Vinavb/CustomNodeIcon/XenForo/DataWriter/Forum.php
  147. library/WidgetFramework/DataWriter/Widget.php
  148. library/XenForo/Debug.php
  149. library/Ragtek/GCT/Route.php
  150. library/XenForo/ViewRenderer/Json.php
  151. library/Vinavb/CustomNodeIcon/Icon.php