Page Time: 0.1366s

Memory: 10.6204 MB (Peak: 11.5072 MB)

Queries (32, time: 0.0390s, 28.5%)

  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.004503
    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.000623
    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.000543
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT * FROM EWRporta2_categories WHERE category_id = ?
    Params: 1
    Run Time: 0.000394
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta2_categoriesconstPRIMARYPRIMARY4const1 
  5. SELECT COUNT(*) AS total FROM (
    SELECT xf_thread.thread_id
    FROM EWRporta2_articles
    	INNER JOIN xf_thread ON (xf_thread.thread_id = EWRporta2_articles.thread_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	 INNER JOIN EWRporta2_catlinks ON (EWRporta2_catlinks.thread_id = EWRporta2_articles.thread_id)
    	
    WHERE EWRporta2_articles.article_date < ?
    	AND xf_thread.discussion_state = 'visible'
    	 AND EWRporta2_catlinks.category_id IN (1)
    	
    GROUP BY xf_thread.thread_id
    ) q
    Params: 1711617609
    Run Time: 0.000763
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARY<derived2>ALL    2 
    DERIVEDEWRporta2_catlinksALLthread_id   21Using where; Using temporary; Using filesort
    DERIVEDEWRporta2_articleseq_refPRIMARY,article_datePRIMARY4xen.EWRporta2_catlinks.thread_id1Using where
    DERIVEDxf_threadeq_refPRIMARY,node_id_last_post_date,last_post_date,node_id_sticky_state_last_post,user_id,post_datePRIMARY4xen.EWRporta2_catlinks.thread_id1Using where
    DERIVEDxf_usereq_refPRIMARYPRIMARY4xen.xf_thread.user_id1Using index
  6. SELECT COUNT(*) AS total FROM (
    SELECT xf_thread.thread_id
    FROM xf_thread
    	LEFT JOIN EWRporta2_articles ON (EWRporta2_articles.thread_id = xf_thread.thread_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	 INNER JOIN EWRporta2_catlinks ON (EWRporta2_catlinks.thread_id = EWRporta2_articles.thread_id)
    WHERE xf_thread.post_date < ?
    	AND xf_thread.discussion_state = 'visible'
    	AND xf_thread.node_id IN ('2', '48')
    	AND EWRporta2_articles.article_date IS NULL
    	 AND EWRporta2_catlinks.category_id IN (1)
    GROUP BY xf_thread.thread_id
    ) q
    Params: 1711617609
    Run Time: 0.000336
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARY       no matching row in const table
    DERIVED       Impossible WHERE
  7. (
    	SELECT EWRporta2_articles.*, EWRporta2_authors.*, xf_forum.*, xf_thread.*, xf_user.*, xf_post.message, xf_post.attach_count,
    		IF(NOT ISNULL(xf_user.user_id), xf_user.username, xf_thread.username) AS username,
    		'0' AS sticky_article, xf_thread.post_date AS order_date
    	FROM xf_thread
    		INNER JOIN xf_forum ON (xf_forum.node_id = xf_thread.node_id)
    		INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    		LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    		LEFT JOIN EWRporta2_authors ON (EWRporta2_authors.user_id = xf_thread.user_id)
    		LEFT JOIN EWRporta2_articles ON (EWRporta2_articles.thread_id = xf_thread.thread_id)
    		 INNER JOIN EWRporta2_catlinks ON (EWRporta2_catlinks.thread_id = EWRporta2_articles.thread_id)
    	WHERE xf_thread.post_date < ?
    		AND xf_thread.discussion_state = 'visible'
    		AND xf_thread.node_id IN ('2', '48')
    		AND EWRporta2_articles.article_date IS NULL
    		 AND EWRporta2_catlinks.category_id IN (1)
    	GROUP BY xf_thread.thread_id
    	ORDER BY xf_thread.post_date DESC
    ) UNION ALL (
    	SELECT EWRporta2_articles.*, EWRporta2_authors.*, xf_forum.*, xf_thread.*, xf_user.*, xf_post.message, xf_post.attach_count,
    		IF(NOT ISNULL(xf_user.user_id), xf_user.username, xf_thread.username) AS username,
    		EWRporta2_articles.article_sticky AS sticky_article, EWRporta2_articles.article_date AS order_date
    	FROM EWRporta2_articles
    		INNER JOIN xf_thread ON (xf_thread.thread_id = EWRporta2_articles.thread_id)
    		INNER JOIN xf_forum ON (xf_forum.node_id = xf_thread.node_id)
    		INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    		LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    		LEFT JOIN EWRporta2_authors ON (EWRporta2_authors.user_id = xf_thread.user_id)
    		 INNER JOIN EWRporta2_catlinks ON (EWRporta2_catlinks.thread_id = EWRporta2_articles.thread_id)
    		
    	WHERE EWRporta2_articles.article_date < ?
    		AND xf_thread.discussion_state = 'visible'
    		 AND EWRporta2_catlinks.category_id IN (1)
    		
    	GROUP BY xf_thread.thread_id
    	ORDER BY EWRporta2_articles.article_sticky DESC, EWRporta2_articles.article_date DESC
    )
    ORDER BY sticky_article DESC, order_date DESC
    LIMIT ?, ?
    Params: 1711617609, 1711617609, 0, 6
    Run Time: 0.004545
  8. 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 (199958)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.001302
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const65Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4xen.attachment.data_id1 
  9. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (196214)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000619
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const12Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4xen.attachment.data_id1 
  10. 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 (163124)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000700
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const2Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4xen.attachment.data_id1 
  11. 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 (163068)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000652
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const12Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4xen.attachment.data_id1 
  12. 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 (162954)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000808
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const27Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4xen.attachment.data_id1 
  13. 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 (162944)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000680
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const19Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4xen.attachment.data_id1 
  14. SELECT EWRporta2_catlinks.*, EWRporta2_categories.*, xf_user.*
    FROM EWRporta2_catlinks
    	INNER JOIN EWRporta2_categories ON (EWRporta2_categories.category_id = EWRporta2_catlinks.category_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = EWRporta2_catlinks.user_id)
    WHERE EWRporta2_catlinks.thread_id IN (4353, 4208, 3550, 3549, 3543, 3542)
    ORDER BY EWRporta2_categories.category_name
    Run Time: 0.001416
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta2_categoriesALLPRIMARY   2Using temporary; Using filesort
    SIMPLEEWRporta2_catlinksALLthread_id   21Using where; Using join buffer (Block Nested Loop)
    SIMPLExf_usereq_refPRIMARYPRIMARY4xen.EWRporta2_catlinks.user_id1 
  15. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 67
    Run Time: 0.000343
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  16. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 2
    Run Time: 0.000306
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  17. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: f558c9d438aa3a148f0e5386f91df13a, , 1711621209
    Run Time: 0.000377
  18. 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, , , EWRporta2_ControllerPublic_Articles, Category, valid, action_id=1, 1711617609,
    Run Time: 0.000248
  19. SELECT *
    	FROM EWRporta2_layouts
    WHERE (layout_template = ?
    	)
    	AND active = 1
    ORDER BY layout_priority ASC
    Params: EWRporta2_ArticleList
    Run Time: 0.000501
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta2_layoutsreflayout_templatelayout_template302const2Using index condition; Using where; Using filesort
  20. SELECT EWRporta2_widlinks.*, EWRporta2_widgets.widget_values, EWRporta2_widopts.widopt_values,
    	IF(EWRporta2_widopts.widopt_id, EWRporta2_widopts.widopt_id, 0) AS widopt_id,
    	IF(EWRporta2_widopts.widopt_id, EWRporta2_widopts.locked, EWRporta2_widgets.locked) AS locked,
    	IF(EWRporta2_widopts.widopt_id, EWRporta2_widopts.display, EWRporta2_widgets.display) AS display,
    	IF(EWRporta2_widopts.widopt_id, EWRporta2_widopts.groups, EWRporta2_widgets.groups) AS groups,
    	IF(EWRporta2_widopts.widopt_id, EWRporta2_widopts.ctime, EWRporta2_widgets.ctime) AS ctime,
    	IF(EWRporta2_widopts.widopt_id, EWRporta2_widopts.cdate, EWRporta2_widgets.cdate) AS cdate,
    	IF(EWRporta2_widopts.widopt_id, EWRporta2_widopts.cache, EWRporta2_widgets.cache) AS cache
    FROM EWRporta2_widlinks
    	INNER JOIN EWRporta2_widgets ON (EWRporta2_widgets.widget_id = EWRporta2_widlinks.widget_id)
    	LEFT JOIN EWRporta2_widopts ON (EWRporta2_widopts.widopt_id = EWRporta2_widlinks.widopt_id)
    WHERE layout_id = ?
    	AND EWRporta2_widgets.active = 1
    ORDER by widlink_order
    Params: article_list
    Run Time: 0.001297
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta2_widgetsALLPRIMARY   11Using where; Using temporary; Using filesort
    SIMPLEEWRporta2_widlinksreflayout_id,widget_idwidget_id302xen.EWRporta2_widgets.widget_id2Using where
    SIMPLEEWRporta2_widoptseq_refPRIMARYPRIMARY4xen.EWRporta2_widlinks.widopt_id1 
  21. SELECT *
    FROM kingk_bbcm
    ORDER BY tag
    Run Time: 0.000441
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEkingk_bbcmsystem    1 
  22. SELECT EWRporta2_features.*, xf_thread.*, xf_forum.*, xf_post.message,
    	IF(NOT ISNULL(xf_user.user_id), xf_user.username, xf_thread.username) AS username
    FROM EWRporta2_features
    	INNER JOIN xf_thread ON (xf_thread.thread_id = EWRporta2_features.thread_id)
    	INNER JOIN xf_forum ON (xf_forum.node_id = xf_thread.node_id)
    	INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	
    WHERE EWRporta2_features.feature_date < ?
    	 AND (EWRporta2_features.feature_exclude = '0' OR EWRporta2_features.feature_exclude IS NULL)
    GROUP BY xf_thread.thread_id
    ORDER BY EWRporta2_features.feature_date DESC
    LIMIT ?
    Params: 1711617609, 5
    Run Time: 0.006033
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta2_featuresrangePRIMARY,feature_datefeature_date4 90Using index condition; Using where; Using temporary; Using filesort
    SIMPLExf_threadeq_refPRIMARY,node_id_last_post_date,last_post_date,node_id_sticky_state_last_post,user_id,post_datePRIMARY4xen.EWRporta2_features.thread_id1 
    SIMPLExf_forumeq_refPRIMARYPRIMARY4xen.xf_thread.node_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4xen.xf_thread.user_id1 
    SIMPLExf_posteq_refPRIMARYPRIMARY4xen.xf_thread.first_post_id1 
  23. SELECT COUNT(*) AS total FROM (
    SELECT xf_thread.thread_id
    FROM EWRporta2_articles
    	INNER JOIN xf_thread ON (xf_thread.thread_id = EWRporta2_articles.thread_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	 INNER JOIN EWRporta2_catlinks ON (EWRporta2_catlinks.thread_id = EWRporta2_articles.thread_id)
    	
    WHERE EWRporta2_articles.article_date < ?
    	AND xf_thread.discussion_state = 'visible'
    	 AND EWRporta2_catlinks.category_id IN ('2')
    	
    GROUP BY xf_thread.thread_id
    ) q
    Params: 1711617609
    Run Time: 0.000972
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARY<derived2>ALL    2 
    DERIVEDEWRporta2_catlinksALLthread_id   21Using where; Using temporary; Using filesort
    DERIVEDEWRporta2_articleseq_refPRIMARY,article_datePRIMARY4xen.EWRporta2_catlinks.thread_id1Using where
    DERIVEDxf_threadeq_refPRIMARY,node_id_last_post_date,last_post_date,node_id_sticky_state_last_post,user_id,post_datePRIMARY4xen.EWRporta2_catlinks.thread_id1Using where
    DERIVEDxf_usereq_refPRIMARYPRIMARY4xen.xf_thread.user_id1Using index
  24. SELECT COUNT(*) AS total FROM (
    SELECT xf_thread.thread_id
    FROM xf_thread
    	LEFT JOIN EWRporta2_articles ON (EWRporta2_articles.thread_id = xf_thread.thread_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	 INNER JOIN EWRporta2_catlinks ON (EWRporta2_catlinks.thread_id = EWRporta2_articles.thread_id)
    WHERE xf_thread.post_date < ?
    	AND xf_thread.discussion_state = 'visible'
    	AND xf_thread.node_id IN ('2', '48')
    	AND EWRporta2_articles.article_date IS NULL
    	 AND EWRporta2_catlinks.category_id IN ('2')
    GROUP BY xf_thread.thread_id
    ) q
    Params: 1711617609
    Run Time: 0.000322
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARY       no matching row in const table
    DERIVED       Impossible WHERE
  25. (
    	SELECT EWRporta2_articles.*, EWRporta2_authors.*, xf_forum.*, xf_thread.*, xf_user.*, xf_post.message, xf_post.attach_count,
    		IF(NOT ISNULL(xf_user.user_id), xf_user.username, xf_thread.username) AS username,
    		'0' AS sticky_article, xf_thread.post_date AS order_date
    	FROM xf_thread
    		INNER JOIN xf_forum ON (xf_forum.node_id = xf_thread.node_id)
    		INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    		LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    		LEFT JOIN EWRporta2_authors ON (EWRporta2_authors.user_id = xf_thread.user_id)
    		LEFT JOIN EWRporta2_articles ON (EWRporta2_articles.thread_id = xf_thread.thread_id)
    		 INNER JOIN EWRporta2_catlinks ON (EWRporta2_catlinks.thread_id = EWRporta2_articles.thread_id)
    	WHERE xf_thread.post_date < ?
    		AND xf_thread.discussion_state = 'visible'
    		AND xf_thread.node_id IN ('2', '48')
    		AND EWRporta2_articles.article_date IS NULL
    		 AND EWRporta2_catlinks.category_id IN ('2')
    	GROUP BY xf_thread.thread_id
    	ORDER BY xf_thread.post_date DESC
    ) UNION ALL (
    	SELECT EWRporta2_articles.*, EWRporta2_authors.*, xf_forum.*, xf_thread.*, xf_user.*, xf_post.message, xf_post.attach_count,
    		IF(NOT ISNULL(xf_user.user_id), xf_user.username, xf_thread.username) AS username,
    		EWRporta2_articles.article_sticky AS sticky_article, EWRporta2_articles.article_date AS order_date
    	FROM EWRporta2_articles
    		INNER JOIN xf_thread ON (xf_thread.thread_id = EWRporta2_articles.thread_id)
    		INNER JOIN xf_forum ON (xf_forum.node_id = xf_thread.node_id)
    		INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    		LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    		LEFT JOIN EWRporta2_authors ON (EWRporta2_authors.user_id = xf_thread.user_id)
    		 INNER JOIN EWRporta2_catlinks ON (EWRporta2_catlinks.thread_id = EWRporta2_articles.thread_id)
    		
    	WHERE EWRporta2_articles.article_date < ?
    		AND xf_thread.discussion_state = 'visible'
    		 AND EWRporta2_catlinks.category_id IN ('2')
    		
    	GROUP BY xf_thread.thread_id
    	ORDER BY EWRporta2_articles.article_sticky DESC, EWRporta2_articles.article_date DESC
    )
    ORDER BY sticky_article DESC, order_date DESC
    LIMIT ?, ?
    Params: 1711617609, 1711617609, 0, 1
    Run Time: 0.005690
  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 (199958)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.001302
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const65Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4xen.attachment.data_id1 
  27. SELECT EWRporta2_catlinks.*, EWRporta2_categories.*, xf_user.*
    FROM EWRporta2_catlinks
    	INNER JOIN EWRporta2_categories ON (EWRporta2_categories.category_id = EWRporta2_catlinks.category_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = EWRporta2_catlinks.user_id)
    WHERE EWRporta2_catlinks.thread_id IN (4353)
    ORDER BY EWRporta2_categories.category_name
    Run Time: 0.000860
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta2_categoriesALLPRIMARY   2Using filesort
    SIMPLEEWRporta2_catlinksrefthread_idthread_id4const2Using where
    SIMPLExf_usereq_refPRIMARYPRIMARY4xen.EWRporta2_catlinks.user_id1 
  28. SELECT *
    FROM kingk_bbcm
    ORDER BY tag
    Run Time: 0.000468
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEkingk_bbcmsystem    1 
  29. SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
    Run Time: 0.000311
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstpage_slugpage_slug302const1 
  30. SELECT options.*, node.*,
    	permission.cache_value AS node_permission_cache
    FROM nat_options AS options
    INNER JOIN xf_node AS node
    	ON (node.node_id = options.node_id)
    LEFT JOIN xf_permission_cache_content AS permission
    	ON (permission.permission_combination_id = ?
    	AND permission.content_type = 'node'
    	AND permission.content_id = options.node_id)
    WHERE nat_display_tab = 1
    ORDER BY options.nat_display_order
    ASC
    Params: 1
    Run Time: 0.000888
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEoptionsALLnode_id   24Using where; Using filesort
    SIMPLEnodeeq_refPRIMARYPRIMARY4xen.options.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,xen.options.node_id1Using where
  31. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('BRSTS_support_tickets', 'media')
    Params: 2
    Run Time: 0.000382
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 2Using where
  32. SELECT `online` FROM `statistic` WHERE `online`!='null' ORDER BY `id` DESC LIMIT 0,1
    Run Time: 0.000327
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEstatisticindex PRIMARY9 1Using where

Included Files (206, XenForo Classes: 59)

  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/EWRporta2/Listener/Init.php
  33. library/EWRmedio/Listener/Init.php
  34. library/XenForo/DataWriter/User.php
  35. library/XenForo/DataWriter.php
  36. library/EWRcarta/Listener/Init.php
  37. library/Brivium/SupportTicketSystem/EventListeners/Listener.php
  38. library/Brivium/BriviumHelper/EventListeners.php
  39. library/Brivium/BriviumHelper/1010071/EventListeners.php
  40. library/Siropu/Chat/Listener.php
  41. library/NodesAsTabs/Listen.php
  42. library/MasterBadge/Listener.php
  43. library/Waindigo/Listener/InitDependencies.php
  44. library/Waindigo/Listener/InitDependencies/20150212.php
  45. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  46. library/ExternalExtended/Listener.php
  47. library/ExtendCommon/EventListener/Model.php
  48. library/WidgetFramework/Listener.php
  49. library/WidgetFramework/Option.php
  50. library/Milano/SmileyManager/Listener.php
  51. library/XenForo/Router.php
  52. library/XenForo/Route/Filter.php
  53. library/XenForo/Route/Interface.php
  54. library/XenForo/Route/ResponseSuffix.php
  55. library/XenForo/Route/Prefix.php
  56. library/WidgetFramework/Route/Filter/PageX.php
  57. library/EWRporta2/Route/Articles.php
  58. library/XenForo/RouteMatch.php
  59. library/NodesAsTabs/Model/Options.php
  60. library/EWRporta2/ControllerPublic/Articles.php
  61. library/XenForo/ControllerPublic/Abstract.php
  62. library/XenForo/Controller.php
  63. library/KingK/BbCodeManager/EventListener/BbCode.php
  64. library/EWRporta2/Widget/Listener/ArticlesMain.php
  65. library/Nobita/MetaDescription/Listener.php
  66. library/Dark/Duplicate/EventListener/LoadClassController.php
  67. library/XI/Tag/CodeEvent/Listener.php
  68. library/XenForo/Input.php
  69. library/XenForo/Session.php
  70. library/XenForo/Helper/Ip.php
  71. library/XenForo/Visitor.php
  72. library/XenForo/Model/User.php
  73. library/EWRporta2/Listener/Model.php
  74. library/EWRmedio/Listener/Model.php
  75. library/EWRcarta/Listener/Model.php
  76. library/Brivium/SupportTicketSystem/Model/User.php
  77. library/WidgetFramework/XenForo/Model/User.php
  78. library/EWRporta2/Model/User.php
  79. library/EWRmedio/Model/User.php
  80. library/EWRcarta/Model/User.php
  81. library/MasterBadge/Model/User.php
  82. library/MasterBadge/Model/Badge.php
  83. library/XenForo/Permission.php
  84. library/XenForo/Helper/Php.php
  85. library/XenForo/Phrase.php
  86. library/XenForo/Locale.php
  87. library/Groupchanger/Event.php
  88. library/Groupchanger/StopSpam.php
  89. library/EWRporta2/Model/Perms.php
  90. library/UnreadPostCount/Listener.php
  91. library/EWRporta2/Model/Categories.php
  92. library/EWRporta2/Model/Articles.php
  93. library/XenForo/Helper/String.php
  94. library/XenForo/Model/Attachment.php
  95. library/XenForo/Route/Prefix/Attachments.php
  96. library/EWRporta2/Model/Catlinks.php
  97. library/XenForo/Model/Thread.php
  98. library/WidgetFramework/XenForo/Model/Thread.php
  99. library/UnreadPostCount/Model/Thread.php
  100. library/Nobita/MetaDescription/XenForo/Model/Thread.php
  101. library/XenForo/Model/PermissionCache.php
  102. library/XenForo/Model/Forum.php
  103. library/XenForo/ControllerResponse/View.php
  104. library/XenForo/ControllerResponse/Abstract.php
  105. library/XenForo/Helper/Cookie.php
  106. library/XenForo/ViewRenderer/HtmlPublic.php
  107. library/XenForo/ViewRenderer/Abstract.php
  108. library/XenForo/Template/Public.php
  109. library/XenForo/Template/Abstract.php
  110. library/WidgetFramework/Core.php
  111. library/XenForo/Model/Moderator.php
  112. library/ExternalPages/ControllerPublic/online.php
  113. library/WidgetFramework/Model/Widget.php
  114. library/WidgetFramework/Helper/Sort.php
  115. library/WidgetFramework/WidgetRenderer.php
  116. library/EWRporta2/ViewPublic/ArticleList.php
  117. library/XenForo/ViewPublic/Base.php
  118. library/XenForo/View.php
  119. library/EWRporta2/Listener/ViewPublic.php
  120. library/ExtendCommon/UserModel/EX.php
  121. library/EWRporta2/ViewPublic/Global.php
  122. library/WidgetFramework/XenForo/View1.php
  123. library/EWRporta2/Model/Layouts.php
  124. library/EWRporta2/Model/Widlinks.php
  125. library/XenForo/BbCode/Parser.php
  126. library/XenForo/BbCode/Formatter/Base.php
  127. library/sonnb/XenforoLightbox/Listener.php
  128. library/EWRporta2/Listener/BbCode.php
  129. library/EWRmedio/Listener/BbCode.php
  130. library/EWRcarta/Listener/BbCode.php
  131. library/sonnb/XenforoLightbox/BbCode/Formatter/Base.php
  132. library/KingK/BbCodeManager/BbCode/Formatter/Base.php
  133. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  134. library/EWRporta2/BbCode/Formatter.php
  135. library/EWRmedio/BbCode/Formatter.php
  136. library/EWRcarta/BbCode/Formatter.php
  137. library/KingK/BbCodeManager/Model/CustomBbCode.php
  138. library/EWRporta2/Widget/Features.php
  139. library/EWRporta2/Model/Features.php
  140. library/KingK/BbCodeManager/EventListener/Templates/Preloader.php
  141. library/EWRporta2/Widget/ArticlesMain.php
  142. library/XenForo/ViewPublic/Helper/Message.php
  143. library/XenForo/BbCode/TextWrapper.php
  144. library/EWRporta2/Widget/MedioRecent.php
  145. library/ExternalPages/WidgetFramework/ServersStatus.php
  146. library/WidgetFramework/WidgetRenderer/ShareThisPage.php
  147. library/WidgetFramework/WidgetRenderer/Html.php
  148. library/XenForo/Route/Prefix/Members.php
  149. library/MasterBadge/Route/Prefix/Members.php
  150. library/MasterBadge/Route.php
  151. library/Begin/Listeners/Navigation.php
  152. library/EWRporta2/Listener/NavTabs.php
  153. library/Brivium/SupportTicketSystem/Model/SupportTicket.php
  154. library/Brivium/SupportTicketSystem/Model/KnowledgeBase.php
  155. library/Moder/Listeners/Navigation.php
  156. library/ExternalPages/Listeners/Navigation.php
  157. library/EWRmedio/Listener/NavTabs.php
  158. library/EWRmedio/Model/Perms.php
  159. library/EWRcarta/Listener/NavTabs.php
  160. library/EWRcarta/Model/Perms.php
  161. library/EWRcarta/Model/Lists.php
  162. library/NodesAsTabs/NavTabs.php
  163. library/XenForo/Model/Node.php
  164. library/XenForo/Template/FileHandler.php
  165. library/XenForo/Helper/File.php
  166. internal_data/templates/S.10,L.2,nat_childlinks.php
  167. library/XenForo/Route/Prefix/LinkForums.php
  168. library/WidgetFramework/Template/Extended.php
  169. internal_data/templates/S.10,L.2,EWRporta2_ArticleList.php
  170. internal_data/templates/S.10,L.2,EWRwidget_Features.php
  171. library/EWRporta2/Template/Helper.php
  172. library/XenForo/Route/Prefix/Threads.php
  173. internal_data/templates/S.10,L.2,EWRwidget_ArticlesMain.php
  174. internal_data/templates/S.10,L.2,EWRwidget_MedioRecent.php
  175. library/EWRmedio/Route/Media.php
  176. library/EWRmedio/Template/Helper.php
  177. internal_data/templates/S.10,L.2,EWRwidget_RawHtml.php
  178. library/ExternalPages/Model/ep.php
  179. internal_data/templates/S.10,L.2,Servers.php
  180. library/WidgetFramework/Helper/String.php
  181. library/WidgetFramework/Helper/LayoutEditor.php
  182. internal_data/templates/S.10,L.2,wf_widget_share_page.php
  183. library/WidgetFramework/WidgetRenderer/Empty.php
  184. internal_data/templates/S.10,L.2,wf_widget_wrapper.php
  185. library/XenForo/Helper/Criteria.php
  186. library/XenForo/Debug.php
  187. internal_data/templates/S.10,L.2,PAGE_CONTAINER.php
  188. library/KingK/BbCodeManager/EventListener/Templates/InitEditorGrid.php
  189. library/EWRporta2/Listener/Template.php
  190. library/EWRmedio/Listener/Template.php
  191. library/EWRmedio/Model/Lists.php
  192. library/EWRcarta/Listener/Template.php
  193. library/ExternalPages/ControllerPublic/balance.php
  194. library/SvgGoUpDown/Listener.php
  195. internal_data/templates/S.10,L.2,bbcm_js.php
  196. library/ExternalPages/ControllerPublic/ShortBannedList.php
  197. library/Siropu/Chat/Helper.php
  198. internal_data/templates/S.10,L.2,EWRporta2_Navtabs.php
  199. internal_data/templates/S.10,L.2,BRSTS_support_ticket_tab_links.php
  200. internal_data/templates/S.10,L.2,BRSTS_brsts_support_ticket_tab_links.php
  201. internal_data/templates/S.10,L.2,EWRmedio_Navtabs.php
  202. internal_data/templates/S.10,L.2,EWRcarta_Navtabs.php
  203. internal_data/templates/S.10,L.2,nat_linkstemplate.php
  204. internal_data/templates/S.10,L.2,go_up_down.php
  205. library/XenForo/ViewRenderer/Json.php
  206. internal_data/templates/S.10,L.2,nat_bodyjs.php