Page Time: 0.1979s

Memory: 11.8235 MB (Peak: 13.1728 MB)

Queries (28, time: 0.0440s, 22.2%)

  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.003942
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000397
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. 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)
    	
    	
    WHERE EWRporta2_articles.article_date < ?
    	AND xf_thread.discussion_state = 'visible'
    	 AND (EWRporta2_articles.article_exclude = '0' OR EWRporta2_articles.article_exclude IS NULL)
    	
    GROUP BY xf_thread.thread_id
    ) q
    Params: 1710814943
    Run Time: 0.001733
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARY<derived2>ALL    2 
    DERIVEDEWRporta2_articlesALLPRIMARY,article_date   85Using where; Using temporary; Using filesort
    DERIVEDxf_threadeq_refPRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,last_post_date,post_date,user_idPRIMARY4base.EWRporta2_articles.thread_id1Using where
    DERIVEDxf_usereq_refPRIMARYPRIMARY4base.xf_thread.user_id1Using index
  4. 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)
    	
    WHERE xf_thread.post_date < ?
    	AND xf_thread.discussion_state = 'visible'
    	AND xf_thread.node_id IN ('2')
    	AND EWRporta2_articles.article_date IS NULL
    	 AND (EWRporta2_articles.article_exclude = '0' OR EWRporta2_articles.article_exclude IS NULL)
    GROUP BY xf_thread.thread_id
    ) q
    Params: 1710814943
    Run Time: 0.005577
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARY<derived2>ALL    146 
    DERIVEDxf_threadrefPRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,last_post_date,post_date,user_idnode_id_last_post_date4const273Using where; Using temporary; Using filesort
    DERIVEDEWRporta2_articlesALLPRIMARY   85Using where; Not exists; Using join buffer (Block Nested Loop)
    DERIVEDxf_usereq_refPRIMARYPRIMARY4base.xf_thread.user_id1Using index
  5. (
    	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)
    		
    	WHERE xf_thread.post_date < ?
    		AND xf_thread.discussion_state = 'visible'
    		AND xf_thread.node_id IN ('2')
    		AND EWRporta2_articles.article_date IS NULL
    		 AND (EWRporta2_articles.article_exclude = '0' OR EWRporta2_articles.article_exclude IS NULL)
    	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)
    		
    		
    	WHERE EWRporta2_articles.article_date < ?
    		AND xf_thread.discussion_state = 'visible'
    		 AND (EWRporta2_articles.article_exclude = '0' OR EWRporta2_articles.article_exclude IS NULL)
    		
    	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: 1710814943, 1710814943, 40, 10
    Run Time: 0.021781
  6. 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 (78125)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000361
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4base.attachment.data_id1 
  7. 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 (77478)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000271
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4base.attachment.data_id1 
  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 (76985)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000272
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4base.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 (76957)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000222
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4base.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 (75231)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000199
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4base.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 (74976)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000229
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4base.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 (74355)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000197
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4base.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 (73997)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000194
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4base.attachment.data_id1 
  14. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (73891)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000195
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4base.attachment.data_id1 
  15. 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 (69602)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000217
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4base.attachment.data_id1 
  16. 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 (7606, 7488, 7401, 7397, 7153, 7102, 7006, 6968, 6955, 6364)
    ORDER BY EWRporta2_categories.category_name
    Run Time: 0.001225
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta2_categoriesALLPRIMARY   4Using temporary; Using filesort
    SIMPLEEWRporta2_catlinksALLthread_id   32Using where; Using join buffer (Block Nested Loop)
    SIMPLExf_usereq_refPRIMARYPRIMARY4base.EWRporta2_catlinks.user_id1 
  17. 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.000275
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  18. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 9
    Run Time: 0.000188
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  19. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 8d96f256abf7149d7f46c45426a92d0f, , 1710818543
    Run Time: 0.000298
  20. 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, Index, valid, , 1710814943,
    Run Time: 0.000150
  21. SELECT *
    	FROM EWRporta2_layouts
    WHERE (layout_template = ?
    	)
    	AND active = 1
    ORDER BY layout_priority ASC
    Params: EWRporta2_ArticleList
    Run Time: 0.000502
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta2_layoutsreflayout_templatelayout_template302const1Using index condition; Using where; Using filesort
  22. 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.001269
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta2_widgetsALLPRIMARY   10Using where; Using temporary; Using filesort
    SIMPLEEWRporta2_widlinksreflayout_id,widget_idwidget_id302base.EWRporta2_widgets.widget_id1Using where
    SIMPLEEWRporta2_widoptsALLPRIMARY   1Using where; Using join buffer (Block Nested Loop)
  23. SELECT *
    FROM xf_addon
    WHERE addon_id = ?
    Params: siropu_chat
    Run Time: 0.000372
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_addonconstPRIMARYPRIMARY27const1 
  24. 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 > 1710814043)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.000823
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 5Using where
    SIMPLEusereq_refPRIMARYPRIMARY4base.session_activity.user_id1 
  25. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: boardTotals
    Run Time: 0.000211
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  26. SELECT thread.*
    	,
    	user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    	last_post_user.gender AS last_post_gender,
    	last_post_user.avatar_date AS last_post_avatar_date,
    	last_post_user.gravatar AS last_post_gravatar,
    	IF(last_post_user.username IS NULL, thread.last_post_username, last_post_user.username) AS last_post_username,
    	node.title AS node_title, node.node_name,
    	forum.*,
    	forum.last_post_id AS forum_last_post_id,
    	forum.last_post_date AS forum_last_post_date,
    	forum.last_post_user_id AS forum_last_post_user_id,
    	forum.last_post_username AS forum_last_post_username,
    	forum.last_thread_title AS forum_last_thread_title,
    	thread.last_post_id,
    	thread.last_post_date,
    	thread.last_post_user_id,
    	thread.last_post_username,
    	NULL AS thread_read_date,
    	0 AS thread_is_watched,
    	0 AS user_post_count,
    permission.cache_value AS node_permission_cache
    FROM xf_thread AS thread
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    	LEFT JOIN xf_user AS last_post_user ON
    		(last_post_user.user_id = thread.last_post_user_id)
    	LEFT JOIN xf_node AS node ON
    		(node.node_id = thread.node_id)
    	LEFT JOIN xf_forum AS forum ON
    		(forum.node_id = thread.node_id)
    LEFT JOIN xf_permission_cache_content AS permission
    	ON (permission.permission_combination_id = 1
    		AND permission.content_type = 'node'
    		AND permission.content_id = thread.node_id)
    WHERE (thread.discussion_type <> 'redirect') AND (thread.discussion_state IN ('visible')) AND (thread.last_post_date > 1710210143) AND (forum.find_new = 1) AND thread.node_id IN ('86', '44', '45', '92', '6', '1', '94', '2', '7', '84', '4', '5', '28', '30', '34', '32', '29', '31', '33', '8', '89', '88', '85', '16', '58', '79', '13', '17', '20', '11', '19', '82', '18', '21', '15', '9', '23', '10', '12', '81', '14', '56', '57', '71', '72', '68', '69', '73', '74', '75', '76', '77', '78', '63', '64', '65', '66', '59', '60', '61', '46', '49', '53', '54', '55', '48', '47', '50', '51', '52', '35', '38', '42', '36', '37', '39', '40')
    ORDER BY thread.last_post_date DESC
     LIMIT 12
    Run Time: 0.001683
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangenode_id_last_post_date,node_id_sticky_state_last_post,last_post_datelast_post_date4 1Using index condition; Using where
    SIMPLEforumeq_refPRIMARYPRIMARY4base.thread.node_id1Using where
    SIMPLEusereq_refPRIMARYPRIMARY4base.thread.user_id1 
    SIMPLElast_post_usereq_refPRIMARYPRIMARY4base.thread.last_post_user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4base.thread.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,base.thread.node_id1Using where
  27. 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', 'aadvapp_sidebar', 'EWRwidget_SiropuChat', 'EWRwidget_UsersOnline', 'EWRwidget_StatusUpdates', 'EWRwidget_ForumStats', 'EWRwidget_Threads', 'EWRporta2_ArticleList', 'notice_cookies', 'lime_game_navtabs', 'EWRporta2_Navtabs', 'siropu_chat', 'siropu_chat_disabled', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 6, 2
    Run Time: 0.000948
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 20Using where
  28. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('acp_home')
    Params: 2
    Run Time: 0.000241
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 

