Page Time: 0.2948s

Memory: 6.2358 MB (Peak: 7.1948 MB)

Queries (95, time: 0.0803s, 27.3%)

  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.000625
    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.000224
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  3. SELECT *
    FROM xf_brivium_addon
    ORDER BY addon_id
    Run Time: 0.000181
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_brivium_addonindex PRIMARY77 1 
  4. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: brBriviumAddOns, a:0:{}
    Run Time: 0.000155
  5. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000206
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  6. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: a45ca374569a83e0105be87bd29e8115, , 1686445170
    Run Time: 0.000193
  7. 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, , 1686441570,
    Run Time: 0.000134
  8. SELECT *
    	FROM EWRporta_layouts
    WHERE layout_id = ?
    Params: portal
    Run Time: 0.000197
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_layoutsconstPRIMARYPRIMARY77const1 
  9. SELECT *, 'disabled' AS position
    	FROM EWRporta_blocks
    WHERE active = 1
    ORDER BY block_id ASC
    Run Time: 0.000310
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_blocksindex PRIMARY77 16Using where
  10. SELECT * FROM EWRporta_caches
    Run Time: 0.000249
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesALL    6 
  11. SELECT * FROM EWRporta_options
    Run Time: 0.000399
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_optionsALL    73 
  12. 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 ('1', '2', '3', '4', '50', '5', '6', '7', '8', '51', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '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  promote_date DESC
    LIMIT ?, ?
    Params: 1686441570, 1686441570, 0, 5
    Run Time: 0.018425
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   889Using where; Using temporary; Using filesort
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (Block Nested Loop)
    SIMPLExf_nodeeq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.node_id1 
    SIMPLExf_posteq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.first_post_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.user_id1 
  13. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3110
    Run Time: 0.000221
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  14. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (3498)
    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,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4vungtauc_br.attachment.data_id1 
  15. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3109
    Run Time: 0.000230
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  16. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3108
    Run Time: 0.000212
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  17. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (3496)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000307
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4vungtauc_br.attachment.data_id1 
  18. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3107
    Run Time: 0.000217
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  19. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3106
    Run Time: 0.000200
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  20. 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 ('1', '2', '3', '4', '50', '5', '6', '7', '8', '51', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '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: 1686441570, 1686441570
    Run Time: 0.001441
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   889Using where
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (Block Nested Loop)
  21. SELECT *
    	FROM EWRporta_caches
    WHERE block_id = ?
    Params: RecentNews
    Run Time: 0.000204
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesconstPRIMARYPRIMARY77const1 
  22. SELECT *
    	FROM EWRporta_caches
    WHERE block_id = ?
    Params: RecentNews
    Run Time: 0.000172
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesconstPRIMARYPRIMARY77const1 
  23. begin
    Run Time: 0.000191
  24. UPDATE `EWRporta_caches` SET `date` = ? WHERE (block_id = 'RecentNews')
    Params: 1686441570
    Run Time: 0.000209
  25. commit
    Run Time: 0.001907
  26. SELECT thread.*
    	,
    	user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    	node.title AS node_title, node.node_name,
    	NULL AS thread_read_date,
    	0 AS thread_is_watched,
    	0 AS user_post_count,
    permission.cache_value AS node_permission_cache
    FROM xf_thread AS thread
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    	LEFT JOIN xf_node AS node ON
    		(node.node_id = thread.node_id)
    LEFT JOIN xf_permission_cache_content AS permission
    	ON (permission.permission_combination_id = 1
    		AND permission.content_type = 'node'
    		AND permission.content_id = thread.node_id)
    WHERE (thread.discussion_state IN ('visible')) AND (thread.last_post_date > 1686355170)
    ORDER BY thread.last_post_date DESC
     LIMIT 3
    Run Time: 0.000654
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangelast_post_datelast_post_date4 1Using index condition; Using where
    SIMPLEusereq_refPRIMARYPRIMARY4vungtauc_br.thread.user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4vungtauc_br.thread.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,vungtauc_br.thread.node_id1Using where
  27. SELECT session_activity.*
    	,
    	user.*
    FROM xf_session_activity AS session_activity
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = session_activity.user_id)
    WHERE (session_activity.view_date > 1686440670)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.000336
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 2Using where
    SIMPLEusereq_refPRIMARYPRIMARY4vungtauc_br.session_activity.user_id1 
  28. 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 ('1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29') 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: 1686441570, 1686441570, 0, 20
    Run Time: 0.020489
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   889Using where; Using temporary; Using filesort
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (Block Nested Loop)
    SIMPLExf_nodeeq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.node_id1 
    SIMPLExf_posteq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.first_post_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.user_id1 
  29. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3108
    Run Time: 0.000188
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  30. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (3496)
    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,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4vungtauc_br.attachment.data_id1 
  31. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3107
    Run Time: 0.000152
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  32. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3106
    Run Time: 0.000145
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  33. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3092
    Run Time: 0.000143
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  34. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3091
    Run Time: 0.000142
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  35. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3090
    Run Time: 0.000143
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  36. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3089
    Run Time: 0.000152
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  37. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3048
    Run Time: 0.000142
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  38. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3027
    Run Time: 0.000143
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  39. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3026
    Run Time: 0.000170
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  40. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3023
    Run Time: 0.000146
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  41. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3019
    Run Time: 0.000147
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  42. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3018
    Run Time: 0.000153
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  43. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3015
    Run Time: 0.000153
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  44. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3012
    Run Time: 0.000142
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  45. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2969
    Run Time: 0.000142
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  46. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2948
    Run Time: 0.000142
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  47. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2890
    Run Time: 0.000141
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  48. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3110
    Run Time: 0.000146
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  49. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (3498)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000279
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4vungtauc_br.attachment.data_id1 
  50. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3109
    Run Time: 0.000152
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  51. 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 ('1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29') 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: 1686441570, 1686441570
    Run Time: 0.000946
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   889Using where
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (Block Nested Loop)
  52. SELECT *
    	FROM EWRporta_caches
    WHERE block_id = ?
    Params: RecentNews2
    Run Time: 0.000205
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesconstPRIMARYPRIMARY77const1 
  53. SELECT *
    	FROM EWRporta_caches
    WHERE block_id = ?
    Params: RecentNews2
    Run Time: 0.000128
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesconstPRIMARYPRIMARY77const1 
  54. begin
    Run Time: 0.000346
  55. UPDATE `EWRporta_caches` SET `date` = ? WHERE (block_id = 'RecentNews2')
    Params: 1686441570
    Run Time: 0.000138
  56. commit
    Run Time: 0.001171
  57. 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 ('46', '40', '41', '42', '43') 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: 1686441570, 1686441570, 0, 20
    Run Time: 0.003549
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   889Using where; Using temporary; Using filesort
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (Block Nested Loop)
    SIMPLExf_nodeeq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.node_id1 
    SIMPLExf_posteq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.first_post_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.user_id1 
  58. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3097
    Run Time: 0.000164
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  59. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2981
    Run Time: 0.000149
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  60. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (3359)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000244
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4vungtauc_br.attachment.data_id1 
  61. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2963
    Run Time: 0.000151
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  62. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2827
    Run Time: 0.000143
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  63. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2794
    Run Time: 0.000184
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  64. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2792
    Run Time: 0.000163
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  65. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2762
    Run Time: 0.000152
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  66. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2591
    Run Time: 0.000159
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  67. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2524
    Run Time: 0.000152
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  68. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2490
    Run Time: 0.000147
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  69. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2465
    Run Time: 0.000144
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  70. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2377
    Run Time: 0.000143
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  71. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2337
    Run Time: 0.000144
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  72. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2224
    Run Time: 0.000142
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  73. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2219
    Run Time: 0.000153
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  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 ('46', '40', '41', '42', '43') 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: 1686441570, 1686441570
    Run Time: 0.000848
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   889Using where
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (Block Nested Loop)
  75. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'BRQCT_forum_list_nodes', 'BRQCT_ad_sidebar_top', 'BRQCT_button_top_ctrl', 'EWRblock_Cat2', '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_RecentNews', 'EWRblock_RecentThreads', 'EWRblock_OnlineUsers', 'EWRblock_RecentNews2', 'EWRblock_RecentNews1', 'wf_widget_wrapper', 'wf_widget_online_staff', 'wf_widget_online_users', 'wf_widget_stats', 'wf_widget_threads', 'EWRporta_Portal', 'xenCODE_Meta_Keywords', 'wf_hook_moderator_bar', 'wf_revealer', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000609
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 26Using where
  76. SELECT session_activity.*
    	,
    	user.*
    FROM xf_session_activity AS session_activity
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = session_activity.user_id)
    WHERE (session_activity.view_date > 1686440670)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.001109
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 2Using where
    SIMPLEusereq_refPRIMARYPRIMARY4vungtauc_br.session_activity.user_id1 
  77. SELECT session_activity.*
    	,
    	user.*
    FROM xf_session_activity AS session_activity
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = session_activity.user_id)
    WHERE (session_activity.view_date > 1686440670)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.001064
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 2Using where
    SIMPLEusereq_refPRIMARYPRIMARY4vungtauc_br.session_activity.user_id1 
  78. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: boardTotals
    Run Time: 0.000260
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  79. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc__1_EWRporta_Portal', 'wfc_fad44cd50aebe48a543de')
    Run Time: 0.000315
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  80. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_b924830f45de12c0a903a')
    Run Time: 0.000245
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  81. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_b924830f45de12c0a903a, a:2:{s:23:"EWRporta_Portal_lock_12";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1686441570;}s:23:"EWRporta_Portal_lock_14";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1686438048;}}
    Run Time: 0.001275
  82. SELECT *
    FROM xf_node
    
    ORDER BY lft ASC
    Run Time: 0.001336
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALL    53Using filesort
  83. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000681
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const53Using where
  84. 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 (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 46, 40, 41, 42, 43, 49, 50, 51, 52, 53, 44, 45, 47, 48)) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.post_date DESC
     LIMIT 15
    Run Time: 0.001755
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadindexnode_id_last_post_date,node_id_sticky_state_last_postpost_date4 15Using where
    SIMPLEusereq_refPRIMARYPRIMARY4vungtauc_br.thread.user_id1 
  85. 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 (11, 25, 14, 6, 3, 6, 20, 8, 2, 8, 8, 20, 17, 43, 2)
    Run Time: 0.001544
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumrangePRIMARYPRIMARY4 10Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4vungtauc_br.forum.node_id1 
  86. 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:2:{s:18:"EWRporta_Portal_12";a:2:{s:4:"html";s:3403:"<div class="avatarList"> <ul> <li class="thread-3110 thread-node-11"> <a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a> <a title="Bệnh viện Mắt BRVT tuyển Nhân viên bảo trì điện nước" class="Tooltip" href="benh-vien-mat-brvt-tuyen-nhan-vien-bao-tri-dien-nuoc.t3110.html"> Bệnh viện Mắt BRVT tuyển Nhân... </a> <div class="userTitle"> <a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="5/5/23 lúc 15:52">5/5/23</span> </div> </li> <li class="thread-3109 thread-node-25"> <a href="members/admin.1/" class="avatar Av1s" data-avatarhtml="true"><img src="data/avatars/s/0/1.jpg?1461896367" width="48" height="48" alt="Admin" /></a> <a title="Nhà Hàng Hải Sản Hòn Rù Rì tuyển dụng Nhân viên phục vụ bàn" class="Tooltip" href="nha-hang-hai-san-hon-ru-ri-tuyen-dung-nhan-vien-phuc-vu-ban.t3109.html"> Nhà Hàng Hải Sản Hòn Rù Rì... </a> <div class="userTitle"> <a href="members/admin.1/" class="username">Admin</a> posted <span class="DateTime" title="29/3/23 lúc 09:04">29/3/23</span> </div> </li> <li class="thread-3108 thread-node-14"> <a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a> <a title="Công ty MODEC tuyển Nhân viên kế toán" class="Tooltip" href="cong-ty-modec-tuyen-nhan-vien-ke-toan.t3108.html"> Công ty MODEC tuyển Nhân viên... </a> <div class="userTitle"> <a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="17/3/23 lúc 14:22">17/3/23</span> </div> </li> <li class="thread-3107 thread-node-6"> <a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a> <a title="Ngân hàng TMCP Đông Á tuyển dụng nhiều vị trí" class="Tooltip" href="ngan-hang-tmcp-dong-a-tuyen-dung-nhieu-vi-tri.t3107.html"> Ngân hàng TMCP Đông Á tuyển... </a> <div class="userTitle"> <a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="7/2/23 lúc 08:25">7/2/23</span> </div> </li> <li class="thread-3106 thread-node-3"> <a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a> <a title="A Mài Buffet- Bò nướng chảo tuyển nhiều vị trí" class="Tooltip" href="a-mai-buffet-bo-nuong-chao-tuyen-nhieu-vi-tri.t3106.html"> A Mài Buffet- Bò nướng chảo... </a> <div class="userTitle"> <a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="24/10/22 lúc 11:04">24/10/22</span> </div> </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:1686441570;}s:18:"EWRporta_Portal_14";a:2:{s:4:"html";s:0:"";s:4:"time";i:1686438048;}}
    Run Time: 0.001191
  87. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_b924830f45de12c0a903a, a:2:{s:23:"EWRporta_Portal_lock_12";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1686441570;}s:23:"EWRporta_Portal_lock_14";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1686438048;}}
    Run Time: 0.000746
  88. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_b924830f45de12c0a903a, a:2:{s:23:"EWRporta_Portal_lock_12";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1686441570;}s:23:"EWRporta_Portal_lock_14";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1686441570;}}
    Run Time: 0.000842
  89. 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 (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 46, 40, 41, 42, 43, 49, 50, 51, 52, 53, 44, 45, 47, 48)) AND (thread.discussion_state IN ('visible'))) AND (thread.post_date > 1686009570)
    ORDER BY thread.view_count DESC
     LIMIT 15
    Run Time: 0.001491
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangenode_id_last_post_date,node_id_sticky_state_last_post,post_datepost_date4 1Using index condition; Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4vungtauc_br.thread.user_id1 
  90. 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:2:{s:18:"EWRporta_Portal_12";a:2:{s:4:"html";s:3403:"<div class="avatarList"> <ul> <li class="thread-3110 thread-node-11"> <a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a> <a title="Bệnh viện Mắt BRVT tuyển Nhân viên bảo trì điện nước" class="Tooltip" href="benh-vien-mat-brvt-tuyen-nhan-vien-bao-tri-dien-nuoc.t3110.html"> Bệnh viện Mắt BRVT tuyển Nhân... </a> <div class="userTitle"> <a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="5/5/23 lúc 15:52">5/5/23</span> </div> </li> <li class="thread-3109 thread-node-25"> <a href="members/admin.1/" class="avatar Av1s" data-avatarhtml="true"><img src="data/avatars/s/0/1.jpg?1461896367" width="48" height="48" alt="Admin" /></a> <a title="Nhà Hàng Hải Sản Hòn Rù Rì tuyển dụng Nhân viên phục vụ bàn" class="Tooltip" href="nha-hang-hai-san-hon-ru-ri-tuyen-dung-nhan-vien-phuc-vu-ban.t3109.html"> Nhà Hàng Hải Sản Hòn Rù Rì... </a> <div class="userTitle"> <a href="members/admin.1/" class="username">Admin</a> posted <span class="DateTime" title="29/3/23 lúc 09:04">29/3/23</span> </div> </li> <li class="thread-3108 thread-node-14"> <a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a> <a title="Công ty MODEC tuyển Nhân viên kế toán" class="Tooltip" href="cong-ty-modec-tuyen-nhan-vien-ke-toan.t3108.html"> Công ty MODEC tuyển Nhân viên... </a> <div class="userTitle"> <a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="17/3/23 lúc 14:22">17/3/23</span> </div> </li> <li class="thread-3107 thread-node-6"> <a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a> <a title="Ngân hàng TMCP Đông Á tuyển dụng nhiều vị trí" class="Tooltip" href="ngan-hang-tmcp-dong-a-tuyen-dung-nhieu-vi-tri.t3107.html"> Ngân hàng TMCP Đông Á tuyển... </a> <div class="userTitle"> <a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="7/2/23 lúc 08:25">7/2/23</span> </div> </li> <li class="thread-3106 thread-node-3"> <a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a> <a title="A Mài Buffet- Bò nướng chảo tuyển nhiều vị trí" class="Tooltip" href="a-mai-buffet-bo-nuong-chao-tuyen-nhieu-vi-tri.t3106.html"> A Mài Buffet- Bò nướng chảo... </a> <div class="userTitle"> <a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="24/10/22 lúc 11:04">24/10/22</span> </div> </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:1686441570;}s:18:"EWRporta_Portal_14";a:2:{s:4:"html";s:0:"";s:4:"time";i:1686441570;}}
    Run Time: 0.000980
  91. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_b924830f45de12c0a903a, a:2:{s:23:"EWRporta_Portal_lock_12";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1686441570;}s:23:"EWRporta_Portal_lock_14";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1686441570;}}
    Run Time: 0.000886
  92. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('members_online_now', 'forum_statistics')
    Params: 2
    Run Time: 0.000383
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 2Using where
  93. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRQCT_button_top_ctrl', 'vnxf_ads_footer')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000548
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 2Using where
  94. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRQCT_button_top_ctrl', 'BRQCT_navigation_tabs_forums')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000499
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 2Using where
  95. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRQCT_button_top_ctrl', 'nat_bodyjs')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000500
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 2Using where

