Page Time: 0.1176s

Memory: 8.6064 MB (Peak: 9.5433 MB)

Queries (30, time: 0.0131s, 11.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.000567
    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.000112
    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: 2
    Run Time: 0.000354
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  4. SELECT COUNT(*)
    FROM xf_thread AS thread
    
    WHERE (thread.node_id = 2) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
    Run Time: 0.004802
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const9432Using 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 = 2) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.post_date ASC
     LIMIT 30
    Run Time: 0.000725
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadindexnode_id_last_post_date,node_id_sticky_state_last_postpost_date4 60Using where
    SIMPLEusereq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.thread.user_id1 
  6. 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 = 2) AND (thread.sticky = 1) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.post_date ASC
    Run Time: 0.001457
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const1Using index condition; Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.thread.user_id1 
  7. 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 (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 14, 15, 16, 17, 18, 19, 20, 27, 29, 30, 31, 32, 38, 39, 41, 42, 43, 44, 45, 46)
                    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.001001
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 30Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.attachment.data_id1Using where
  8. SELECT
    	post.*
    	
    FROM xf_post AS post
    WHERE post.post_id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 14, 15, 16, 17, 18, 19, 20, 27, 29, 30, 31, 32, 38, 39, 41, 42, 43, 44, 45, 46)
    Run Time: 0.000645
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARYPRIMARY4 30Using where
  9. 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 (24046)
                    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.000286
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.attachment.data_id1Using where
  10. SELECT
    	post.*
    	
    FROM xf_post AS post
    WHERE post.post_id IN (24046)
    Run Time: 0.000110
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostconstPRIMARYPRIMARY4const1 
  11. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 023138a7132016fcdbf62663c2b9e358, , 1714283204
    Run Time: 0.000215
  12. 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=2, 1714279604,
    Run Time: 0.000083
  13. 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.000310
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 11Using where
  14. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('askaquestion_ask_a_question')
    Params: 2
    Run Time: 0.000068
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  15. 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.000102
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  16.                 SELECT *
                    FROM `xf_widgetframework_cache`
                    WHERE cache_id IN ('forum_view_pc1')
    Run Time: 0.000190
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_widgetframework_cacheconstPRIMARYPRIMARY767const1 
  17.             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-26677 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/vfic.28021\/\" class=\"avatar Av28021s\" data-avatarhtml=\"true\"><img src=\"data\/avatars\/s\/28\/28021.jpg?1542361473\" width=\"48\" height=\"48\" alt=\"VFIC\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/pho-yen-nhan-vien-ke-toan.26677\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/pho-yen-nhan-vien-ke-toan.26677\/preview\">Ph\u1ed5 Y\u00ean | Nh\u00e2n vi\u00ean k\u1ebf to\u00e1n<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26676 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/maztech-group.35578\/\" class=\"avatar Av35578s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_s.png\" width=\"48\" height=\"48\" alt=\"Maztech group\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/nha-di-dong-winhome-tuyen-nhan-vien-kinh-doanh.26676\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/nha-di-dong-winhome-tuyen-nhan-vien-kinh-doanh.26676\/preview\">Nh\u00e0 di \u0111\u1ed9ng Winhome tuy\u1ec3n Nh\u00e2n vi\u00ean Kinh doanh<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26675 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/diep-quynh.30266\/\" class=\"avatar Av30266s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_female_s.png\" width=\"48\" height=\"48\" alt=\"di\u1ec7p qu\u1ef3nh\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-dongsung-tuyen-nhan-vien-phat-trien-cong-nhan-kiem-hang.26675\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-dongsung-tuyen-nhan-vien-phat-trien-cong-nhan-kiem-hang.26675\/preview\">c\u00f4ng ty dongsung tuy\u1ec3n nh\u00e2n vi\u00ean ph\u00e1t tri\u1ec3n, c\u00f4ng nh\u00e2n ki\u1ec3m h\u00e0ng<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26674 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-10tr-30-tr-honda-thai-nguyen.26674\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/nhan-vien-ban-hang-10tr-30-tr-honda-thai-nguyen.26674\/preview\">NH\u00c2N VI\u00caN B\u00c1N H\u00c0NG - 10TR - 30 TR - HONDA TH\u00c1I NGUY\u00caN<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26673 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/hr-ketvina.35082\/\" class=\"avatar Av35082s\" data-avatarhtml=\"true\"><img src=\"data\/avatars\/s\/35\/35082.jpg?1677567126\" width=\"48\" height=\"48\" alt=\"HR KETVINA\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-tnhh-ket-vina-tuyen-dung-cong-nhan.26673\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-tnhh-ket-vina-tuyen-dung-cong-nhan.26673\/preview\">C\u00f4ng ty TNHH KET Vina tuy\u1ec3n d\u1ee5ng c\u00f4ng nh\u00e2n<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26672 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-honda-thai-nguyen.26672\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/ke-toan-tong-hop-honda-thai-nguyen.26672\/preview\">K\u1ebe TO\u00c1N T\u1ed4NG H\u1ee2P - HONDA TH\u00c1I NGUY\u00caN<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26671 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-ke-toan-tong-hop.26671\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/tuyen-ke-toan-tong-hop.26671\/preview\">Tuy\u1ec3n k\u1ebf to\u00e1n t\u1ed5ng h\u1ee3p<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26670 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/flex-mim.35588\/\" class=\"avatar Av35588s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_female_s.png\" width=\"48\" height=\"48\" alt=\"FLEX MIM\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-tnhh-flex-mim-vina-thong-bao-tuyen-dung-gap.26670\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-tnhh-flex-mim-vina-thong-bao-tuyen-dung-gap.26670\/preview\">C\u00d4NG TY TNHH FLEX MIM VINA TH\u00d4NG B\u00c1O TUY\u1ec2N D\u1ee4NG G\u1ea4P<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26669 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/cong-ty-sunny-infrared.35458\/\" class=\"avatar Av35458s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_female_s.png\" width=\"48\" height=\"48\" alt=\"C\u00f4ng ty Sunny Infrared\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-tnhh-sunny-infrared-tuyen-dung-gap-nhan-vien-he-thong-chat-luong.26669\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-tnhh-sunny-infrared-tuyen-dung-gap-nhan-vien-he-thong-chat-luong.26669\/preview\">C\u00f4ng ty TNHH Sunny Infrared tuy\u1ec3n d\u1ee5ng g\u1ea5p Nh\u00e2n vi\u00ean h\u1ec7 th\u1ed1ng ch\u1ea5t l\u01b0\u1ee3ng<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26668 thread-node-3\">\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-gap-nhan-vien-co-dien-di-lam-ngay.26668\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-tnhh-seungwoo-vina-tuyen-gap-nhan-vien-co-dien-di-lam-ngay.26668\/preview\">C\u00d4NG TY TNHH SEUNGWOO VINA TUY\u1ec2N G\u1ea4P NH\u00c2N VI\u00caN C\u01a0 \u0110I\u1ec6N \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":1714279634}}, 1714279604
    Run Time: 0.000517
  18. SELECT *
    FROM xf_node
    
    ORDER BY lft ASC
    Run Time: 0.000085
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALL    11Using filesort
  19. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000053
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const11Using where
  20.             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.000048
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadindexnode_id_last_post_date,node_id_sticky_state_last_postpost_date4 37Using where
  21. SELECT thread.*
    	,
    		NULL AS thread_read_date
    FROM xf_thread AS thread
    WHERE thread.thread_id IN (26677, 26676, 26675, 26674, 26673, 26672, 26671, 26670, 26669, 26668, 26667, 26666, 26665, 26664, 26663, 26662, 26661, 26660, 26659, 26658, 26657, 26656, 26655, 26654, 26653, 26652, 26651, 26650, 26649, 26648)
    Run Time: 0.000105
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangePRIMARYPRIMARY4 30Using where
  22. 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.000136
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnoderangePRIMARYPRIMARY4 2Using where
    SIMPLEforumeq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.node.node_id1 
  23. SELECT user.*
    	
    FROM xf_user AS user
    
    WHERE user.user_id IN (28021, 35578, 30266, 35280, 35082, 26968, 35588, 35458, 13491, 34892, 35592, 35166, 33703)
    ORDER BY user.username
    Run Time: 0.000082
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserrangePRIMARYPRIMARY4 13Using where; Using filesort
  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 (35207, 35206, 35205, 35204, 35203, 35202, 35201, 35200, 35199, 35198)
                    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.000115
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 12Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.attachment.data_id1Using where
  25. SELECT
    	post.*
    	
    FROM xf_post AS post
    WHERE post.post_id IN (35207, 35206, 35205, 35204, 35203, 35202, 35201, 35200, 35199, 35198)
    Run Time: 0.000071
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARYPRIMARY4 10Using where
  26. 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.000137
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
  27. 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 (35207, 35206, 35205, 35204, 35203, 35202, 35201, 35200, 35199)
                    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.000090
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 11Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.attachment.data_id1Using where
  28. 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: 3
    Run Time: 0.000189
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
  29. 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 (35198)
                    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.000096
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.attachment.data_id1Using where
  30.             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-26677 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/vfic.28021\/\" class=\"avatar Av28021s\" data-avatarhtml=\"true\"><img src=\"data\/avatars\/s\/28\/28021.jpg?1542361473\" width=\"48\" height=\"48\" alt=\"VFIC\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/pho-yen-nhan-vien-ke-toan.26677\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/pho-yen-nhan-vien-ke-toan.26677\/preview\">Ph\u1ed5 Y\u00ean | Nh\u00e2n vi\u00ean k\u1ebf to\u00e1n<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26676 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/maztech-group.35578\/\" class=\"avatar Av35578s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_s.png\" width=\"48\" height=\"48\" alt=\"Maztech group\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/nha-di-dong-winhome-tuyen-nhan-vien-kinh-doanh.26676\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/nha-di-dong-winhome-tuyen-nhan-vien-kinh-doanh.26676\/preview\">Nh\u00e0 di \u0111\u1ed9ng Winhome tuy\u1ec3n Nh\u00e2n vi\u00ean Kinh doanh<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26675 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/diep-quynh.30266\/\" class=\"avatar Av30266s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_female_s.png\" width=\"48\" height=\"48\" alt=\"di\u1ec7p qu\u1ef3nh\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-dongsung-tuyen-nhan-vien-phat-trien-cong-nhan-kiem-hang.26675\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-dongsung-tuyen-nhan-vien-phat-trien-cong-nhan-kiem-hang.26675\/preview\">c\u00f4ng ty dongsung tuy\u1ec3n nh\u00e2n vi\u00ean ph\u00e1t tri\u1ec3n, c\u00f4ng nh\u00e2n ki\u1ec3m h\u00e0ng<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26674 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-10tr-30-tr-honda-thai-nguyen.26674\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/nhan-vien-ban-hang-10tr-30-tr-honda-thai-nguyen.26674\/preview\">NH\u00c2N VI\u00caN B\u00c1N H\u00c0NG - 10TR - 30 TR - HONDA TH\u00c1I NGUY\u00caN<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26673 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/hr-ketvina.35082\/\" class=\"avatar Av35082s\" data-avatarhtml=\"true\"><img src=\"data\/avatars\/s\/35\/35082.jpg?1677567126\" width=\"48\" height=\"48\" alt=\"HR KETVINA\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-tnhh-ket-vina-tuyen-dung-cong-nhan.26673\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-tnhh-ket-vina-tuyen-dung-cong-nhan.26673\/preview\">C\u00f4ng ty TNHH KET Vina tuy\u1ec3n d\u1ee5ng c\u00f4ng nh\u00e2n<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26672 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-honda-thai-nguyen.26672\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/ke-toan-tong-hop-honda-thai-nguyen.26672\/preview\">K\u1ebe TO\u00c1N T\u1ed4NG H\u1ee2P - HONDA TH\u00c1I NGUY\u00caN<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26671 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-ke-toan-tong-hop.26671\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/tuyen-ke-toan-tong-hop.26671\/preview\">Tuy\u1ec3n k\u1ebf to\u00e1n t\u1ed5ng h\u1ee3p<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26670 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/flex-mim.35588\/\" class=\"avatar Av35588s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_female_s.png\" width=\"48\" height=\"48\" alt=\"FLEX MIM\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-tnhh-flex-mim-vina-thong-bao-tuyen-dung-gap.26670\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-tnhh-flex-mim-vina-thong-bao-tuyen-dung-gap.26670\/preview\">C\u00d4NG TY TNHH FLEX MIM VINA TH\u00d4NG B\u00c1O TUY\u1ec2N D\u1ee4NG G\u1ea4P<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26669 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/cong-ty-sunny-infrared.35458\/\" class=\"avatar Av35458s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_female_s.png\" width=\"48\" height=\"48\" alt=\"C\u00f4ng ty Sunny Infrared\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-tnhh-sunny-infrared-tuyen-dung-gap-nhan-vien-he-thong-chat-luong.26669\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-tnhh-sunny-infrared-tuyen-dung-gap-nhan-vien-he-thong-chat-luong.26669\/preview\">C\u00f4ng ty TNHH Sunny Infrared tuy\u1ec3n d\u1ee5ng g\u1ea5p Nh\u00e2n vi\u00ean h\u1ec7 th\u1ed1ng ch\u1ea5t l\u01b0\u1ee3ng<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26668 thread-node-3\">\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-gap-nhan-vien-co-dien-di-lam-ngay.26668\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-tnhh-seungwoo-vina-tuyen-gap-nhan-vien-co-dien-di-lam-ngay.26668\/preview\">C\u00d4NG TY TNHH SEUNGWOO VINA TUY\u1ec2N G\u1ea4P NH\u00c2N VI\u00caN C\u01a0 \u0110I\u1ec6N \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":1714279604}}, 1714279604
    Run Time: 0.000361

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