Included Files (123, XenForo Classes: 57)

  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/Phrase.php
  29. library/XenForo/CodeEvent.php
  30. library/XenForo/Options.php
  31. library/XenForo/Link.php
  32. library/XenForo/Template/Helper/Core.php
  33. library/Siropu/Chat/Listener.php
  34. library/Snog/Applications/Listener/Dependencies.php
  35. library/EWRporta2/Listener/Init.php
  36. library/BannedAvatar/Listener.php
  37. library/XenForo/Router.php
  38. library/XenForo/Route/Filter.php
  39. library/XenForo/Route/Interface.php
  40. library/XenForo/Route/ResponseSuffix.php
  41. library/XenForo/Route/Prefix.php
  42. library/XenForo/Route/Prefix/Index.php
  43. library/XenForo/RouteMatch.php
  44. library/XenForo/ControllerPublic/Index.php
  45. library/XenForo/ControllerPublic/Abstract.php
  46. library/XenForo/Controller.php
  47. library/ACPanelBridge/Listeners/LoadClassControllerPublic.php
  48. library/ExternalExtended/Listener.php
  49. library/ACPanelBridge/ControllerPublic/Index.php
  50. library/XenForo/Input.php
  51. library/XenForo/Session.php
  52. library/XenForo/Helper/Ip.php
  53. library/XenForo/Visitor.php
  54. library/XenForo/Model/User.php
  55. library/ACPanelBridge/Listeners/LoadClassModel.php
  56. library/ThemesCorp/ProfileBackgroundImageCustomization/Proxy.php
  57. library/EWRporta2/Listener/Model.php
  58. library/SV/CanWarnStaff/Listener.php
  59. library/ACPanelBridge/Model/User.php
  60. library/ThemesCorp/ProfileBackgroundImageCustomization/Model/User.php
  61. library/EWRporta2/Model/User.php
  62. library/SV/CanWarnStaff/XenForo/Model/User.php
  63. library/XenForo/Permission.php
  64. library/XenForo/Helper/Php.php
  65. library/XenForo/Locale.php
  66. library/XenForo/ControllerResponse/ReroutePath.php
  67. library/XenForo/ControllerResponse/Abstract.php
  68. library/EWRporta2/Route/Articles.php
  69. library/EWRporta2/ControllerPublic/Articles.php
  70. library/EWRporta2/Model/Perms.php
  71. library/EWRporta2/Model/Articles.php
  72. library/XenForo/Helper/String.php
  73. library/XenForo/Model/Attachment.php
  74. library/EWRporta2/Model/Catlinks.php
  75. library/XenForo/Model/Thread.php
  76. library/BannedAvatar/Helper.php
  77. library/SV/CanWarnStaff/XenForo/Model/Thread.php
  78. library/XenForo/Model/PermissionCache.php
  79. library/XenForo/Model/Forum.php
  80. library/XenForo/ControllerResponse/View.php
  81. library/XenForo/Helper/Cookie.php
  82. library/XenForo/ViewRenderer/HtmlPublic.php
  83. library/XenForo/ViewRenderer/Abstract.php
  84. library/XenForo/Template/Public.php
  85. library/XenForo/Template/Abstract.php
  86. library/Snog/Applications/ControllerPublic/Application.php
  87. library/EWRporta2/ViewPublic/ArticleList.php
  88. library/XenForo/ViewPublic/Base.php
  89. library/XenForo/View.php
  90. library/EWRporta2/Listener/ViewPublic.php
  91. library/EWRporta2/ViewPublic/Global.php
  92. library/EWRporta2/Model/Layouts.php
  93. library/EWRporta2/Model/Widlinks.php
  94. library/XenForo/BbCode/Parser.php
  95. library/XenForo/BbCode/Formatter/Base.php
  96. library/Snog/Applications/Listener/BBcode.php
  97. library/EWRporta2/Listener/BbCode.php
  98. library/Snog/Applications/BbCode/Formatter/Base.php
  99. library/EWRporta2/BbCode/Formatter.php
  100. library/EWRporta2/Widget/SiropuChat.php
  101. library/XenForo/Model/AddOn.php
  102. library/Snog/Applications/Listener/Sidebar.php
  103. library/EWRporta2/Widget/UsersOnline.php
  104. library/XenForo/Model/Session.php
  105. library/ACPanelBridge/Model/Session.php
  106. library/EWRporta2/Widget/StatusUpdates.php
  107. library/EWRporta2/Widget/ForumStats.php
  108. library/EWRporta2/Widget/Threads.php
  109. library/XenForo/BbCode/TextWrapper.php
  110. library/XenForo/Route/Prefix/Members.php
  111. library/ACPanelBridge/Listeners/Navigation.php
  112. library/Siropu/Chat/Helper.php
  113. library/Snog/Applications/Listener/NavTab.php
  114. library/EWRporta2/Listener/NavTabs.php
  115. library/Siropu/Chat/Callback.php
  116. library/XenForo/Model/Avatar.php
  117. library/ACPanelBridge/Listeners/TemplateHook.php
  118. library/EWRporta2/Listener/Template.php
  119. library/XenForo/Route/Prefix/Threads.php
  120. library/XenForo/Route/Prefix/Forums.php
  121. library/XenForo/Helper/Criteria.php
  122. library/XenForo/Debug.php
  123. library/XenForo/ViewRenderer/Json.php