Included Files (181, XenForo Classes: 66)

  1. index.php
  2. library/XenForo/Autoloader.php
  3. library/XenForo/Application.php
  4. library/Zend/Registry.php
  5. library/Lgpl/utf8.php
  6. library/Zend/Config.php
  7. library/config.php
  8. library/XenForo/FrontController.php
  9. library/XenForo/Dependencies/Public.php
  10. library/XenForo/Dependencies/Abstract.php
  11. library/Zend/Controller/Request/Http.php
  12. library/Zend/Controller/Request/Abstract.php
  13. library/Zend/Uri.php
  14. library/Zend/Controller/Response/Http.php
  15. library/Zend/Controller/Response/Abstract.php
  16. library/XenForo/Model/DataRegistry.php
  17. library/XenForo/Model.php
  18. library/Zend/Db.php
  19. library/Zend/Db/Adapter/Mysqli.php
  20. library/Zend/Db/Adapter/Abstract.php
  21. library/Zend/Db/Select.php
  22. library/Zend/Db/Expr.php
  23. library/Zend/Db/Profiler.php
  24. library/Zend/Db/Statement/Mysqli.php
  25. library/Zend/Db/Statement.php
  26. library/Zend/Db/Statement/Interface.php
  27. library/Zend/Db/Profiler/Query.php
  28. library/XenForo/CodeEvent.php
  29. library/XenForo/Options.php
  30. library/XenForo/Link.php
  31. library/XenForo/Template/Helper/Core.php
  32. library/NodesAsTabs/Listen.php
  33. library/Sedo/AgentTracer/Listener/InitDependencies.php
  34. library/Waindigo/Listener/InitDependencies.php
  35. library/Waindigo/Listener/InitDependencies/20150212.php
  36. library/VNXF/MoreThread/Listener.php
  37. library/Brivium/BriviumHelper/EventListeners.php
  38. library/Brivium/BriviumHelper/1010071/EventListeners.php
  39. library/VNXF/ImageView/Listener.php
  40. library/VNXF/FacebookGraph/Listener.php
  41. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  42. library/WidgetFramework/Listener.php
  43. library/WidgetFramework/Option.php
  44. library/EWRporta/Listener/Model.php
  45. library/Tinhte/NodeConverter/Listener.php
  46. library/Brivium/BriviumHelper/Model/ListenerClass.php
  47. library/Brivium/BriviumHelper/1010071/Model/ListenerClass.php
  48. library/XenForo/Router.php
  49. library/XenForo/Route/Filter.php
  50. library/XenForo/Route/Interface.php
  51. library/XenForo/Route/ResponseSuffix.php
  52. library/XenForo/Route/Prefix.php
  53. library/Waindigo/ShorterRoutes/Listener/InitRouterPublic.php
  54. library/Waindigo/ShorterRoutes/Route/ShorterRoute.php
  55. library/WidgetFramework/Route/Filter/PageX.php
  56. library/XenForo/Route/Prefix/Index.php
  57. library/EWRporta/Listener/Route.php
  58. library/vtLai/UrlKhongDau/Listener.php
  59. library/WidgetFramework/XenForo/Route/Prefix/Index.php
  60. library/XenForo/RouteMatch.php
  61. library/XenForo/ControllerPublic/Index.php
  62. library/XenForo/ControllerPublic/Abstract.php
  63. library/XenForo/Controller.php
  64. library/Vinavb/CustomNodeIcon/Listener.php
  65. library/Sedo/AgentTracer/Listener/ControllerPublic.php
  66. library/xenCODE/AutoPing/Listener.php
  67. library/EWRporta/Listener/Controller.php
  68. library/WidgetFramework/XenForo/ControllerPublic/Index.php
  69. library/XenForo/Input.php
  70. library/XenForo/Session.php
  71. library/XenForo/Helper/Ip.php
  72. library/XenForo/Visitor.php
  73. library/XenForo/Model/User.php
  74. library/WidgetFramework/XenForo/Model/User.php
  75. library/XenForo/Permission.php
  76. library/XenForo/Helper/Php.php
  77. library/XenForo/Phrase.php
  78. library/XenForo/Locale.php
  79. library/WidgetFramework/Helper/Index.php
  80. library/XenForo/ControllerResponse/ReroutePath.php
  81. library/XenForo/ControllerResponse/Abstract.php
  82. library/EWRporta/Route/Portal.php
  83. library/EWRporta/ControllerPublic/Portal.php
  84. library/EWRporta/Model/Perms.php
  85. library/XenForo/ControllerResponse/View.php
  86. library/XenForo/Helper/Cookie.php
  87. library/XenForo/ViewRenderer/HtmlPublic.php
  88. library/XenForo/ViewRenderer/Abstract.php
  89. library/XenForo/Template/Public.php
  90. library/XenForo/Template/Abstract.php
  91. library/WidgetFramework/Core.php
  92. library/XenForo/Model/Moderator.php
  93. library/Brivium/QuickCreateThread/EventListeners/Listener.php
  94. library/Brivium/BriviumLibrary/EventListeners.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/WidgetFramework/XenForo/View1.php
  103. library/EWRporta/ViewPublic/Custom.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/xenCODE/MetaKeywords/Listener.php
  109. library/Sedo/AgentTracer/Listener/Preloader.php
  110. library/rrssb/Listener.php
  111. library/vtLai/TopX/Listener.php
  112. library/EWRporta/Block/RecentNews.php
  113. library/EWRporta/Model/Categories.php
  114. library/XenForo/Model/Attachment.php
  115. library/VNXF/ImageView/Attachment.php
  116. library/EWRporta/Model/Attachment.php
  117. library/XenForo/Route/Prefix/Attachments.php
  118. library/XenForo/Helper/String.php
  119. library/XenForo/DataWriter.php
  120. library/EWRporta/DataWriter/Caches.php
  121. library/Sedo/AgentTracer/Listener/Datawriter.php
  122. library/EWRporta/Listener/DataWriter.php
  123. library/XenForo/Db.php
  124. library/XenForo/BbCode/Parser.php
  125. library/XenForo/BbCode/Formatter/Base.php
  126. library/EWRporta/Listener/BbCode.php
  127. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  128. library/EWRporta/BbCode/Formatter.php
  129. library/XenForo/ViewPublic/Helper/Message.php
  130. library/XenForo/BbCode/TextWrapper.php
  131. library/EWRporta/Block/RecentThreads.php
  132. library/XenForo/Model/Thread.php
  133. library/WidgetFramework/XenForo/Model/Thread.php
  134. library/EWRporta/Block/OnlineUsers.php
  135. library/XenForo/Model/Session.php
  136. library/EWRporta/Block/RecentNews2.php
  137. library/EWRporta/Block/RecentNews1.php
  138. library/WidgetFramework/WidgetRenderer/HtmlWithoutWrapper.php
  139. library/WidgetFramework/WidgetRenderer/Html.php
  140. library/WidgetFramework/WidgetRenderer/OnlineStaff.php
  141. library/WidgetFramework/WidgetRenderer/OnlineUsers.php
  142. library/WidgetFramework/WidgetRenderer/Stats.php
  143. library/WidgetFramework/WidgetRenderer/Threads.php
  144. library/WidgetFramework/Model/Cache.php
  145. library/XenForo/Route/Prefix/Members.php
  146. library/vtLai/UrlKhongDau/Members.php
  147. library/EWRporta/Listener/NavTabs.php
  148. library/NodesAsTabs/NavTabs.php
  149. library/NodesAsTabs/Model/Options.php
  150. library/XenForo/Model/Node.php
  151. library/Tinhte/NodeConverter/XenForo/Model/Node.php
  152. library/XenForo/Route/Prefix/LinkForums.php
  153. library/WidgetFramework/Template/Extended.php
  154. library/XenForo/Route/Prefix/Threads.php
  155. library/Waindigo/ShorterRoutes/Listener/LoadClass.php
  156. library/Waindigo/Listener/LoadClass.php
  157. library/Waindigo/Listener/LoadClass/20150106.php
  158. library/Waindigo/ShorterRoutes/Extend/XenForo/Route/Prefix/Threads.php
  159. library/EWRporta/Route/Thread.php
  160. library/vtLai/UrlKhongDau/Threads.php
  161. library/vtLai/UrlKhongDau/Converter.php
  162. library/Waindigo/ShorterRoutes/Link.php
  163. library/WidgetFramework/Helper/String.php
  164. library/Zend/Exception.php
  165. library/XenForo/NodeHandler/Category.php
  166. library/XenForo/NodeHandler/Abstract.php
  167. library/XenForo/NodeHandler/Forum.php
  168. library/XenForo/NodeHandler/LinkForum.php
  169. library/XenForo/Model/Category.php
  170. library/XenForo/Model/Forum.php
  171. library/Tinhte/NodeConverter/XenForo/Model/Forum.php
  172. library/XenForo/Model/LinkForum.php
  173. library/XenForo/Model/Avatar.php
  174. library/WidgetFramework/WidgetRenderer/Empty.php
  175. library/XenForo/Debug.php
  176. library/Sedo/AgentTracer/Listener/Templates.php
  177. library/EWRporta/Listener/Template.php
  178. library/VNXF/AdsFooter/Listener.php
  179. library/Brivium/QuickCreateThread/Route/Prefix/CreateThread.php
  180. library/XenForo/ViewRenderer/Json.php
  181. library/Vinavb/CustomNodeIcon/Icon.php