Page Time: 0.4089s

Memory: 22.1331 MB (Peak: 23.0736 MB)

Queries (122, time: 0.1509s, 36.9%)

  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.000514
    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.000195
    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.000211
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 4fe651ae3b01393dbaf0f7f93c8545fd, a:8:{s:12:"sessionStart";i:1714010264;s:2:"ip";s:4:"ߟ";s:11:"sessionCsrf";s:16:"HknUiSaweQ2splWu";s:9:"userAgent";s:103:"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;s: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:5:"https";s:12:"fullBasePath";s:31:"https://diendanthammyvien.info/";s:10:"requestUri";s:10:"/?_debug=1";s:7:"fullUri";s:40:"https://diendanthammyvien.info/?_debug=1";}}}, 1714013864
    Run Time: 0.000175
  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, , 1714010264,
    Run Time: 0.000132
  6. SELECT *
    	FROM EWRporta_layouts
    WHERE layout_id = ?
    Params: portal
    Run Time: 0.000192
    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.000261
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_blocksindex PRIMARY77 17Using where
  8. SELECT * FROM EWRporta_caches
    Run Time: 0.000244
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesALL    7 
  9. SELECT * FROM EWRporta_options
    Run Time: 0.000357
    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: 1714010264, 1714010264, 0, 7
    Run Time: 0.015697
    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.000311
    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.000316
    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.000258
    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: 1714010264, 1714010264
    Run Time: 0.001887
    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.000234
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesconstPRIMARYPRIMARY77const1 
  16. SELECT *
    	FROM EWRporta_caches
    WHERE block_id = ?
    Params: generalnews
    Run Time: 0.000159
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesconstPRIMARYPRIMARY77const1 
  17. begin
    Run Time: 0.000240
  18. UPDATE `EWRporta_caches` SET `date` = ? WHERE (block_id = 'generalnews')
    Params: 1714010264
    Run Time: 0.000221
  19. commit
    Run Time: 0.000548
  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: 1714010264, 1714010264, 0, 8
    Run Time: 0.009624
    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.000479
    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.000300
    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.000348
    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.000315
    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.000309
    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.000338
    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.000314
    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.000342
    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: 1714010264, 1714010264
    Run Time: 0.002782
    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: 1714010264, 1714010264, 0, 8
    Run Time: 0.021371
    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.000408
    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.000304
    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.000215
    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: 1714010264, 1714010264
    Run Time: 0.001868
    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.000182
    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.000183
  38. UPDATE `EWRporta_caches` SET `date` = ? WHERE (block_id = 'catnews2')
    Params: 1714010264
    Run Time: 0.000154
  39. commit
    Run Time: 0.000306
  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: 1714010264, 1714010264, 0, 7
    Run Time: 0.005840
    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.000270
    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.000207
    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.000201
    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.000194
    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: 1714010264, 1714010264
    Run Time: 0.001757
    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: 1714010264, 1714010264, 0, 8
    Run Time: 0.010846
    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.000293
    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: 1714010264, 1714010264
    Run Time: 0.001813
    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.000174
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesconstPRIMARYPRIMARY77const1 
  50. SELECT *
    	FROM EWRporta_caches
    WHERE block_id = ?
    Params: catnews4
    Run Time: 0.000146
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesconstPRIMARYPRIMARY77const1 
  51. begin
    Run Time: 0.000169
  52. UPDATE `EWRporta_caches` SET `date` = ? WHERE (block_id = 'catnews4')
    Params: 1714010264
    Run Time: 0.000159
  53. commit
    Run Time: 0.000383
  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: 1714010264, 1714010264, 0, 8
    Run Time: 0.009494
    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.000325
    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.000280
    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.000263
    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.000253
    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.000268
    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.000261
    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.000266
    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: 1714010264, 1714010264
    Run Time: 0.003487
    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: 1714010264, 1714010264, 0, 8
    Run Time: 0.009391
    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.000407
    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: 1714010264, 1714010264
    Run Time: 0.003043
    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: 1714010264, 1714010264, 0, 8
    Run Time: 0.009246
    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.000405
    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.000296
    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.000301
    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.000272
    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.000266
    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.000300
    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.000247
    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: 1714010264, 1714010264
    Run Time: 0.001874
    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: 1714010264, 1714010264, 0, 8
    Run Time: 0.005644
    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.000236
    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.000220
    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.000232
    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.000225
    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: 1714010264, 1714010264
    Run Time: 0.001726
    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.000467
    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.000183
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  83. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_b924830f45de12c0a903a')
    Run Time: 0.000141
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  84. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_b924830f45de12c0a903a, a:3:{s:23:"EWRporta_Portal_lock_17";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1714010264;}s:23:"EWRporta_Portal_lock_14";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1714009728;}s:23:"EWRporta_Portal_lock_16";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1714009728;}}
    Run Time: 0.000270
  85. SELECT thread.*
    	,
    	user.gender, user.avatar_date, user.gravatar
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    WHERE (thread.node_id IN ('36')) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.post_date DESC
     LIMIT 15
    Run Time: 0.000746
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_last_post_date4const47Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4ddtm.thread.user_id1 
  86. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000339
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const133Using where
  87. 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 (36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36)
    Run Time: 0.000370
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumrangePRIMARYPRIMARY4 1Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4ddtm.forum.node_id1 
  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 (4990, 4967, 4876, 4711, 4684)
                    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.000382
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 8Using 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 (4990, 4967, 4876, 4711, 4684)
    Run Time: 0.000261
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARYPRIMARY4 5Using 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: 36
    Run Time: 0.000405
    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 (4990, 4967, 4876, 4711, 4684)
                    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.000558
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 8Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1Using where
  92. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_EWRporta_Portal, a:3:{s:18:"EWRporta_Portal_17";a:2:{s:4:"html";s:2104:"<div class="avatarList sublink box"> <ul> <li class="thread-2685 thread-node-36 sublinkLi first"> <h6> <a href="t/ai-co-nguy-co-mac-cholesterol-cao.2685/"> Ai có nguy cơ mắc cholesterol cao? </a> </h6> <div class="article_SK last article_SK_big"> <div style="height:90px; width:120px; overflow:hidden; float: left; margin-right: 8px;"> <a href="t/ai-co-nguy-co-mac-cholesterol-cao.2685/"> <img class="img_90_120" src="https://suckhoedoisong.qltns.mediacdn.vn/324455921873985536/2023/9/9/edit-giam-cholesterol3-16409393266701785838554-1694268540590750662914.jpeg"/> </a> </div> </div> </li> <li class="thread-2662 thread-node-36 sublinkLi "> <a title="Tại sao vết thương lâu lành? Dưới đây là những điều bạn cần cân nhắc." class="Tooltip" href="t/tai-sao-vet-thuong-lau-lanh-duoi-day-la-nhung-dieu-ban-can-can-nhac.2662/"> Tại sao vết thương lâu lành? Dưới đây... </a> </li> <li class="thread-2572 thread-node-36 sublinkLi "> <a title="Sau khi phun môi nên sử dụng son dưỡng nào?" class="Tooltip" href="t/sau-khi-phun-moi-nen-su-dung-son-duong-nao.2572/"> Sau khi phun môi nên sử dụng son dưỡng... </a> </li> <li class="thread-2410 thread-node-36 sublinkLi "> <a title="Miếng dán vết thương thay chỉ khâu 3M Steri Strip: Hướng dẫn sử dụng" class="Tooltip" href="t/mieng-dan-vet-thuong-thay-chi-khau-3m-steri-strip-huong-dan-su-dung.2410/"> Miếng dán vết thương thay chỉ khâu 3M... </a> </li> <li class="thread-2387 thread-node-36 sublinkLi "> <a href="t/nen-tay-not-ruoi-nao-cho-hop-phong-thuy.2387/"> Nên tẩy nốt ruồi nào cho hợp phong thủy? </a> </li> </ul> </div> <div id="PreviewTooltip"> <span class="arrow"><span></span></span> <div class="section"> <div class="primaryContent previewContent"> <span class="PreviewContents">Đang tải...</span> </div> </div> </div>";s:4:"time";i:1714010264;}s:18:"EWRporta_Portal_14";a:2:{s:4:"html";s:2771:"<div class="avatarList sublink box"> <ul> <li class="thread-2912 thread-node-16 sublinkLi first"> <h6> <a title="Bài tập aerobic giảm mỡ bụng cho người mới tập" class="Tooltip" href="t/bai-tap-aerobic-giam-mo-bung-cho-nguoi-moi-tap.2912/"> Bài tập aerobic giảm mỡ bụng cho người... </a> </h6> <div class="article_SK last article_SK_big"> <div style="height:90px; width:120px; overflow:hidden; float: left; margin-right: 8px;"> <a href="t/bai-tap-aerobic-giam-mo-bung-cho-nguoi-moi-tap.2912/"> <img class="img_90_120" src="https://thammyngomonghung.vn/wp-content/uploads/2024/04/bai-tap-aerobic-giam-mo-bung-cho-nguoi-moi-tap-1.jpg"/> </a> </div> <div class="artsub_SK1">Để nhanh chóng cải thiện vóc dáng và khôi phục sự tự tin với vòng eo thon gọn, nhiều chị em đã...</div> </div> </li> <li class="thread-2911 thread-node-16 sublinkLi "> <a href="t/tu-van-lam-sao-de-cai-thien-nguc-chay-xe.2911/"> Tư vấn: làm sao để cải thiện ngực chảy xệ </a> </li> <li class="thread-2910 thread-node-16 sublinkLi "> <a href="t/tu-van-lam-sao-cho-nguc-khong-bi-xe.2910/"> Tư vấn: làm sao cho ngực không bị xệ </a> </li> <li class="thread-2909 thread-node-16 sublinkLi "> <a href="t/tu-van-lam-sao-khi-biet-nguc-chay-xe.2909/"> Tư vấn: làm sao khi biết ngực chảy xệ </a> </li> <li class="thread-2908 thread-node-16 sublinkLi "> <a href="t/tu-van-phai-lam-gi-khi-nguc-bi-chay-xe.2908/"> Tư vấn: Phải làm gì khi ngực bị chảy xệ? </a> </li> <li class="thread-2907 thread-node-16 sublinkLi "> <a href="t/cac-bai-tap-aerbic-giam-mo-bung-eo-thon.2907/"> Các bài tập aerbic giảm mỡ bụng eo thon </a> </li> <li class="thread-2906 thread-node-16 sublinkLi "> <a href="t/cach-lam-bot-gao-lut-giam-mo-bung.2906/"> Cách làm bột gạo lứt giảm mỡ bụng </a> </li> <li class="thread-2905 thread-node-16 sublinkLi "> <a href="t/nen-an-gi-de-giam-mo-bung-duoi.2905/"> Nên ăn gì để giảm mỡ bụng dưới </a> </li> <li class="thread-2904 thread-node-16 sublinkLi last"> <a href="t/cac-thuc-don-eat-clean-giam-mo-bung.2904/"> Các thực đơn eat clean giảm mỡ bụng </a> </li> </ul> </div> <div id="PreviewTooltip"> <span class="arrow"><span></span></span> <div class="section"> <div class="primaryContent previewContent"> <span class="PreviewContents">Đang tải...</span> </div> </div> </div>";s:4:"time";i:1714009728;}s:18:"EWRporta_Portal_16";a:2:{s:4:"html";s:2658:"<div class="avatarList sublink box"> <ul> <li class="thread-2875 thread-node-16 sublinkLi first"> <h6> <a title="Giải đáp: Cho con bú ngực có bị chảy xệ không" class="Tooltip" href="t/giai-dap-cho-con-bu-nguc-co-bi-chay-xe-khong.2875/"> Giải đáp: Cho con bú ngực có bị chảy... </a> </h6> <div class="article_SK last article_SK_big"> <div style="height:90px; width:120px; overflow:hidden; float: left; margin-right: 8px;"> <a href="t/giai-dap-cho-con-bu-nguc-co-bi-chay-xe-khong.2875/"> <img class="img_90_120" src="https://thammyngomonghung.vn/wp-content/uploads/2019/07/hinh-nguc-nho-4.jpg"/> </a> </div> </div> </li> <li class="thread-2764 thread-node-16 sublinkLi "> <a href="t/dai-quan-nong-giam-mo-bung-cua-nhat.2764/"> Đai quấn nóng giảm mỡ bụng của Nhật </a> </li> <li class="thread-2849 thread-node-16 sublinkLi "> <a href="t/dai-giam-mo-bung-cua-nhat-ban.2849/"> Đai giảm mỡ bụng của Nhật Bản </a> </li> <li class="thread-2868 thread-node-16 sublinkLi "> <a title="Cách chăm sóc ngực chảy xệ sau sinh khoa học" class="Tooltip" href="t/cach-cham-soc-nguc-chay-xe-sau-sinh-khoa-hoc.2868/"> Cách chăm sóc ngực chảy xệ sau sinh... </a> </li> <li class="thread-2845 thread-node-16 sublinkLi "> <a href="t/thu-gon-nguc-chay-xe-co-dau-khong-chi-em.2845/"> Thu gọn ngực chảy xệ có đau không chị em? </a> </li> <li class="thread-2873 thread-node-16 sublinkLi "> <a href="t/3-bai-cardio-giam-mo-bung-cho-nu.2873/"> 3 bài cardio giảm mỡ bụng cho nữ </a> </li> <li class="thread-2877 thread-node-16 sublinkLi "> <a href="t/chia-se-cach-chong-nguc-chay-xe-sau-sinh.2877/"> Chia sẻ cách chống ngực chảy xệ sau sinh </a> </li> <li class="thread-2811 thread-node-16 sublinkLi "> <a href="t/giai-dap-co-nen-nang-nguc-chay-xe-khong.2811/"> Giải đáp: Có nên nâng ngực chảy xệ không </a> </li> <li class="thread-2748 thread-node-16 sublinkLi last"> <a href="t/tu-van-nang-nguc-chay-xe-gia-bao-nhieu.2748/"> Tư vấn: Nâng ngực chảy xệ giá bao nhiêu? </a> </li> </ul> </div> <div id="PreviewTooltip"> <span class="arrow"><span></span></span> <div class="section"> <div class="primaryContent previewContent"> <span class="PreviewContents">Đang tải...</span> </div> </div> </div>";s:4:"time";i:1714009728;}}
    Run Time: 0.000672
  93. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_b924830f45de12c0a903a, a:3:{s:23:"EWRporta_Portal_lock_17";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1714010264;}s:23:"EWRporta_Portal_lock_14";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1714009728;}s:23:"EWRporta_Portal_lock_16";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1714009728;}}
    Run Time: 0.000234
  94. 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.000909
    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 
  95. 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.000731
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 15Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  96. 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.000527
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumrangePRIMARYPRIMARY4 1Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4ddtm.forum.node_id1 
  97. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000153
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  98. 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, 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.000458
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 8Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1Using where
  99. SELECT
    	post.*
    	
    FROM xf_post AS post
    WHERE post.post_id IN (4823, 4670, 1297, 1181, 13, 30, 41, 43, 994)
    Run Time: 0.000304
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARYPRIMARY4 9Using where
  100. 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.000482
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
  101. 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, 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.000410
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 8Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1Using where
  102. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_b924830f45de12c0a903a, a:3:{s:23:"EWRporta_Portal_lock_17";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1714010264;}s:23:"EWRporta_Portal_lock_14";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1714010264;}s:23:"EWRporta_Portal_lock_16";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1714009728;}}
    Run Time: 0.000360
  103. SELECT thread.*
    	,
    	user.gender, user.avatar_date, user.gravatar,
    	post.message, post.attach_count
    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 ('6', '12', '13', '16', '18', '20', '21', '19', '22', '23', '54', '55', '56')) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.last_post_date DESC
     LIMIT 27
    Run Time: 0.000729
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadindexnode_id_last_post_date,node_id_sticky_state_last_postlast_post_date4 85Using where; Backward index scan
    SIMPLEusereq_refPRIMARYPRIMARY4ddtm.thread.user_id1 
    SIMPLEposteq_refPRIMARYPRIMARY4ddtm.thread.first_post_id1 
  104. 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 (16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16)
    Run Time: 0.000522
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumrangePRIMARYPRIMARY4 1Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4ddtm.forum.node_id1 
  105. 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 (5218, 5217, 5216, 5215, 5214, 5213, 5212, 5211, 5210)
                    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.000393
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 9Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1Using where
  106. SELECT
    	post.*
    	
    FROM xf_post AS post
    WHERE post.post_id IN (5218, 5217, 5216, 5215, 5214, 5213, 5212, 5211, 5210)
    Run Time: 0.000310
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARYPRIMARY4 9Using where
  107. 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: 16
    Run Time: 0.000496
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
  108. 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 (5218, 5217, 5216, 5215, 5214, 5213, 5212, 5211, 5210)
                    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.000388
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 9Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1Using where
  109. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_EWRporta_Portal, a:3:{s:18:"EWRporta_Portal_17";a:2:{s:4:"html";s:2104:"<div class="avatarList sublink box"> <ul> <li class="thread-2685 thread-node-36 sublinkLi first"> <h6> <a href="t/ai-co-nguy-co-mac-cholesterol-cao.2685/"> Ai có nguy cơ mắc cholesterol cao? </a> </h6> <div class="article_SK last article_SK_big"> <div style="height:90px; width:120px; overflow:hidden; float: left; margin-right: 8px;"> <a href="t/ai-co-nguy-co-mac-cholesterol-cao.2685/"> <img class="img_90_120" src="https://suckhoedoisong.qltns.mediacdn.vn/324455921873985536/2023/9/9/edit-giam-cholesterol3-16409393266701785838554-1694268540590750662914.jpeg"/> </a> </div> </div> </li> <li class="thread-2662 thread-node-36 sublinkLi "> <a title="Tại sao vết thương lâu lành? Dưới đây là những điều bạn cần cân nhắc." class="Tooltip" href="t/tai-sao-vet-thuong-lau-lanh-duoi-day-la-nhung-dieu-ban-can-can-nhac.2662/"> Tại sao vết thương lâu lành? Dưới đây... </a> </li> <li class="thread-2572 thread-node-36 sublinkLi "> <a title="Sau khi phun môi nên sử dụng son dưỡng nào?" class="Tooltip" href="t/sau-khi-phun-moi-nen-su-dung-son-duong-nao.2572/"> Sau khi phun môi nên sử dụng son dưỡng... </a> </li> <li class="thread-2410 thread-node-36 sublinkLi "> <a title="Miếng dán vết thương thay chỉ khâu 3M Steri Strip: Hướng dẫn sử dụng" class="Tooltip" href="t/mieng-dan-vet-thuong-thay-chi-khau-3m-steri-strip-huong-dan-su-dung.2410/"> Miếng dán vết thương thay chỉ khâu 3M... </a> </li> <li class="thread-2387 thread-node-36 sublinkLi "> <a href="t/nen-tay-not-ruoi-nao-cho-hop-phong-thuy.2387/"> Nên tẩy nốt ruồi nào cho hợp phong thủy? </a> </li> </ul> </div> <div id="PreviewTooltip"> <span class="arrow"><span></span></span> <div class="section"> <div class="primaryContent previewContent"> <span class="PreviewContents">Đang tải...</span> </div> </div> </div>";s:4:"time";i:1714010264;}s:18:"EWRporta_Portal_14";a:2:{s:4:"html";s:2771:"<div class="avatarList sublink box"> <ul> <li class="thread-2912 thread-node-16 sublinkLi first"> <h6> <a title="Bài tập aerobic giảm mỡ bụng cho người mới tập" class="Tooltip" href="t/bai-tap-aerobic-giam-mo-bung-cho-nguoi-moi-tap.2912/"> Bài tập aerobic giảm mỡ bụng cho người... </a> </h6> <div class="article_SK last article_SK_big"> <div style="height:90px; width:120px; overflow:hidden; float: left; margin-right: 8px;"> <a href="t/bai-tap-aerobic-giam-mo-bung-cho-nguoi-moi-tap.2912/"> <img class="img_90_120" src="https://thammyngomonghung.vn/wp-content/uploads/2024/04/bai-tap-aerobic-giam-mo-bung-cho-nguoi-moi-tap-1.jpg"/> </a> </div> <div class="artsub_SK1">Để nhanh chóng cải thiện vóc dáng và khôi phục sự tự tin với vòng eo thon gọn, nhiều chị em đã...</div> </div> </li> <li class="thread-2911 thread-node-16 sublinkLi "> <a href="t/tu-van-lam-sao-de-cai-thien-nguc-chay-xe.2911/"> Tư vấn: làm sao để cải thiện ngực chảy xệ </a> </li> <li class="thread-2910 thread-node-16 sublinkLi "> <a href="t/tu-van-lam-sao-cho-nguc-khong-bi-xe.2910/"> Tư vấn: làm sao cho ngực không bị xệ </a> </li> <li class="thread-2909 thread-node-16 sublinkLi "> <a href="t/tu-van-lam-sao-khi-biet-nguc-chay-xe.2909/"> Tư vấn: làm sao khi biết ngực chảy xệ </a> </li> <li class="thread-2908 thread-node-16 sublinkLi "> <a href="t/tu-van-phai-lam-gi-khi-nguc-bi-chay-xe.2908/"> Tư vấn: Phải làm gì khi ngực bị chảy xệ? </a> </li> <li class="thread-2907 thread-node-16 sublinkLi "> <a href="t/cac-bai-tap-aerbic-giam-mo-bung-eo-thon.2907/"> Các bài tập aerbic giảm mỡ bụng eo thon </a> </li> <li class="thread-2906 thread-node-16 sublinkLi "> <a href="t/cach-lam-bot-gao-lut-giam-mo-bung.2906/"> Cách làm bột gạo lứt giảm mỡ bụng </a> </li> <li class="thread-2905 thread-node-16 sublinkLi "> <a href="t/nen-an-gi-de-giam-mo-bung-duoi.2905/"> Nên ăn gì để giảm mỡ bụng dưới </a> </li> <li class="thread-2904 thread-node-16 sublinkLi last"> <a href="t/cac-thuc-don-eat-clean-giam-mo-bung.2904/"> Các thực đơn eat clean giảm mỡ bụng </a> </li> </ul> </div> <div id="PreviewTooltip"> <span class="arrow"><span></span></span> <div class="section"> <div class="primaryContent previewContent"> <span class="PreviewContents">Đang tải...</span> </div> </div> </div>";s:4:"time";i:1714010264;}s:18:"EWRporta_Portal_16";a:2:{s:4:"html";s:2658:"<div class="avatarList sublink box"> <ul> <li class="thread-2875 thread-node-16 sublinkLi first"> <h6> <a title="Giải đáp: Cho con bú ngực có bị chảy xệ không" class="Tooltip" href="t/giai-dap-cho-con-bu-nguc-co-bi-chay-xe-khong.2875/"> Giải đáp: Cho con bú ngực có bị chảy... </a> </h6> <div class="article_SK last article_SK_big"> <div style="height:90px; width:120px; overflow:hidden; float: left; margin-right: 8px;"> <a href="t/giai-dap-cho-con-bu-nguc-co-bi-chay-xe-khong.2875/"> <img class="img_90_120" src="https://thammyngomonghung.vn/wp-content/uploads/2019/07/hinh-nguc-nho-4.jpg"/> </a> </div> </div> </li> <li class="thread-2764 thread-node-16 sublinkLi "> <a href="t/dai-quan-nong-giam-mo-bung-cua-nhat.2764/"> Đai quấn nóng giảm mỡ bụng của Nhật </a> </li> <li class="thread-2849 thread-node-16 sublinkLi "> <a href="t/dai-giam-mo-bung-cua-nhat-ban.2849/"> Đai giảm mỡ bụng của Nhật Bản </a> </li> <li class="thread-2868 thread-node-16 sublinkLi "> <a title="Cách chăm sóc ngực chảy xệ sau sinh khoa học" class="Tooltip" href="t/cach-cham-soc-nguc-chay-xe-sau-sinh-khoa-hoc.2868/"> Cách chăm sóc ngực chảy xệ sau sinh... </a> </li> <li class="thread-2845 thread-node-16 sublinkLi "> <a href="t/thu-gon-nguc-chay-xe-co-dau-khong-chi-em.2845/"> Thu gọn ngực chảy xệ có đau không chị em? </a> </li> <li class="thread-2873 thread-node-16 sublinkLi "> <a href="t/3-bai-cardio-giam-mo-bung-cho-nu.2873/"> 3 bài cardio giảm mỡ bụng cho nữ </a> </li> <li class="thread-2877 thread-node-16 sublinkLi "> <a href="t/chia-se-cach-chong-nguc-chay-xe-sau-sinh.2877/"> Chia sẻ cách chống ngực chảy xệ sau sinh </a> </li> <li class="thread-2811 thread-node-16 sublinkLi "> <a href="t/giai-dap-co-nen-nang-nguc-chay-xe-khong.2811/"> Giải đáp: Có nên nâng ngực chảy xệ không </a> </li> <li class="thread-2748 thread-node-16 sublinkLi last"> <a href="t/tu-van-nang-nguc-chay-xe-gia-bao-nhieu.2748/"> Tư vấn: Nâng ngực chảy xệ giá bao nhiêu? </a> </li> </ul> </div> <div id="PreviewTooltip"> <span class="arrow"><span></span></span> <div class="section"> <div class="primaryContent previewContent"> <span class="PreviewContents">Đang tải...</span> </div> </div> </div>";s:4:"time";i:1714009728;}}
    Run Time: 0.000520
  110. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_b924830f45de12c0a903a, a:3:{s:23:"EWRporta_Portal_lock_17";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1714010264;}s:23:"EWRporta_Portal_lock_14";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1714010264;}s:23:"EWRporta_Portal_lock_16";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1714009728;}}
    Run Time: 0.000180
  111. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_b924830f45de12c0a903a, a:3:{s:23:"EWRporta_Portal_lock_17";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1714010264;}s:23:"EWRporta_Portal_lock_14";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1714010264;}s:23:"EWRporta_Portal_lock_16";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1714010264;}}
    Run Time: 0.000245
  112. SELECT thread.*
    	,
    	user.gender, user.avatar_date, user.gravatar
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    WHERE ((thread.node_id IN ('2', '3', '4', '5', '6', '12', '13', '16', '18', '20', '21', '19', '22', '23', '24', '25', '26', '27', '28', '30', '31', '32', '34', '35', '36', '37', '38', '45', '46', '39', '41', '42', '43', '44', '8', '9', '14', '10', '15', '11')) AND (thread.discussion_state IN ('visible'))) AND (thread.post_date > 1710986264)
    ORDER BY thread.view_count DESC
     LIMIT 27
    Run Time: 0.001274
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangenode_id_last_post_date,node_id_sticky_state_last_post,post_datepost_date4 168Using index condition; Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4ddtm.thread.user_id1 
  113. 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 (16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 11, 16, 16, 16, 16, 16, 16)
    Run Time: 0.000348
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumrangePRIMARYPRIMARY4 2Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4ddtm.forum.node_id1 
  114. 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 (5181, 5070, 5155, 5174, 5151, 5179, 5183, 5117, 5054)
                    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 9Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1Using where
  115. SELECT
    	post.*
    	
    FROM xf_post AS post
    WHERE post.post_id IN (5181, 5070, 5155, 5174, 5151, 5179, 5183, 5117, 5054)
    Run Time: 0.000220
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARYPRIMARY4 9Using where
  116. 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: 16
    Run Time: 0.000298
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
  117. 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 (5181, 5070, 5155, 5174, 5151, 5179, 5183, 5117, 5054)
                    AND (data.filename LIKE '%.png' OR
                        data.filename LIKE '%.jpg' OR
                        data.filename LIKE '%.jpeg' OR
                        data.filename LIKE '%.jpe' OR
                        data.filename LIKE '%.gif')
    GROUP BY attachment.content_id
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000296
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 9Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1Using where
  118. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_EWRporta_Portal, a:3:{s:18:"EWRporta_Portal_17";a:2:{s:4:"html";s:2104:"<div class="avatarList sublink box"> <ul> <li class="thread-2685 thread-node-36 sublinkLi first"> <h6> <a href="t/ai-co-nguy-co-mac-cholesterol-cao.2685/"> Ai có nguy cơ mắc cholesterol cao? </a> </h6> <div class="article_SK last article_SK_big"> <div style="height:90px; width:120px; overflow:hidden; float: left; margin-right: 8px;"> <a href="t/ai-co-nguy-co-mac-cholesterol-cao.2685/"> <img class="img_90_120" src="https://suckhoedoisong.qltns.mediacdn.vn/324455921873985536/2023/9/9/edit-giam-cholesterol3-16409393266701785838554-1694268540590750662914.jpeg"/> </a> </div> </div> </li> <li class="thread-2662 thread-node-36 sublinkLi "> <a title="Tại sao vết thương lâu lành? Dưới đây là những điều bạn cần cân nhắc." class="Tooltip" href="t/tai-sao-vet-thuong-lau-lanh-duoi-day-la-nhung-dieu-ban-can-can-nhac.2662/"> Tại sao vết thương lâu lành? Dưới đây... </a> </li> <li class="thread-2572 thread-node-36 sublinkLi "> <a title="Sau khi phun môi nên sử dụng son dưỡng nào?" class="Tooltip" href="t/sau-khi-phun-moi-nen-su-dung-son-duong-nao.2572/"> Sau khi phun môi nên sử dụng son dưỡng... </a> </li> <li class="thread-2410 thread-node-36 sublinkLi "> <a title="Miếng dán vết thương thay chỉ khâu 3M Steri Strip: Hướng dẫn sử dụng" class="Tooltip" href="t/mieng-dan-vet-thuong-thay-chi-khau-3m-steri-strip-huong-dan-su-dung.2410/"> Miếng dán vết thương thay chỉ khâu 3M... </a> </li> <li class="thread-2387 thread-node-36 sublinkLi "> <a href="t/nen-tay-not-ruoi-nao-cho-hop-phong-thuy.2387/"> Nên tẩy nốt ruồi nào cho hợp phong thủy? </a> </li> </ul> </div> <div id="PreviewTooltip"> <span class="arrow"><span></span></span> <div class="section"> <div class="primaryContent previewContent"> <span class="PreviewContents">Đang tải...</span> </div> </div> </div>";s:4:"time";i:1714010264;}s:18:"EWRporta_Portal_14";a:2:{s:4:"html";s:2771:"<div class="avatarList sublink box"> <ul> <li class="thread-2912 thread-node-16 sublinkLi first"> <h6> <a title="Bài tập aerobic giảm mỡ bụng cho người mới tập" class="Tooltip" href="t/bai-tap-aerobic-giam-mo-bung-cho-nguoi-moi-tap.2912/"> Bài tập aerobic giảm mỡ bụng cho người... </a> </h6> <div class="article_SK last article_SK_big"> <div style="height:90px; width:120px; overflow:hidden; float: left; margin-right: 8px;"> <a href="t/bai-tap-aerobic-giam-mo-bung-cho-nguoi-moi-tap.2912/"> <img class="img_90_120" src="https://thammyngomonghung.vn/wp-content/uploads/2024/04/bai-tap-aerobic-giam-mo-bung-cho-nguoi-moi-tap-1.jpg"/> </a> </div> <div class="artsub_SK1">Để nhanh chóng cải thiện vóc dáng và khôi phục sự tự tin với vòng eo thon gọn, nhiều chị em đã...</div> </div> </li> <li class="thread-2911 thread-node-16 sublinkLi "> <a href="t/tu-van-lam-sao-de-cai-thien-nguc-chay-xe.2911/"> Tư vấn: làm sao để cải thiện ngực chảy xệ </a> </li> <li class="thread-2910 thread-node-16 sublinkLi "> <a href="t/tu-van-lam-sao-cho-nguc-khong-bi-xe.2910/"> Tư vấn: làm sao cho ngực không bị xệ </a> </li> <li class="thread-2909 thread-node-16 sublinkLi "> <a href="t/tu-van-lam-sao-khi-biet-nguc-chay-xe.2909/"> Tư vấn: làm sao khi biết ngực chảy xệ </a> </li> <li class="thread-2908 thread-node-16 sublinkLi "> <a href="t/tu-van-phai-lam-gi-khi-nguc-bi-chay-xe.2908/"> Tư vấn: Phải làm gì khi ngực bị chảy xệ? </a> </li> <li class="thread-2907 thread-node-16 sublinkLi "> <a href="t/cac-bai-tap-aerbic-giam-mo-bung-eo-thon.2907/"> Các bài tập aerbic giảm mỡ bụng eo thon </a> </li> <li class="thread-2906 thread-node-16 sublinkLi "> <a href="t/cach-lam-bot-gao-lut-giam-mo-bung.2906/"> Cách làm bột gạo lứt giảm mỡ bụng </a> </li> <li class="thread-2905 thread-node-16 sublinkLi "> <a href="t/nen-an-gi-de-giam-mo-bung-duoi.2905/"> Nên ăn gì để giảm mỡ bụng dưới </a> </li> <li class="thread-2904 thread-node-16 sublinkLi last"> <a href="t/cac-thuc-don-eat-clean-giam-mo-bung.2904/"> Các thực đơn eat clean giảm mỡ bụng </a> </li> </ul> </div> <div id="PreviewTooltip"> <span class="arrow"><span></span></span> <div class="section"> <div class="primaryContent previewContent"> <span class="PreviewContents">Đang tải...</span> </div> </div> </div>";s:4:"time";i:1714010264;}s:18:"EWRporta_Portal_16";a:2:{s:4:"html";s:2658:"<div class="avatarList sublink box"> <ul> <li class="thread-2875 thread-node-16 sublinkLi first"> <h6> <a title="Giải đáp: Cho con bú ngực có bị chảy xệ không" class="Tooltip" href="t/giai-dap-cho-con-bu-nguc-co-bi-chay-xe-khong.2875/"> Giải đáp: Cho con bú ngực có bị chảy... </a> </h6> <div class="article_SK last article_SK_big"> <div style="height:90px; width:120px; overflow:hidden; float: left; margin-right: 8px;"> <a href="t/giai-dap-cho-con-bu-nguc-co-bi-chay-xe-khong.2875/"> <img class="img_90_120" src="https://thammyngomonghung.vn/wp-content/uploads/2019/07/hinh-nguc-nho-4.jpg"/> </a> </div> </div> </li> <li class="thread-2764 thread-node-16 sublinkLi "> <a href="t/dai-quan-nong-giam-mo-bung-cua-nhat.2764/"> Đai quấn nóng giảm mỡ bụng của Nhật </a> </li> <li class="thread-2849 thread-node-16 sublinkLi "> <a href="t/dai-giam-mo-bung-cua-nhat-ban.2849/"> Đai giảm mỡ bụng của Nhật Bản </a> </li> <li class="thread-2868 thread-node-16 sublinkLi "> <a title="Cách chăm sóc ngực chảy xệ sau sinh khoa học" class="Tooltip" href="t/cach-cham-soc-nguc-chay-xe-sau-sinh-khoa-hoc.2868/"> Cách chăm sóc ngực chảy xệ sau sinh... </a> </li> <li class="thread-2845 thread-node-16 sublinkLi "> <a href="t/thu-gon-nguc-chay-xe-co-dau-khong-chi-em.2845/"> Thu gọn ngực chảy xệ có đau không chị em? </a> </li> <li class="thread-2873 thread-node-16 sublinkLi "> <a href="t/3-bai-cardio-giam-mo-bung-cho-nu.2873/"> 3 bài cardio giảm mỡ bụng cho nữ </a> </li> <li class="thread-2877 thread-node-16 sublinkLi "> <a href="t/chia-se-cach-chong-nguc-chay-xe-sau-sinh.2877/"> Chia sẻ cách chống ngực chảy xệ sau sinh </a> </li> <li class="thread-2811 thread-node-16 sublinkLi "> <a href="t/giai-dap-co-nen-nang-nguc-chay-xe-khong.2811/"> Giải đáp: Có nên nâng ngực chảy xệ không </a> </li> <li class="thread-2748 thread-node-16 sublinkLi last"> <a href="t/tu-van-nang-nguc-chay-xe-gia-bao-nhieu.2748/"> Tư vấn: Nâng ngực chảy xệ giá bao nhiêu? </a> </li> </ul> </div> <div id="PreviewTooltip"> <span class="arrow"><span></span></span> <div class="section"> <div class="primaryContent previewContent"> <span class="PreviewContents">Đang tải...</span> </div> </div> </div>";s:4:"time";i:1714010264;}}
    Run Time: 0.000423
  119. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_b924830f45de12c0a903a, a:3:{s:23:"EWRporta_Portal_lock_17";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1714010264;}s:23:"EWRporta_Portal_lock_14";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1714010264;}s:23:"EWRporta_Portal_lock_16";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1714010264;}}
    Run Time: 0.000166
  120. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: boardTotals
    Run Time: 0.000104
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  121. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('forum_statistics')
    Params: 2
    Run Time: 0.000131
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  122. 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.000132
    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/Waindigo/Thumbnails/Model/Thumbnails.php
  175. library/XenForo/Model/Post.php
  176. library/EWRporta/Model/Post.php
  177. library/Tinhte/XenTag/XenForo/Model/Post.php
  178. library/sonnbPreventDoublePost/Model/Post.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