Page Time: 0.0972s

Memory: 8.4568 MB (Peak: 9.2859 MB)

Queries (22, time: 0.0309s, 31.8%)

  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.004409
    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.000442
    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.000514
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT EWRcarta_pages.*, xf_liked_content.like_date, EWRcarta_watch.page_id AS page_is_watched
    	FROM EWRcarta_pages
    	LEFT JOIN EWRcarta_watch ON (EWRcarta_pages.page_id = EWRcarta_watch.page_id AND EWRcarta_watch.user_id = ?)
    	LEFT JOIN xf_liked_content
    		ON (xf_liked_content.content_type = 'wiki'
    			AND xf_liked_content.content_id = EWRcarta_pages.page_id
    			AND xf_liked_content.like_user_id = 0)
    WHERE page_slug = ?
    Params: 0, gajd-mini-igry-skyblock
    Run Time: 0.000990
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstpage_slugpage_slug302const1 
    SIMPLEEWRcarta_watchconstPRIMARY,page_id_email_subscribePRIMARY8const,const1Using index
    SIMPLExf_liked_contentconstcontent_type_id_like_user_id,like_user_content_type_idcontent_type_id_like_user_id35const,const,const1Using where
  5. SELECT 
    	EWRcarta_pages.page_id, page_slug, page_name, page_date, page_parent, page_redirect, 
    	page_protect, page_likes, page_views, LENGTH(page_content) AS length, cache_date
    FROM EWRcarta_pages
    	LEFT JOIN EWRcarta_cache ON (EWRcarta_pages.page_id = EWRcarta_cache.page_id)
    	
    
    
    ORDER BY page_name ASC, page_name ASC
    LIMIT 0, 99999
    Run Time: 0.001452
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesALL    47Using filesort
    SIMPLEEWRcarta_cacheeq_refPRIMARYPRIMARY4xen.EWRcarta_pages.page_id1 
  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 (29)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: wiki
    Run Time: 0.000713
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const7Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4xen.attachment.data_id1 
  7. UPDATE EWRcarta_pages
    SET page_views = page_views+1
    WHERE page_id = ?
    Params: 29
    Run Time: 0.002228
  8. SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
    Run Time: 0.000296
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstpage_slugpage_slug302const1 
  9. SELECT page_id, page_slug, page_name
    	FROM EWRcarta_pages
    WHERE page_index != '0'
    ORDER BY page_index ASC, page_name ASC
    Run Time: 0.000349
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesrangepage_indexpage_index4 2Using index condition; Using filesort
  10. SELECT COUNT(*) AS total
    	FROM EWRcarta_pages
    	LEFT JOIN EWRcarta_cache ON (EWRcarta_pages.page_id = EWRcarta_cache.page_id)
    Run Time: 0.000408
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesindex page_parent4 47Using index
    SIMPLEEWRcarta_cacheeq_refPRIMARYPRIMARY4xen.EWRcarta_pages.page_id1Using index
  11. SELECT COUNT(*) AS total
    	FROM EWRcarta_history
    Run Time: 0.000341
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_historyindex page_id4 321Using index
  12. SELECT SUM(page_likes) AS total
    	FROM EWRcarta_pages
    Run Time: 0.000283
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesALL    47 
  13. SELECT SUM(page_views) AS total
    	FROM EWRcarta_pages
    Run Time: 0.000257
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesALL    47 
  14. SELECT COUNT(*) AS count, SUM(file_size) AS size
    	FROM xf_attachment
    	INNER JOIN xf_attachment_data ON (xf_attachment_data.data_id = xf_attachment.data_id)
    WHERE content_type = 'wiki'
    	AND unassociated = '0'
    Run Time: 0.001535
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_attachmentrefcontent_type_id_date,unassociated_attach_datecontent_type_id_date27const209Using index condition; Using where
    SIMPLExf_attachment_dataeq_refPRIMARYPRIMARY4xen.xf_attachment.data_id1 
  15. SELECT xf_user.*, COUNT(EWRcarta_history.user_id) as count, MAX(EWRcarta_history.history_date) as date,
    	IF(NOT ISNULL(xf_user.user_id), xf_user.username, EWRcarta_history.username) AS username
    	FROM EWRcarta_history
    	LEFT JOIN xf_user ON (xf_user.user_id = EWRcarta_history.user_id)
    
    GROUP BY EWRcarta_history.user_id
    ORDER BY count DESC, date DESC
    LIMIT 0, 5
    Run Time: 0.012467
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_historyALLuser_id   321Using temporary; Using filesort
    SIMPLExf_usereq_refPRIMARYPRIMARY4xen.EWRcarta_history.user_id1 
  16. SELECT 
    	EWRcarta_pages.page_id, page_slug, page_name, page_date, page_parent, page_redirect, 
    	page_protect, page_likes, page_views, LENGTH(page_content) AS length, cache_date
    FROM EWRcarta_pages
    	LEFT JOIN EWRcarta_cache ON (EWRcarta_pages.page_id = EWRcarta_cache.page_id)
    	
    
    
    ORDER BY page_name ASC, page_name ASC
    LIMIT 0, 99999
    Run Time: 0.001229
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesALL    47Using filesort
    SIMPLEEWRcarta_cacheeq_refPRIMARYPRIMARY4xen.EWRcarta_pages.page_id1 
  17. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: ab85ea8d205addc990c21f9ba0c64554, , 1710846408
    Run Time: 0.000350
  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, , , EWRcarta_ControllerPublic_Wiki, Index, valid, string_id=gajd-mini-igry-skyblock, 1710842808,
    Run Time: 0.000228
  19. SELECT *
    	FROM EWRcarta_cache
    WHERE page_id = ?
    Params: 29
    Run Time: 0.000786
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_cacheconstPRIMARYPRIMARY4const1 
  20. SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
    Run Time: 0.000442
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstpage_slugpage_slug302const1 
  21. 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.000883
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEoptionsALLnode_id   24Using where; Using filesort
    SIMPLEnodeeq_refPRIMARYPRIMARY4xen.options.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,xen.options.node_id1Using where
  22. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('BRSTS_support_tickets', 'media')
    Params: 2
    Run Time: 0.000343
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 2Using where

