Page Time: 3.7254s

Memory: 7.4696 MB (Peak: 9.1056 MB)

Queries (41, time: 3.5484s, 95.2%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000137
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT thread.*
    	,
    		user.gender, user.avatar_date, user.gravatar,
    		NULL AS thread_read_date,
    		0 AS thread_reply_banned,
    		0 AS thread_is_watched,
    		'' AS draft_message, NULL AS draft_extra
    FROM xf_thread AS thread
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    WHERE thread.thread_id = ?
    Params: 22937
    Run Time: 0.000574
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  3. SELECT node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache,
    		NULL AS forum_read_date
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.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 = forum.node_id)
    WHERE node.node_id = ?
    Params: 8
    Run Time: 0.000349
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  4. SELECT post.*
    	,
    		user.*, IF(user.username IS NULL, post.username, user.username) AS username,
    		user_profile.*,
    		user_privacy.*,
    		session_activity.view_date AS last_view_date,
    		0 AS like_date,
    		0 AS post_is_watched
    FROM xf_post AS post
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = post.user_id)
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = post.user_id)
    		LEFT JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = post.user_id)
    		LEFT JOIN xf_session_activity AS session_activity ON
    			(post.user_id > 0 AND session_activity.user_id = post.user_id AND session_activity.unique_key = CAST(post.user_id AS BINARY))
    WHERE post.thread_id = ?
    	 AND (post.position >= 60 AND post.position < 70) 
    	AND (post.message_state IN ('visible'))
    ORDER BY post.position ASC, post.post_date ASC
    Params: 22937
    Run Time: 0.001754
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangethread_id_post_date,thread_id_positionthread_id_position8 10Using index condition; Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4ccxsccxs_dd.post.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4ccxsccxs_dd.post.user_id1 
    SIMPLEuser_privacyeq_refPRIMARYPRIMARY4ccxsccxs_dd.post.user_id1 
    SIMPLEsession_activityeq_refPRIMARYPRIMARY22ccxsccxs_dd.post.user_id,func1Using where
  5. 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 (3310189, 3310245, 3310260, 3310261, 3310262, 3310263, 3310265, 3310271)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000803
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 11Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ccxsccxs_dd.attachment.data_id1 
  6. INSERT DELAYED INTO xf_thread_view
    	(thread_id)
    VALUES
    	(?)
    Params: 22937
    Run Time: 0.000151
  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, "㿈, "㿈, XenForo_ControllerPublic_Thread, Index, valid, thread_id=22937&page=7, 1711621461,
    Run Time: 0.000157
  8. 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', 'editor', 'thread_view', 'wf_hook_footer', 'wf_hook_moderator_bar', 'dark_taigachat', 'dark_taigachat_list', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 7, 1
    Run Time: 0.000234
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 14Using where
  9. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('BRCEP_write_your_comment')
    Params: 1
    Run Time: 0.000077
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  10. SELECT user.*
    	,
    		user_profile.*,
    		user_option.*,
    		user_privacy.*,
    		permission_combination.cache_value AS global_permission_cache
    FROM xf_user AS user
    
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = user.user_id)
    		LEFT JOIN xf_user_option AS user_option ON
    			(user_option.user_id = user.user_id)
    		LEFT JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = user.user_id)
    		LEFT JOIN xf_permission_combination AS permission_combination ON
    			(permission_combination.permission_combination_id = user.permission_combination_id)
    WHERE user.user_id = ?
    Params: 2
    Run Time: 0.000486
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEuser_profileconstPRIMARYPRIMARY4const1 
    SIMPLEuser_optionconstPRIMARYPRIMARY4const1 
    SIMPLEuser_privacyconstPRIMARYPRIMARY4const1 
    SIMPLEpermission_combinationconstPRIMARYPRIMARY4const1 
  11. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRCEP_post_public_controls')
    	AND style_id = ?
    	AND language_id = ?
    Params: 7, 1
    Run Time: 0.000093
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  12. SELECT * FROM x_post_rule_post WHERE post_id = '3310189'
    Run Time: 0.352540
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEx_post_rule_postALL    392420Using where
  13. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('VNXF_Loto_Post')
    	AND style_id = ?
    	AND language_id = ?
    Params: 7, 1
    Run Time: 0.000127
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  14. SELECT a.*, b.user_id, b.username 
    FROM `xf_liked_content` AS a
    LEFT JOIN xf_user AS b ON (b.user_id = a.like_user_id)
    WHERE a.content_type = 'post' AND a.content_id = '3310189'
    Run Time: 0.000431
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEarefcontent_type_id_like_user_idcontent_type_id_like_user_id31const,const5Using index condition
    SIMPLEbeq_refPRIMARYPRIMARY4ccxsccxs_dd.a.like_user_id1 
  15. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('VNXF_Like_Info')
    	AND style_id = ?
    	AND language_id = ?
    Params: 7, 1
    Run Time: 0.000132
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  16. SELECT user.*
    	,
    		user_profile.*,
    		user_option.*,
    		user_privacy.*,
    		permission_combination.cache_value AS global_permission_cache
    FROM xf_user AS user
    
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = user.user_id)
    		LEFT JOIN xf_user_option AS user_option ON
    			(user_option.user_id = user.user_id)
    		LEFT JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = user.user_id)
    		LEFT JOIN xf_permission_combination AS permission_combination ON
    			(permission_combination.permission_combination_id = user.permission_combination_id)
    WHERE user.user_id = ?
    Params: 92
    Run Time: 0.001039
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEuser_profileconstPRIMARYPRIMARY4const1 
    SIMPLEuser_optionconstPRIMARYPRIMARY4const1 
    SIMPLEuser_privacyconstPRIMARYPRIMARY4const1 
    SIMPLEpermission_combinationconstPRIMARYPRIMARY4const1 
  17. SELECT user.*
    	,
    		user_profile.*,
    		user_option.*,
    		user_privacy.*,
    		permission_combination.cache_value AS global_permission_cache
    FROM xf_user AS user
    
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = user.user_id)
    		LEFT JOIN xf_user_option AS user_option ON
    			(user_option.user_id = user.user_id)
    		LEFT JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = user.user_id)
    		LEFT JOIN xf_permission_combination AS permission_combination ON
    			(permission_combination.permission_combination_id = user.permission_combination_id)
    WHERE user.user_id = ?
    Params: 13888
    Run Time: 0.000724
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEuser_profileconstPRIMARYPRIMARY4const1 
    SIMPLEuser_optionconstPRIMARYPRIMARY4const1 
    SIMPLEuser_privacyconstPRIMARYPRIMARY4const1 
    SIMPLEpermission_combinationconstPRIMARYPRIMARY4const1 
  18. SELECT user.*
    	,
    		user_profile.*,
    		user_option.*,
    		user_privacy.*,
    		permission_combination.cache_value AS global_permission_cache
    FROM xf_user AS user
    
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = user.user_id)
    		LEFT JOIN xf_user_option AS user_option ON
    			(user_option.user_id = user.user_id)
    		LEFT JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = user.user_id)
    		LEFT JOIN xf_permission_combination AS permission_combination ON
    			(permission_combination.permission_combination_id = user.permission_combination_id)
    WHERE user.user_id = ?
    Params: 92169
    Run Time: 0.000851
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEuser_profileconstPRIMARYPRIMARY4const1 
    SIMPLEuser_optionconstPRIMARYPRIMARY4const1 
    SIMPLEuser_privacyconstPRIMARYPRIMARY4const1 
    SIMPLEpermission_combinationconstPRIMARYPRIMARY4const1 
  19. SELECT user.*
    	,
    		user_profile.*,
    		user_option.*,
    		user_privacy.*,
    		permission_combination.cache_value AS global_permission_cache
    FROM xf_user AS user
    
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = user.user_id)
    		LEFT JOIN xf_user_option AS user_option ON
    			(user_option.user_id = user.user_id)
    		LEFT JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = user.user_id)
    		LEFT JOIN xf_permission_combination AS permission_combination ON
    			(permission_combination.permission_combination_id = user.permission_combination_id)
    WHERE user.user_id = ?
    Params: 93697
    Run Time: 0.000885
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEuser_profileconstPRIMARYPRIMARY4const1 
    SIMPLEuser_optionconstPRIMARYPRIMARY4const1 
    SIMPLEuser_privacyconstPRIMARYPRIMARY4const1 
    SIMPLEpermission_combinationconstPRIMARYPRIMARY4const1 
  20. SELECT user.*
    	,
    		user_profile.*,
    		user_option.*,
    		user_privacy.*,
    		permission_combination.cache_value AS global_permission_cache
    FROM xf_user AS user
    
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = user.user_id)
    		LEFT JOIN xf_user_option AS user_option ON
    			(user_option.user_id = user.user_id)
    		LEFT JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = user.user_id)
    		LEFT JOIN xf_permission_combination AS permission_combination ON
    			(permission_combination.permission_combination_id = user.permission_combination_id)
    WHERE user.user_id = ?
    Params: 95767
    Run Time: 0.000752
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEuser_profileconstPRIMARYPRIMARY4const1 
    SIMPLEuser_optionconstPRIMARYPRIMARY4const1 
    SIMPLEuser_privacyconstPRIMARYPRIMARY4const1 
    SIMPLEpermission_combinationconstPRIMARYPRIMARY4const1 
  21. SELECT * FROM x_post_rule_post WHERE post_id = '3310245'
    Run Time: 0.300453
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEx_post_rule_postALL    392420Using where
  22. SELECT a.*, b.user_id, b.username 
    FROM `xf_liked_content` AS a
    LEFT JOIN xf_user AS b ON (b.user_id = a.like_user_id)
    WHERE a.content_type = 'post' AND a.content_id = '3310245'
    Run Time: 0.000468
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEarefcontent_type_id_like_user_idcontent_type_id_like_user_id31const,const6Using index condition
    SIMPLEbeq_refPRIMARYPRIMARY4ccxsccxs_dd.a.like_user_id1 
  23. SELECT user.*
    	,
    		user_profile.*,
    		user_option.*,
    		user_privacy.*,
    		permission_combination.cache_value AS global_permission_cache
    FROM xf_user AS user
    
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = user.user_id)
    		LEFT JOIN xf_user_option AS user_option ON
    			(user_option.user_id = user.user_id)
    		LEFT JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = user.user_id)
    		LEFT JOIN xf_permission_combination AS permission_combination ON
    			(permission_combination.permission_combination_id = user.permission_combination_id)
    WHERE user.user_id = ?
    Params: 136
    Run Time: 0.001157
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEuser_profileconstPRIMARYPRIMARY4const1 
    SIMPLEuser_optionconstPRIMARYPRIMARY4const1 
    SIMPLEuser_privacyconstPRIMARYPRIMARY4const1 
    SIMPLEpermission_combinationconstPRIMARYPRIMARY4const1 
  24. SELECT * FROM x_post_rule_post WHERE post_id = '3310259'
    Run Time: 0.288536
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEx_post_rule_postALL    392420Using where
  25. SELECT a.*, b.user_id, b.username 
    FROM `xf_liked_content` AS a
    LEFT JOIN xf_user AS b ON (b.user_id = a.like_user_id)
    WHERE a.content_type = 'post' AND a.content_id = '3310259'
    Run Time: 0.000663
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEarefcontent_type_id_like_user_idcontent_type_id_like_user_id31const,const8Using index condition
    SIMPLEbeq_refPRIMARYPRIMARY4ccxsccxs_dd.a.like_user_id1 
  26. SELECT user.*
    	,
    		user_profile.*,
    		user_option.*,
    		user_privacy.*,
    		permission_combination.cache_value AS global_permission_cache
    FROM xf_user AS user
    
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = user.user_id)
    		LEFT JOIN xf_user_option AS user_option ON
    			(user_option.user_id = user.user_id)
    		LEFT JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = user.user_id)
    		LEFT JOIN xf_permission_combination AS permission_combination ON
    			(permission_combination.permission_combination_id = user.permission_combination_id)
    WHERE user.user_id = ?
    Params: 6112
    Run Time: 0.001047
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEuser_profileconstPRIMARYPRIMARY4const1 
    SIMPLEuser_optionconstPRIMARYPRIMARY4const1 
    SIMPLEuser_privacyconstPRIMARYPRIMARY4const1 
    SIMPLEpermission_combinationconstPRIMARYPRIMARY4const1 
  27. SELECT * FROM x_post_rule_post WHERE post_id = '3310260'
    Run Time: 0.318934
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEx_post_rule_postALL    392420Using where
  28. SELECT a.*, b.user_id, b.username 
    FROM `xf_liked_content` AS a
    LEFT JOIN xf_user AS b ON (b.user_id = a.like_user_id)
    WHERE a.content_type = 'post' AND a.content_id = '3310260'
    Run Time: 0.000584
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEarefcontent_type_id_like_user_idcontent_type_id_like_user_id31const,const4Using index condition
    SIMPLEbeq_refPRIMARYPRIMARY4ccxsccxs_dd.a.like_user_id1 
  29. SELECT * FROM x_post_rule_post WHERE post_id = '3310261'
    Run Time: 0.318697
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEx_post_rule_postALL    392420Using where
  30. SELECT a.*, b.user_id, b.username 
    FROM `xf_liked_content` AS a
    LEFT JOIN xf_user AS b ON (b.user_id = a.like_user_id)
    WHERE a.content_type = 'post' AND a.content_id = '3310261'
    Run Time: 0.000300
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEarefcontent_type_id_like_user_idcontent_type_id_like_user_id31const,const5Using index condition
    SIMPLEbeq_refPRIMARYPRIMARY4ccxsccxs_dd.a.like_user_id1 
  31. SELECT * FROM x_post_rule_post WHERE post_id = '3310262'
    Run Time: 0.331735
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEx_post_rule_postALL    392420Using where
  32. SELECT a.*, b.user_id, b.username 
    FROM `xf_liked_content` AS a
    LEFT JOIN xf_user AS b ON (b.user_id = a.like_user_id)
    WHERE a.content_type = 'post' AND a.content_id = '3310262'
    Run Time: 0.000392
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEarefcontent_type_id_like_user_idcontent_type_id_like_user_id31const,const5Using index condition
    SIMPLEbeq_refPRIMARYPRIMARY4ccxsccxs_dd.a.like_user_id1 
  33. SELECT * FROM x_post_rule_post WHERE post_id = '3310263'
    Run Time: 0.391498
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEx_post_rule_postALL    392420Using where
  34. SELECT a.*, b.user_id, b.username 
    FROM `xf_liked_content` AS a
    LEFT JOIN xf_user AS b ON (b.user_id = a.like_user_id)
    WHERE a.content_type = 'post' AND a.content_id = '3310263'
    Run Time: 0.000358
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEarefcontent_type_id_like_user_idcontent_type_id_like_user_id31const,const5Using index condition
    SIMPLEbeq_refPRIMARYPRIMARY4ccxsccxs_dd.a.like_user_id1 
  35. SELECT user.*
    	,
    		user_profile.*,
    		user_option.*,
    		user_privacy.*,
    		permission_combination.cache_value AS global_permission_cache
    FROM xf_user AS user
    
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = user.user_id)
    		LEFT JOIN xf_user_option AS user_option ON
    			(user_option.user_id = user.user_id)
    		LEFT JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = user.user_id)
    		LEFT JOIN xf_permission_combination AS permission_combination ON
    			(permission_combination.permission_combination_id = user.permission_combination_id)
    WHERE user.user_id = ?
    Params: 6282
    Run Time: 0.001089
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEuser_profileconstPRIMARYPRIMARY4const1 
    SIMPLEuser_optionconstPRIMARYPRIMARY4const1 
    SIMPLEuser_privacyconstPRIMARYPRIMARY4const1 
    SIMPLEpermission_combinationconstPRIMARYPRIMARY4const1 
  36. SELECT * FROM x_post_rule_post WHERE post_id = '3310265'
    Run Time: 0.416997
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEx_post_rule_postALL    392420Using where
  37. SELECT a.*, b.user_id, b.username 
    FROM `xf_liked_content` AS a
    LEFT JOIN xf_user AS b ON (b.user_id = a.like_user_id)
    WHERE a.content_type = 'post' AND a.content_id = '3310265'
    Run Time: 0.000492
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEarefcontent_type_id_like_user_idcontent_type_id_like_user_id31const,const3Using index condition
    SIMPLEbeq_refPRIMARYPRIMARY4ccxsccxs_dd.a.like_user_id1 
  38. SELECT * FROM x_post_rule_post WHERE post_id = '3310268'
    Run Time: 0.408166
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEx_post_rule_postALL    392420Using where
  39. SELECT a.*, b.user_id, b.username 
    FROM `xf_liked_content` AS a
    LEFT JOIN xf_user AS b ON (b.user_id = a.like_user_id)
    WHERE a.content_type = 'post' AND a.content_id = '3310268'
    Run Time: 0.000676
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEarefcontent_type_id_like_user_idcontent_type_id_like_user_id31const,const4Using index condition
    SIMPLEbeq_refPRIMARYPRIMARY4ccxsccxs_dd.a.like_user_id1 
  40. SELECT * FROM x_post_rule_post WHERE post_id = '3310271'
    Run Time: 0.403423
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEx_post_rule_postALL    392420Using where
  41. SELECT a.*, b.user_id, b.username 
    FROM `xf_liked_content` AS a
    LEFT JOIN xf_user AS b ON (b.user_id = a.like_user_id)
    WHERE a.content_type = 'post' AND a.content_id = '3310271'
    Run Time: 0.000468
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEarefcontent_type_id_like_user_idcontent_type_id_like_user_id31const,const4Using index condition
    SIMPLEbeq_refPRIMARYPRIMARY4ccxsccxs_dd.a.like_user_id1 

