Page Time: 5.3500s

Memory: 4.2516 MB (Peak: 7.0984 MB)

Queries (51, time: 5.2826s, 98.7%)

  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.000468
    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.000122
    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.000138
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT *
    	FROM EWRporta_categories
    WHERE category_slug = ?
    Params:
    Run Time: 0.000470
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  5. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 445730944d9f8b53ca47b099e96c2768, a:9:{s:12:"sessionStart";i:1714231820;s:2:"ip";s:4:" $";s:11:"sessionCsrf";s:16:"-wOOeIgbLygb9L7e";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:7:"referer";s:60:"https://www.quangbakinhdoanh.com/articles/?page=469&_debug=1";s:10:"fromSearch";b:0;s:16:"previousActivity";i:0;s:11:"sedoQuattro";a:1:{s:18:"noJsonRequestPaths";a:6:{s:8:"basePath";s:1:"/";s:4:"host";s:20:"quangbakinhdoanh.com";s:8:"protocol";s:5:"https";s:12:"fullBasePath";s:29:"https://quangbakinhdoanh.com/";s:10:"requestUri";s:28:"/articles/?page=469&_debug=1";s:7:"fullUri";s:56:"https://quangbakinhdoanh.com/articles/?page=469&_debug=1";}}}, 1714235420
    Run Time: 0.000149
  6. 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_Articles, Index, valid, , 1714231820,
    Run Time: 0.000086
  7. SELECT *
    	FROM EWRporta_layouts
    WHERE layout_id = ?
    Params: articles-
    Run Time: 0.000416
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  8. SELECT *
    	FROM EWRporta_layouts
    WHERE layout_id = ?
    Params: articles
    Run Time: 0.000105
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  9. SELECT *
    	FROM EWRporta_layouts
    WHERE layout_id = ?
    Params: portal
    Run Time: 0.000102
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_layoutsconstPRIMARYPRIMARY77const1 
  10. SELECT *, 'disabled' AS position
    	FROM EWRporta_blocks
    WHERE active = 1
    ORDER BY block_id ASC
    Run Time: 0.000502
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_blocksindex PRIMARY77 11Using where
  11. SELECT * FROM EWRporta_caches
    Run Time: 0.000282
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesALL    1 
  12. SELECT * FROM EWRporta_options
    Run Time: 0.000561
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_optionsALL    39 
  13. 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 ('113', '114') 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: 1714231820, 1714231820, 2340, 5
    Run Time: 1.538797
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALLPRIMARY   73Using temporary; Using filesort
    SIMPLExf_threadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_last_post_date4qbkdcom_new.xf_node.node_id2565Using where
    SIMPLEEWRporta_promoteseq_refPRIMARYPRIMARY4qbkdcom_new.xf_thread.thread_id1Using where
    SIMPLExf_usereq_refPRIMARYPRIMARY4qbkdcom_new.xf_thread.user_id1 
    SIMPLExf_posteq_refPRIMARYPRIMARY4qbkdcom_new.xf_thread.first_post_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 ('113', '114') 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: 1714231820, 1714231820
    Run Time: 0.514595
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   275556Using where
    SIMPLEEWRporta_promoteseq_refPRIMARYPRIMARY4qbkdcom_new.xf_thread.thread_id1Using where
  15. 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 ('113', '114', '115', '117') 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: 1714231820, 1714231820, 8424, 18
    Run Time: 2.691621
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALLPRIMARY   73Using temporary; Using filesort
    SIMPLExf_threadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_last_post_date4qbkdcom_new.xf_node.node_id2565Using where
    SIMPLEEWRporta_promoteseq_refPRIMARYPRIMARY4qbkdcom_new.xf_thread.thread_id1Using where
    SIMPLExf_usereq_refPRIMARYPRIMARY4qbkdcom_new.xf_thread.user_id1 
    SIMPLExf_posteq_refPRIMARYPRIMARY4qbkdcom_new.xf_thread.first_post_id1 
  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: 30749
    Run Time: 0.000268
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8qbkdcom_new.EWRporta_categories.category_id,const1Using index
  17. 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: 30750
    Run Time: 0.000182
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8qbkdcom_new.EWRporta_categories.category_id,const1Using index
  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: 30751
    Run Time: 0.000169
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8qbkdcom_new.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: 30752
    Run Time: 0.000163
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8qbkdcom_new.EWRporta_categories.category_id,const1Using index
  20. 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: 30720
    Run Time: 0.000149
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8qbkdcom_new.EWRporta_categories.category_id,const1Using index
  21. 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: 30721
    Run Time: 0.000147
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8qbkdcom_new.EWRporta_categories.category_id,const1Using index
  22. 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: 30722
    Run Time: 0.000155
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8qbkdcom_new.EWRporta_categories.category_id,const1Using index
  23. 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: 30723
    Run Time: 0.000156
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8qbkdcom_new.EWRporta_categories.category_id,const1Using index
  24. 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: 30724
    Run Time: 0.000142
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8qbkdcom_new.EWRporta_categories.category_id,const1Using index
  25. 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: 30711
    Run Time: 0.000144
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8qbkdcom_new.EWRporta_categories.category_id,const1Using index
  26. 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: 30712
    Run Time: 0.000141
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8qbkdcom_new.EWRporta_categories.category_id,const1Using index
  27. 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: 30713
    Run Time: 0.000141
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8qbkdcom_new.EWRporta_categories.category_id,const1Using index
  28. 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: 30714
    Run Time: 0.000140
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8qbkdcom_new.EWRporta_categories.category_id,const1Using index
  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: 30715
    Run Time: 0.000141
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8qbkdcom_new.EWRporta_categories.category_id,const1Using index
  30. 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: 30698
    Run Time: 0.000141
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8qbkdcom_new.EWRporta_categories.category_id,const1Using index
  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: 30699
    Run Time: 0.000145
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8qbkdcom_new.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: 30700
    Run Time: 0.000140
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8qbkdcom_new.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: 30701
    Run Time: 0.000142
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8qbkdcom_new.EWRporta_categories.category_id,const1Using index
  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 ('113', '114', '115', '117') 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: 1714231820, 1714231820
    Run Time: 0.509123
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   275556Using where
    SIMPLEEWRporta_promoteseq_refPRIMARYPRIMARY4qbkdcom_new.xf_thread.thread_id1Using where
  35. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'quattro_bbcode_xtable', '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_Top5Hot', 'EWRblock_RecentNews', 'wf_widget_wrapper', 'wf_widget_threads', 'wf_widget_online_staff', 'wf_widget_online_users', 'wf_widget_profile_posts', 'wf_widget_stats', 'EWRporta_Portal', 'nat_childlinks')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000829
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 18Using where
  36. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('home')
    Params: 2
    Run Time: 0.000182
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  37. SELECT thread.*
    	,
    	user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    	node.title AS node_title, node.node_name
    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)
    WHERE (thread.node_id IN ('54')) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.post_date DESC
     LIMIT 30
    Run Time: 0.013674
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadindexnode_id_last_post_date,node_id_sticky_state_last_postpost_date4 2245Using where
    SIMPLEusereq_refPRIMARYPRIMARY4qbkdcom_new.thread.user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4qbkdcom_new.thread.node_id1 
  38. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000429
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const73Using where
  39. 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 (54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54)
    Run Time: 0.000394
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnoderangePRIMARYPRIMARY4 1Using where
    SIMPLEforumeq_refPRIMARYPRIMARY4qbkdcom_new.node.node_id1 
  40. 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 (373688, 373269, 372724, 372626, 372395, 372372, 372307, 372280, 372151, 372118)
                    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.000438
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 10Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4qbkdcom_new.attachment.data_id1Using where
  41. SELECT
    	post.*
    	
    FROM xf_post AS post
    WHERE post.post_id IN (373688, 373269, 372724, 372626, 372395, 372372, 372307, 372280, 372151, 372118)
    Run Time: 0.000212
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARYPRIMARY4 10Using where
  42. 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: 54
    Run Time: 0.000233
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
  43. 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 > 1714230920)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.002582
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 292Using where
    SIMPLEusereq_refPRIMARYPRIMARY4qbkdcom_new.session_activity.user_id1 
  44. 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 > 1714230920)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.002206
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 292Using where
    SIMPLEusereq_refPRIMARYPRIMARY4qbkdcom_new.session_activity.user_id1 
  45. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc__1_EWRporta_Portal', 'wfc_1ba364531eabedf893b81')
    Run Time: 0.000189
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  46. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: boardTotals
    Run Time: 0.000115
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  47. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('staff_online_now', 'members_online_now', 'forum_statistics')
    Params: 2
    Run Time: 0.000148
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 3Using where
  48. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('EWRporta_Navtabs', 'nat_linkstemplate', 'xm_widgets_threads', 'wf_hook_moderator_bar', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000234
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 5Using where
  49. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRME_page_container_head')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000128
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  50. 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.000129
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  51. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('VigLink')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000126
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (189, XenForo Classes: 60)

  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/Hex/Listener/InitDependencies.php
  33. library/Hex/Listener/InitDependencies/20150212.php
  34. library/Hex/Listener/ControllerPreDispatch/20150911.php
  35. library/Brivium/BriviumHelper/EventListeners.php
  36. library/Brivium/BriviumHelper/1010071/EventListeners.php
  37. library/EWRporta/Listener/Model.php
  38. library/Brivium/ThreadClassified/EventListeners/Listener.php
  39. library/HDJuegos/WaterMarkAdd/Listener.php
  40. library/WidgetFramework/Listener.php
  41. library/Waindigo/Listener/InitDependencies.php
  42. library/Waindigo/Listener/InitDependencies/20150212.php
  43. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  44. library/NodesAsTabs/Listen.php
  45. library/WidgetFramework/Option.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/Waindigo/ShorterRoutes/Listener/InitRouterPublic.php
  53. library/Waindigo/ShorterRoutes/Route/ShorterRoute.php
  54. library/EWRporta/Route/Articles.php
  55. library/EWRporta/Listener/Route.php
  56. library/vtLai/UrlKhongDau/Listener.php
  57. library/XenForo/RouteMatch.php
  58. library/EWRporta/ControllerPublic/Articles.php
  59. library/XenForo/ControllerPublic/Abstract.php
  60. library/XenForo/Controller.php
  61. library/EWRporta/Listener/Controller.php
  62. library/Vinavb/CustomNodeIcon/Listener.php
  63. library/XenForo/Input.php
  64. library/XenForo/Session.php
  65. library/XenForo/Helper/Ip.php
  66. library/XenForo/Visitor.php
  67. library/XenForo/Model/User.php
  68. library/WidgetFramework/XenForo/Model/User.php
  69. library/XenForo/Permission.php
  70. library/XenForo/Helper/Php.php
  71. library/XenForo/Phrase.php
  72. library/XenForo/Locale.php
  73. library/EWRporta/Model/Categories.php
  74. library/XenForo/ControllerResponse/View.php
  75. library/XenForo/ControllerResponse/Abstract.php
  76. library/XenForo/Helper/Cookie.php
  77. library/XenForo/ViewRenderer/HtmlPublic.php
  78. library/XenForo/ViewRenderer/Abstract.php
  79. library/XenForo/Template/Public.php
  80. library/XenForo/Template/Abstract.php
  81. library/WidgetFramework/Core.php
  82. library/XenForo/Model/Moderator.php
  83. library/XMWidgets/Listen.php
  84. library/WidgetFramework/Model/Widget.php
  85. library/WidgetFramework/Helper/LayoutEditor.php
  86. library/WidgetFramework/Helper/Sort.php
  87. library/EWRporta/ViewPublic/Portal.php
  88. library/XenForo/ViewPublic/Base.php
  89. library/XenForo/View.php
  90. library/EWRporta/Listener/ViewPublic.php
  91. library/EWRporta/ViewPublic/Custom.php
  92. library/WidgetFramework/XenForo/View1.php
  93. library/EWRporta/Model/Blocks.php
  94. library/EWRporta/Model/Layouts.php
  95. library/EWRporta/Model/Caches.php
  96. library/EWRporta/Model/Options.php
  97. library/EWRporta/Block/Top5Hot.php
  98. library/XenForo/BbCode/Parser.php
  99. library/XenForo/BbCode/Formatter/Base.php
  100. library/EWRporta/Listener/BbCode.php
  101. library/Brivium/MetadataEssential/BbCode/Formatter/Base.php
  102. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  103. library/EWRporta/BbCode/Formatter.php
  104. library/Sedo/TinyQuattro/BbCode/Formatter/Base.php
  105. library/Sedo/TinyQuattro/Helper/Quattro.php
  106. library/Sedo/TinyQuattro/Helper/BbCodes.php
  107. library/XenForo/ViewPublic/Helper/Message.php
  108. library/Brivium/MetadataEssential/EventListeners/Listener.php
  109. library/Hex/Thumbnails/Listener/TemplateCreate.php
  110. library/Hex/Listener/TemplateCreate.php
  111. library/Hex/Listener/TemplateCreate/20150106.php
  112. library/vtLai/TopX/Listener.php
  113. library/EWRporta/Block/RecentNews.php
  114. library/XenForo/Helper/String.php
  115. library/XenForo/BbCode/TextWrapper.php
  116. library/WidgetFramework/WidgetRenderer.php
  117. library/WidgetFramework/WidgetRenderer/HtmlWithoutWrapper.php
  118. library/WidgetFramework/WidgetRenderer/Html.php
  119. library/WidgetFramework/WidgetRenderer/Threads.php
  120. library/Hex/Thumbnails/Listener/LoadClass.php
  121. library/Hex/Listener/LoadClass.php
  122. library/Hex/Listener/LoadClass/20150518.php
  123. library/Hex/Thumbnails/Extend/WidgetFramework/WidgetRenderer/Threads.php
  124. library/WidgetFramework/WidgetRenderer/OnlineStaff.php
  125. library/WidgetFramework/WidgetRenderer/OnlineUsers.php
  126. library/WidgetFramework/WidgetRenderer/ProfilePosts.php
  127. library/WidgetFramework/Model/Cache.php
  128. library/WidgetFramework/WidgetRenderer/Stats.php
  129. library/XenForo/Route/Prefix/Members.php
  130. library/vtLai/UrlKhongDau/Members.php
  131. library/EWRporta/Listener/NavTabs.php
  132. library/EWRporta/Model/Perms.php
  133. library/NodesAsTabs/NavTabs.php
  134. library/NodesAsTabs/Model/Options.php
  135. library/XenForo/Model/Node.php
  136. library/Hex/Thumbnails/Extend/XenForo/Model/Node.php
  137. library/XenForo/Route/Prefix/Forums.php
  138. library/Waindigo/ShorterRoutes/Listener/LoadClass.php
  139. library/Waindigo/Listener/LoadClass.php
  140. library/Waindigo/Listener/LoadClass/20150106.php
  141. library/Waindigo/ShorterRoutes/Extend/XenForo/Route/Prefix/Forums.php
  142. library/vtLai/UrlKhongDau/Forums.php
  143. library/vtLai/UrlKhongDau/Converter.php
  144. library/Waindigo/ShorterRoutes/Link.php
  145. library/Hex/Thumbnails/Listener/TemplatePostRender.php
  146. library/Hex/Listener/TemplatePostRender.php
  147. library/Hex/Listener/TemplatePostRender/20150106.php
  148. library/Hex/Listener/Template.php
  149. library/Hex/Listener/Template/20150106.php
  150. library/XenForo/Route/Prefix/Categories.php
  151. library/vtLai/UrlKhongDau/Categories.php
  152. library/XMWidgets/Threads/Main.php
  153. library/WidgetFramework/Template/Extended.php
  154. library/Sedo/TinyQuattro/Listener/Templates/Preloader.php
  155. library/XenForo/Route/Prefix/Threads.php
  156. library/Waindigo/ShorterRoutes/Extend/XenForo/Route/Prefix/Threads.php
  157. library/EWRporta/Route/Thread.php
  158. library/vtLai/UrlKhongDau/Threads.php
  159. library/WidgetFramework/Helper/String.php
  160. library/XenForo/Model/Thread.php
  161. library/Brivium/ThreadClassified/Model/Thread.php
  162. library/WidgetFramework/XenForo/Model/Thread.php
  163. library/XenForo/Model/Forum.php
  164. library/XenForo/Model/Post.php
  165. library/EWRporta/Model/Post.php
  166. library/Hex/Thumbnails/Model/Thumbnails.php
  167. library/XenForo/Model/Attachment.php
  168. library/Hex/Thumbnails/Extend/XenForo/Model/Attachment.php
  169. library/EWRporta/Model/Attachment.php
  170. library/HDJuegos/WaterMarkAdd/ModelOverride/Attachment.php
  171. library/XenForo/DataWriter.php
  172. library/XenForo/DataWriter/Forum.php
  173. library/XenForo/DataWriter/Node.php
  174. library/XenForo/DataWriter/DiscussionContainerInterface.php
  175. library/EWRporta/Listener/DataWriter.php
  176. library/Hex/Thumbnails/Extend/XenForo/DataWriter/Forum.php
  177. library/Brivium/MetadataEssential/DataWriter/Forum.php
  178. library/Vinavb/CustomNodeIcon/XenForo/DataWriter/Forum.php
  179. library/XenForo/Model/Session.php
  180. library/Zend/Exception.php
  181. library/XenForo/Model/Counters.php
  182. library/XenForo/Debug.php
  183. library/EWRporta/Listener/Template.php
  184. library/Hex/Thumbnails/Listener/TemplateHook.php
  185. library/Hex/Listener/TemplateHook.php
  186. library/Hex/Listener/TemplateHook/20150106.php
  187. library/VigLink/Listener.php
  188. library/XenForo/ViewRenderer/Json.php
  189. library/Vinavb/CustomNodeIcon/Icon.php