Included Files (161, XenForo Classes: 50)

  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/EWRcarta/Route/Wiki.php
  58. library/XenForo/RouteMatch.php
  59. library/NodesAsTabs/Model/Options.php
  60. library/EWRcarta/ControllerPublic/Wiki.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/EWRcarta/Model/Perms.php
  90. library/UnreadPostCount/Listener.php
  91. library/EWRcarta/Model/Pages.php
  92. library/EWRcarta/Model/Lists.php
  93. library/XenForo/Model/Attachment.php
  94. library/XenForo/Route/Prefix/Attachments.php
  95. library/XenForo/Helper/Cookie.php
  96. library/EWRcarta/Model/Parser.php
  97. library/EWRcarta/Model/History.php
  98. library/XenForo/ControllerResponse/View.php
  99. library/XenForo/ControllerResponse/Abstract.php
  100. library/XenForo/ViewRenderer/HtmlPublic.php
  101. library/XenForo/ViewRenderer/Abstract.php
  102. library/XenForo/Template/Public.php
  103. library/XenForo/Template/Abstract.php
  104. library/WidgetFramework/Core.php
  105. library/XenForo/Model/Moderator.php
  106. library/ExternalPages/ControllerPublic/online.php
  107. library/WidgetFramework/Model/Widget.php
  108. library/WidgetFramework/Helper/Sort.php
  109. library/WidgetFramework/WidgetRenderer.php
  110. library/EWRcarta/ViewPublic/PageView.php
  111. library/XenForo/ViewPublic/Base.php
  112. library/XenForo/View.php
  113. library/EWRporta2/Listener/ViewPublic.php
  114. library/ExtendCommon/UserModel/EX.php
  115. library/WidgetFramework/XenForo/View1.php
  116. library/EWRcarta/Model/Cache.php
  117. library/KingK/BbCodeManager/EventListener/Templates/Preloader.php
  118. library/XenForo/Route/Prefix/Members.php
  119. library/MasterBadge/Route/Prefix/Members.php
  120. library/MasterBadge/Route.php
  121. library/Begin/Listeners/Navigation.php
  122. library/EWRporta2/Listener/NavTabs.php
  123. library/EWRporta2/Model/Perms.php
  124. library/Brivium/SupportTicketSystem/Model/SupportTicket.php
  125. library/Brivium/SupportTicketSystem/Model/KnowledgeBase.php
  126. library/Moder/Listeners/Navigation.php
  127. library/ExternalPages/Listeners/Navigation.php
  128. library/EWRmedio/Listener/NavTabs.php
  129. library/EWRmedio/Model/Perms.php
  130. library/EWRcarta/Listener/NavTabs.php
  131. library/NodesAsTabs/NavTabs.php
  132. library/XenForo/Model/Node.php
  133. library/XenForo/Template/FileHandler.php
  134. library/XenForo/Helper/File.php
  135. internal_data/templates/S.10,L.2,nat_childlinks.php
  136. library/XenForo/Route/Prefix/LinkForums.php
  137. library/WidgetFramework/Template/Extended.php
  138. internal_data/templates/S.10,L.2,EWRcarta_PageView.php
  139. library/WidgetFramework/WidgetRenderer/Empty.php
  140. library/XenForo/Helper/Criteria.php
  141. library/XenForo/Debug.php
  142. internal_data/templates/S.10,L.2,PAGE_CONTAINER.php
  143. library/KingK/BbCodeManager/EventListener/Templates/InitEditorGrid.php
  144. library/EWRporta2/Listener/Template.php
  145. library/EWRmedio/Listener/Template.php
  146. library/EWRmedio/Model/Lists.php
  147. library/EWRcarta/Listener/Template.php
  148. library/ExternalPages/ControllerPublic/balance.php
  149. library/SvgGoUpDown/Listener.php
  150. internal_data/templates/S.10,L.2,bbcm_js.php
  151. library/ExternalPages/ControllerPublic/ShortBannedList.php
  152. library/Siropu/Chat/Helper.php
  153. internal_data/templates/S.10,L.2,EWRporta2_Navtabs.php
  154. internal_data/templates/S.10,L.2,BRSTS_support_ticket_tab_links.php
  155. internal_data/templates/S.10,L.2,BRSTS_brsts_support_ticket_tab_links.php
  156. internal_data/templates/S.10,L.2,EWRmedio_Navtabs.php
  157. internal_data/templates/S.10,L.2,EWRcarta_Navtabs.php
  158. internal_data/templates/S.10,L.2,nat_linkstemplate.php
  159. internal_data/templates/S.10,L.2,go_up_down.php
  160. library/XenForo/ViewRenderer/Json.php
  161. internal_data/templates/S.10,L.2,nat_bodyjs.php