Page Time: 0.0976s

Memory: 2.8181 MB (Peak: 3.9699 MB)

Queries (13, time: 0.0834s, 85.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.000846
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: convoMonitoringCounts
    Run Time: 0.000151
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000153
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. 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.attachment_id = ?
    Params: 12502
    Run Time: 0.015741
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentconstPRIMARYPRIMARY4const1 
    SIMPLEdataconstPRIMARYPRIMARY4const1 
  5. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: dark_postrating_ratings
    Run Time: 0.000196
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  6. SELECT post.*
    	,
    		thread.*, thread.user_id AS thread_user_id, thread.username AS thread_username,
    		thread.post_date AS thread_post_date,
    		post.user_id, post.username, post.post_date,
    		node.title AS node_title, node.node_name,
    		user.*, IF(user.username IS NULL, post.username, user.username) AS username,
    	permission.cache_value AS node_permission_cache
    		,(select sum(count_received) from dark_postrating_count where user_id = post.user_id and rating in (1,14,2,4,5,6,7,8,9,10)) as positive_rating_count
    	
    		,(select sum(count_received) from dark_postrating_count where user_id = post.user_id and rating in (11,12,13)) as negative_rating_count
    	
    		,(select sum(count_received) from dark_postrating_count where user_id = post.user_id and rating in (3)) as neutral_rating_count
    	,
    pr_cache.rating_cache,
    pr2.rating
    FROM xf_post AS post
    
    		INNER JOIN xf_thread AS thread ON
    			(thread.thread_id = post.thread_id)
    		INNER JOIN xf_node AS node ON
    			(node.node_id = thread.node_id)
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = post.user_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)
    left join dark_postrating_post_cache pr_cache ON (post.post_id = pr_cache.post_id)
    left join dark_postrating pr2 on (post.post_id = pr2.post_id and pr2.user_id = 0)
    WHERE post.post_id = ?
    Params: 339537
    Run Time: 0.062388
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARYpostconstPRIMARY,thread_id_post_date,thread_id_positionPRIMARY4const1 
    PRIMARYthreadconstPRIMARY,node_id_last_post_date,node_id_sticky_state_last_postPRIMARY4const1 
    PRIMARYnodeconstPRIMARYPRIMARY4const1 
    PRIMARYuserconstPRIMARYPRIMARY4const1 
    PRIMARYpermissionconstPRIMARYPRIMARY35const,const,const1 
    PRIMARYpr_cacheconstPRIMARYPRIMARY4const0unique row not found
    PRIMARYpr2constpost_id_user_id,post_id_rating,user_id_ratingpost_id_user_id8const,const0unique row not found
    DEPENDENT SUBQUERY       no matching row in const table
    DEPENDENT SUBQUERYdark_postrating_countrangeuser_id_ratinguser_id_rating8 3Using index condition
    DEPENDENT SUBQUERYdark_postrating_countrangeuser_id_ratinguser_id_rating8 10Using index condition
  7. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 0ab98913416189c5906c916916ce665f, , 1714257152
    Run Time: 0.000211
  8. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'error_with_login', 'nat_childlinks')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 1
    Run Time: 0.000220
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 3Using where
  9. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('login_required', 'home')
    Params: 1
    Run Time: 0.000143
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 2Using where
  10. SELECT node.*,
    	permission.cache_value AS node_permission_cache
    FROM xf_node AS node
    LEFT JOIN xf_permission_cache_content AS permission
    	ON (permission.permission_combination_id = ?
    	AND permission.content_type = 'node'
    	AND permission.content_id = node.node_id)
    WHERE node.node_id IN (89, 68, 70, 99, 100, 101, 102, 103, 104, 95, 97, 93)
    ORDER BY node.lft
    ASC
    Params: 1
    Run Time: 0.000352
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnoderangePRIMARYPRIMARY4 12Using where; Using filesort
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,xenforo.node.node_id1Using where
  11. SELECT ban_appeal.*
    	,
    	appeal_review.user_id AS review_user_id, appeal_review.date AS review_date
    FROM xf_liam_cheracc_ban_appeal AS ban_appeal 
    	LEFT JOIN xf_liam_cheracc_ban_appeal_review AS appeal_review ON
    		(appeal_review.appeal_id = ban_appeal.appeal_id)
    
    WHERE (appeal_review.date IS NULL)
    Run Time: 0.002489
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEban_appealALL    636 
    SIMPLEappeal_revieweq_refPRIMARYPRIMARY4xenforo.ban_appeal.appeal_id1Using where; Not exists
  12. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('EWRporta_Navtabs', 'nat_linkstemplate', 'dark_postrating', 'dark_postrating_member', 'dark_postrating_member_totals', 'message_user_info_extra', 'user_criteria_content', 'thread_list_item_icon_key', 'dark_postrating_member_notable_tabs', 'dark_postrating_account_wrapper', 'dark_postrating_navigation_visitor_tab', 'dark_postrating_visitor_panel', 'dark_postrating_member_card', 'dark_postrating_member_info', 'dark_postrating_message_user_info', 'minecraft_EXTRA.css', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 1
    Run Time: 0.000351
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 17Using where
  13. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('nat_bodyjs')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 1
    Run Time: 0.000144
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (96, XenForo Classes: 55)

  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/NodesAsTabs/Listen.php
  33. library/LiamW/ConversationMonitoring/Listener.php
  34. library/Nobita/MinecraftAvatar/Listener.php
  35. library/XenForo/Router.php
  36. library/XenForo/Route/Filter.php
  37. library/XenForo/Route/Interface.php
  38. library/XenForo/Route/ResponseSuffix.php
  39. library/XenForo/Route/Prefix.php
  40. library/XenForo/Route/Prefix/Attachments.php
  41. library/EWRporta/Listener/Route.php
  42. library/XenForo/RouteMatch.php
  43. library/XenForo/ControllerPublic/Attachment.php
  44. library/XenForo/ControllerPublic/Abstract.php
  45. library/XenForo/Controller.php
  46. library/EWRporta/Listener/Controller.php
  47. library/Dark/PostRating/EventListener.php
  48. library/XenForo/Input.php
  49. library/XenForo/Session.php
  50. library/XenForo/Helper/Ip.php
  51. library/XenForo/Visitor.php
  52. library/XenForo/Model/User.php
  53. library/EWRporta/Listener/Model.php
  54. library/Dark/PostRating/Model/User.php
  55. library/XenForo/Permission.php
  56. library/XenForo/Helper/Php.php
  57. library/XenForo/Phrase.php
  58. library/XenForo/Locale.php
  59. library/XenForo/Model/Attachment.php
  60. library/EWRporta/Model/Attachment.php
  61. library/XenForo/AttachmentHandler/Post.php
  62. library/XenForo/AttachmentHandler/Abstract.php
  63. library/XenForo/Model/Post.php
  64. library/EWRporta/Model/Post.php
  65. library/Dark/PostRating/Model/Post.php
  66. library/Dark/PostRating/Model.php
  67. library/XenForo/Model/Thread.php
  68. library/Dark/PostRating/Model/Thread.php
  69. library/XenForo/Model/Forum.php
  70. library/XenForo/ControllerResponse/Reroute.php
  71. library/XenForo/ControllerResponse/Abstract.php
  72. library/XenForo/ControllerPublic/Error.php
  73. library/XenForo/ControllerResponse/View.php
  74. library/XenForo/Helper/Cookie.php
  75. library/XenForo/ViewRenderer/HtmlPublic.php
  76. library/XenForo/ViewRenderer/Abstract.php
  77. library/XenForo/Template/Public.php
  78. library/XenForo/Template/Abstract.php
  79. library/XenForo/ViewPublic/Error/RegistrationRequired.php
  80. library/XenForo/ViewPublic/Base.php
  81. library/XenForo/View.php
  82. library/EWRporta/Listener/ViewPublic.php
  83. library/XenForo/Route/Prefix/Members.php
  84. library/EWRporta/Listener/NavTabs.php
  85. library/EWRporta/Model/Perms.php
  86. library/LiamW/CheraccBanAppeal/Listener.php
  87. library/NodesAsTabs/NavTabs.php
  88. library/NodesAsTabs/Model/Options.php
  89. library/XenForo/Model/Node.php
  90. library/XenForo/Route/Prefix/Pages.php
  91. library/XenForo/Route/Prefix/LinkForums.php
  92. library/XenForo/Route/Prefix/Forums.php
  93. library/LiamW/CheraccBanAppeal/Model/BanAppeal.php
  94. library/XenForo/Debug.php
  95. library/EWRporta/Listener/Template.php
  96. library/XenForo/ViewRenderer/Json.php