Included Files (154, XenForo Classes: 65)

  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/Cache.php
  19. library/Zend/Cache/Backend/Memcached.php
  20. library/Zend/Cache/Backend/ExtendedInterface.php
  21. library/Zend/Cache/Backend/Interface.php
  22. library/Zend/Cache/Backend.php
  23. library/Zend/Cache/Core.php
  24. library/XenForo/CodeEvent.php
  25. library/XenForo/Options.php
  26. library/XenForo/Link.php
  27. library/XenForo/Template/Helper/Core.php
  28. library/WidgetFramework/Listener.php
  29. library/WidgetFramework/Option.php
  30. library/WidgetFramework/ShippableHelper/Updater.php
  31. library/Brivium/BriviumHelper/EventListeners.php
  32. library/Brivium/BriviumHelper/1010071/EventListeners.php
  33. library/VNXF/Loto/Listener.php
  34. library/UserInfo/Listener.php
  35. library/VietXfAdvStats/Listener.php
  36. library/Dark/TaigaChat/EventListener/Listener.php
  37. library/bdMedal/Listener.php
  38. library/HDJuegos/WaterMarkAdd/Listener.php
  39. library/LiamW/AllRich/Addon.php
  40. library/XenForo/Router.php
  41. library/XenForo/Route/Filter.php
  42. library/XenForo/Route/Interface.php
  43. library/XenForo/Route/ResponseSuffix.php
  44. library/XenForo/Route/Prefix.php
  45. library/XenForo/Route/Prefix/Threads.php
  46. library/vtLai/UrlKhongDau/Listener.php
  47. library/vtLai/UrlKhongDau/Threads.php
  48. library/XenForo/RouteMatch.php
  49. library/XenForo/ControllerPublic/Thread.php
  50. library/XenForo/ControllerPublic/Abstract.php
  51. library/XenForo/Controller.php
  52. library/Vinavb/CustomNodeIcon/Listener.php
  53. library/XenPlaza/XPlimitLink/Listener/Listener.php
  54. library/VNXF/Loto/ControllerPublic/Thread.php
  55. library/WidgetFramework/XenForo/ControllerPublic/Thread.php
  56. library/Brivium/CommentEachPost/ControllerPublic/Thread.php
  57. library/bdMedal/Extend/ControllerPublic/Thread.php
  58. library/XenPlaza/XPlimitLink/ControllerPublic/Thread.php
  59. library/XenForo/Input.php
  60. library/XenForo/Session.php
  61. library/Zend/Db.php
  62. library/Zend/Db/Adapter/Mysqli.php
  63. library/Zend/Db/Adapter/Abstract.php
  64. library/Zend/Db/Select.php
  65. library/Zend/Db/Expr.php
  66. library/Zend/Db/Profiler.php
  67. library/Zend/Db/Statement/Mysqli.php
  68. library/Zend/Db/Statement.php
  69. library/Zend/Db/Statement/Interface.php
  70. library/XenForo/Helper/Ip.php
  71. library/XenForo/Visitor.php
  72. library/XenForo/Model/User.php
  73. library/UserInfo/User.php
  74. library/WidgetFramework/XenForo/Model/User.php
  75. library/VietXfAdvStats/XenForo/Model/User.php
  76. library/Zend/Db/Profiler/Query.php
  77. library/XenForo/Permission.php
  78. library/XenForo/Helper/Php.php
  79. library/XenForo/Phrase.php
  80. library/XenForo/Locale.php
  81. library/XenForo/ControllerHelper/ForumThreadPost.php
  82. library/XenForo/ControllerHelper/Abstract.php
  83. library/XenForo/Model/Thread.php
  84. library/WidgetFramework/XenForo/Model/Thread.php
  85. library/VietXfAdvStats/XenForo/Model/Thread.php
  86. library/XenForo/Model/Forum.php
  87. library/XenForo/Helper/String.php
  88. library/XenForo/Helper/Discussion.php
  89. library/XenForo/Model/Post.php
  90. library/Brivium/CommentEachPost/Model/Post.php
  91. library/vtLai/UrlKhongDau/Converter.php
  92. library/XenForo/Model/Attachment.php
  93. library/Brivium/CommentEachPost/Model/Attachment.php
  94. library/HDJuegos/WaterMarkAdd/ModelOverride/Attachment.php
  95. library/XenForo/Route/Prefix/Attachments.php
  96. library/Brivium/CommentEachPost/Model/Comment.php
  97. library/XenForo/Model/Node.php
  98. library/XenForo/Route/Prefix/Categories.php
  99. library/vtLai/UrlKhongDau/Categories.php
  100. library/XenForo/Route/Prefix/Forums.php
  101. library/vtLai/UrlKhongDau/Forums.php
  102. library/bdMedal/Model/Awarded.php
  103. library/bdMedal/Option.php
  104. library/XenForo/ControllerResponse/View.php
  105. library/XenForo/ControllerResponse/Abstract.php
  106. library/XenForo/Helper/Cookie.php
  107. library/XenForo/ViewRenderer/HtmlPublic.php
  108. library/XenForo/ViewRenderer/Abstract.php
  109. library/XenForo/Template/Public.php
  110. library/XenForo/Template/Abstract.php
  111. library/WidgetFramework/Core.php
  112. library/XenForo/Model/Moderator.php
  113. library/WidgetFramework/Model/Widget.php
  114. library/WidgetFramework/Helper/Sort.php
  115. library/XenForo/ViewPublic/Thread/View.php
  116. library/XenForo/ViewPublic/Base.php
  117. library/XenForo/View.php
  118. library/Dark/ParseHTML/EventListener.php
  119. library/Dark/ParseHTML/ViewPublic/Thread/View.php
  120. library/WidgetFramework/XenForo/View1.php
  121. library/Brivium/CommentEachPost/ViewPublic/Thread/View.php
  122. library/XenForo/BbCode/Parser.php
  123. library/XenForo/BbCode/Formatter/Base.php
  124. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  125. library/Brivium/CommentEachPost/Helper/Render.php
  126. library/XenForo/Route/Prefix/Posts.php
  127. library/XenForo/ViewPublic/Helper/Editor.php
  128. library/VietXfAdvStats/Model/GetUserGroup.php
  129. library/Dark/ParseHTML/BbCode/Formatter/Ritsu.php
  130. library/Dark/ParseHTML/BbCode/Parser.php
  131. library/Dark/ParseHTML/ViewPublic/Helper/Message.php
  132. library/Dark/ParseHTML/BbCode/TextWrapper.php
  133. library/XenForo/BbCode/TextWrapper.php
  134. library/XenForo/Route/Prefix/Members.php
  135. library/vtLai/UrlKhongDau/Members.php
  136. library/Dark/TaigaChat/EventListener/NavigationTabs.php
  137. library/WidgetFramework/Template/Extended.php
  138. library/LiamW/AllRich/Template/Helper/Core.php
  139. library/Brivium/CommentEachPost/EventListeners/Listener.php
  140. library/VNXF/LikeInfo/Listener.php
  141. library/Tinhte/Html5Uploader/Listener.php
  142. library/XenForo/Model/Avatar.php
  143. library/XenForo/DataWriter.php
  144. library/VNXF/Loto/Model.php
  145. library/VNXF/LikeInfo/Model.php
  146. library/bdMedal/Model/Medal.php
  147. library/bdMedal/DataWriter/Medal.php
  148. library/XenForo/ViewPublic/Helper/User.php
  149. library/XenForo/Helper/Criteria.php
  150. library/XenForo/Debug.php
  151. library/VietXfAdvStats/Option.php
  152. library/Tinhte/Html5Uploader/Template.php
  153. library/XenForo/ViewRenderer/Json.php
  154. library/Vinavb/CustomNodeIcon/Icon.php