Page Time: 0.5335s

Memory: 11.5366 MB (Peak: 12.4562 MB)

Queries (43, time: 0.3877s, 72.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.000506
    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.000136
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  3. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: brmsModernStatisticCache
    Run Time: 0.000112
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  4. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000118
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  5. SELECT *
    	FROM EWRporta_categories
    WHERE category_slug = ?
    Params:
    Run Time: 0.001102
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  6. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 2f6fd689ead458547f313b4c324d16b6, a:8:{s:12:"sessionStart";i:1737087298;s:2:"ip";s:4:"aP";s:11:"sessionCsrf";s:16:"Wx7ouuntDaYxN-1-";s:9:"userAgent";s:40:"CCBot/2.0 (https://commoncrawl.org/faq/)";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;s:10:"isIpBanned";a:2:{s:6:"result";b:0;s:7:"version";i:1736583546;}s:15:"isIpDiscouraged";a:2:{s:6:"result";b:0;s:7:"version";i:1632144113;}}, 1737090898
    Run Time: 0.000122
  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, aP, aP, EWRporta_ControllerPublic_Articles, Index, valid, , 1737087298,
    Run Time: 0.000076
  8. SELECT *
    	FROM EWRporta_layouts
    WHERE layout_id = ?
    Params: articles-
    Run Time: 0.000127
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  9. SELECT *
    	FROM EWRporta_layouts
    WHERE layout_id = ?
    Params: articles
    Run Time: 0.000063
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  10. SELECT *
    	FROM EWRporta_layouts
    WHERE layout_id = ?
    Params: portal
    Run Time: 0.000071
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_layoutsconstPRIMARYPRIMARY77const1 
  11. SELECT *, 'disabled' AS position
    	FROM EWRporta_blocks
    WHERE active = 1
    ORDER BY block_id ASC
    Run Time: 0.000232
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_blocksindex PRIMARY77 18Using where
  12. SELECT * FROM EWRporta_caches
    Run Time: 0.006083
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesALL    7 
  13. SELECT * FROM EWRporta_options
    Run Time: 0.000768
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_optionsALL    76 
  14. 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 ('0') 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: 1737087298, 1737087298, 2480, 20
    Run Time: 0.348036
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALLPRIMARY   61Using temporary; Using filesort
    SIMPLExf_threadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_last_post_date4kakatavn_db.xf_node.node_id42Using where
    SIMPLEEWRporta_promoteseq_refPRIMARYPRIMARY4kakatavn_db.xf_thread.thread_id1Using where
    SIMPLExf_posteq_refPRIMARYPRIMARY4kakatavn_db.xf_thread.first_post_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4kakatavn_db.xf_thread.user_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: 60
    Run Time: 0.000563
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8kakatavn_db.EWRporta_categories.category_id,const1Using index
  16. 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 (69)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.002006
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const3Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4kakatavn_db.attachment.data_id1 
  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: 61
    Run Time: 0.000191
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8kakatavn_db.EWRporta_categories.category_id,const1Using index
  18. 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 (70)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000282
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const2Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4kakatavn_db.attachment.data_id1 
  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: 58
    Run Time: 0.000160
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8kakatavn_db.EWRporta_categories.category_id,const1Using index
  20. 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 (68)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000273
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const5Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4kakatavn_db.attachment.data_id1 
  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: 57
    Run Time: 0.000164
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8kakatavn_db.EWRporta_categories.category_id,const1Using index
  22. 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 (67)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000264
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const4Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4kakatavn_db.attachment.data_id1 
  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: 52
    Run Time: 0.000161
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8kakatavn_db.EWRporta_categories.category_id,const1Using index
  24. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (59)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000272
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const6Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4kakatavn_db.attachment.data_id1 
  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: 55
    Run Time: 0.000160
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8kakatavn_db.EWRporta_categories.category_id,const1Using index
  26. 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 (62)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000317
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const9Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4kakatavn_db.attachment.data_id1 
  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: 54
    Run Time: 0.000159
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8kakatavn_db.EWRporta_categories.category_id,const1Using index
  28. 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 (61)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000268
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const4Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4kakatavn_db.attachment.data_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: 53
    Run Time: 0.000160
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8kakatavn_db.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 (60)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000272
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const4Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4kakatavn_db.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: 51
    Run Time: 0.000167
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8kakatavn_db.EWRporta_categories.category_id,const1Using index
  32. 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 (58)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000273
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const6Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4kakatavn_db.attachment.data_id1 
  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: 46
    Run Time: 0.000177
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8kakatavn_db.EWRporta_categories.category_id,const1Using index
  34. 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 (54)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000265
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const4Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4kakatavn_db.attachment.data_id1 
  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: 99
    Run Time: 0.000157
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8kakatavn_db.EWRporta_categories.category_id,const1Using index
  36. 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 (109)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000759
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const3Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4kakatavn_db.attachment.data_id1 
  37. 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 ('0') 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: 1737087298, 1737087298
    Run Time: 0.017831
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   4267Using where
    SIMPLEEWRporta_promoteseq_refPRIMARYPRIMARY4kakatavn_db.xf_thread.thread_id1Using where
  38. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', 'BRQCT_forum_list_nodes', 'BRQCT_ad_sidebar_top', 'BRQCT_button_top_ctrl', 'BRMS_ModernStatistic', 'BRMS_modern_statistic_header', 'EWRblock_Slideshow', 'EWRblock_RecentNews', 'wf_widget_wrapper', 'wf_widget_threads', 'wf_widget_stats', 'wf_widget_share_page', 'wf_widget_online_users', 'EWRporta_Portal', 'xenCODE_Meta_Keywords', 'wf_hook_moderator_bar', 'wf_revealer', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.002644
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 24Using where
  39. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc__1_EWRporta_Portal')
    Run Time: 0.000999
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  40. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: boardTotals
    Run Time: 0.000105
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  41. 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 > 1737086398)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.000786
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 13Using where
    SIMPLEusereq_refPRIMARYPRIMARY4kakatavn_db.session_activity.user_id1 
  42. 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: 2, 2
    Run Time: 0.000172
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 2Using where
  43. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRQCT_button_top_ctrl', 'nat_bodyjs')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000148
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 2Using where

Included Files (160, XenForo Classes: 54)

  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/Sedo/AgentTracer/Listener/InitDependencies.php
  33. library/Waindigo/Listener/InitDependencies.php
  34. library/Waindigo/Listener/InitDependencies/20150212.php
  35. library/VNXF/ImageView/Listener.php
  36. library/VNXF/MoreThread/Listener.php
  37. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  38. library/WidgetFramework/Listener.php
  39. library/WidgetFramework/Option.php
  40. library/NodesAsTabs/Listen.php
  41. library/Brivium/BriviumHelper/EventListeners.php
  42. library/Brivium/BriviumHelper/1020131/EventListeners.php
  43. library/EWRporta/Listener/Model.php
  44. library/Brivium/ModernStatistic/EventListeners/Listener.php
  45. library/Brivium/ModernStatistic/ModernStatistic.php
  46. library/XenForo/Router.php
  47. library/XenForo/Route/Filter.php
  48. library/XenForo/Route/Interface.php
  49. library/XenForo/Route/ResponseSuffix.php
  50. library/XenForo/Route/Prefix.php
  51. library/Waindigo/ShorterRoutes/Listener/InitRouterPublic.php
  52. library/Waindigo/ShorterRoutes/Route/ShorterRoute.php
  53. library/WidgetFramework/Route/Filter/PageX.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/Vinavb/CustomNodeIcon/Listener.php
  62. library/Sedo/AgentTracer/Listener/ControllerPublic.php
  63. library/xenCODE/AutoPing/Listener.php
  64. library/EWRporta/Listener/Controller.php
  65. library/XenForo/Input.php
  66. library/XenForo/Session.php
  67. library/XenForo/Helper/Ip.php
  68. library/XenForo/Visitor.php
  69. library/XenForo/Model/User.php
  70. library/WidgetFramework/XenForo/Model/User.php
  71. library/Brivium/ModernStatistic/Model/User.php
  72. library/XenForo/Permission.php
  73. library/XenForo/Helper/Php.php
  74. library/XenForo/Phrase.php
  75. library/XenForo/Locale.php
  76. library/EWRporta/Model/Categories.php
  77. library/XenForo/ControllerResponse/View.php
  78. library/XenForo/ControllerResponse/Abstract.php
  79. library/XenForo/Helper/Cookie.php
  80. library/XenForo/ViewRenderer/HtmlPublic.php
  81. library/XenForo/ViewRenderer/Abstract.php
  82. library/XenForo/Template/Public.php
  83. library/XenForo/Template/Abstract.php
  84. library/WidgetFramework/Core.php
  85. library/XenForo/Model/Moderator.php
  86. library/Brivium/QuickCreateThread/EventListeners/Listener.php
  87. library/Brivium/BriviumLibrary/EventListeners.php
  88. library/WidgetFramework/Model/Widget.php
  89. library/WidgetFramework/Helper/Sort.php
  90. library/WidgetFramework/WidgetRenderer.php
  91. library/EWRporta/ViewPublic/Portal.php
  92. library/XenForo/ViewPublic/Base.php
  93. library/XenForo/View.php
  94. library/EWRporta/Listener/ViewPublic.php
  95. library/WidgetFramework/XenForo/View1.php
  96. library/EWRporta/ViewPublic/Custom.php
  97. library/EWRporta/Model/Blocks.php
  98. library/EWRporta/Model/Layouts.php
  99. library/EWRporta/Model/Caches.php
  100. library/EWRporta/Model/Options.php
  101. library/EWRporta/Block/Slideshow.php
  102. library/XenForo/BbCode/Parser.php
  103. library/XenForo/BbCode/Formatter/Base.php
  104. library/EWRporta/Listener/BbCode.php
  105. library/Andy/NofollowManager/Listener.php
  106. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  107. library/EWRporta/BbCode/Formatter.php
  108. library/Andy/NofollowManager/BbCode/Formatter/Base.php
  109. library/XenForo/ViewPublic/Helper/Message.php
  110. library/XenForo/BbCode/TextWrapper.php
  111. library/xenCODE/MetaKeywords/Listener.php
  112. library/Sedo/AgentTracer/Listener/Preloader.php
  113. library/EWRporta/Block/RecentNews.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/WidgetFramework/WidgetRenderer/Html.php
  120. library/WidgetFramework/WidgetRenderer/Threads.php
  121. library/WidgetFramework/Model/Cache.php
  122. library/WidgetFramework/WidgetRenderer/Stats.php
  123. library/WidgetFramework/WidgetRenderer/ShareThisPage.php
  124. library/WidgetFramework/WidgetRenderer/OnlineUsers.php
  125. library/XenForo/Route/Prefix/Members.php
  126. library/vtLai/UrlKhongDau/Members.php
  127. library/EWRporta/Listener/NavTabs.php
  128. library/NodesAsTabs/NavTabs.php
  129. library/NodesAsTabs/Model/Options.php
  130. library/XenForo/Model/Node.php
  131. library/Brivium/ModernStatistic/Model/Node.php
  132. library/XenForo/Route/Prefix/Categories.php
  133. library/vtLai/UrlKhongDau/Categories.php
  134. library/vtLai/UrlKhongDau/Converter.php
  135. library/WidgetFramework/Template/Extended.php
  136. library/XenForo/Route/Prefix/Threads.php
  137. library/Waindigo/ShorterRoutes/Listener/LoadClass.php
  138. library/Waindigo/Listener/LoadClass.php
  139. library/Waindigo/Listener/LoadClass/20150106.php
  140. library/Waindigo/ShorterRoutes/Extend/XenForo/Route/Prefix/Threads.php
  141. library/EWRporta/Route/Thread.php
  142. library/vtLai/UrlKhongDau/Threads.php
  143. library/Waindigo/ShorterRoutes/Link.php
  144. library/XenForo/Model/Avatar.php
  145. library/WidgetFramework/Helper/String.php
  146. library/Sedo/AgentTracer/Listener/Templates.php
  147. library/EWRporta/Listener/Template.php
  148. library/Brivium/ScheduleThread/EventListeners/Listener.php
  149. library/Brivium/ModernStatistic/Model/ModernStatistic.php
  150. library/Zend/Exception.php
  151. library/XenForo/Model/Session.php
  152. library/WidgetFramework/WidgetRenderer/Empty.php
  153. library/XenForo/Debug.php
  154. library/Brivium/QuickCreateThread/Route/Prefix/CreateThread.php
  155. library/XenForo/Model/Thread.php
  156. library/WidgetFramework/XenForo/Model/Thread.php
  157. library/Brivium/ModernStatistic/Model/Thread.php
  158. library/Brivium/ScheduleThread/Model/Thread.php
  159. library/XenForo/ViewRenderer/Json.php
  160. library/Vinavb/CustomNodeIcon/Icon.php