Page Time: 0.0644s

Memory: 2.7232 MB (Peak: 3.3133 MB)

Queries (29, time: 0.0063s, 9.7%)

  1. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'deferredRun', 'simpleCache', 'addOns', 'defaultStyleProperties', 'routesPublic', 'routeFiltersIn', 'routeFiltersOut', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'userBanners', 'smilies', 'bbCode', 'threadPrefixes', 'trophyUserTitles', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
    Run Time: 0.000314
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryALLPRIMARY   35Using where
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000070
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. 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, documentation-sources
    Run Time: 0.000382
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstpage_slugpage_slug302const1 
    SIMPLEEWRcarta_watchconstPRIMARY,page_id_email_subscribePRIMARY8const,const0Unique row not found
    SIMPLExf_liked_contentconstcontent_type_id_like_user_id,like_user_content_type_idcontent_type_id_like_user_id35const,const,const0Unique row not found
  4. SELECT page_slug, page_name, page_parent
    	FROM EWRcarta_pages
    WHERE page_id = ?
    Params: 1
    Run Time: 0.000107
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstPRIMARYPRIMARY4const1 
  5. SELECT page_id, page_slug, page_name, page_parent, page_date
    	FROM EWRcarta_pages
    ORDER BY page_name ASC
    Run Time: 0.000196
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesALL    4Using filesort
  6. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (2)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: wiki
    Run Time: 0.000247
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4xenforodb.attachment.data_id1 
  7. UPDATE EWRcarta_pages
    SET page_views = page_views+1
    WHERE page_id = ?
    Params: 2
    Run Time: 0.000306
  8. SELECT thread.*
    	
    FROM xf_thread AS thread
    
    WHERE thread.thread_id = ?
    Params: 2279
    Run Time: 0.000202
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
  9. SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
    Run Time: 0.000140
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstpage_slugpage_slug302const1 
  10. 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.000222
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesrangepage_indexpage_index4 2Using index condition; Using filesort
  11. SELECT COUNT(*) AS total
    	FROM EWRcarta_pages
    Run Time: 0.000117
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesindex page_parent4 4Using index
  12. SELECT COUNT(*) AS total
    	FROM EWRcarta_history
    Run Time: 0.000285
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_historyindex page_id4 9Using index
  13. SELECT SUM(page_likes) AS total
    	FROM EWRcarta_pages
    Run Time: 0.000133
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesALL    4 
  14. SELECT SUM(page_views) AS total
    	FROM EWRcarta_pages
    Run Time: 0.000135
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesALL    4 
  15. 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.000292
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_attachmentrefcontent_type_id_date,unassociated_attach_datecontent_type_id_date27const2Using index condition; Using where
    SIMPLExf_attachment_dataeq_refPRIMARYPRIMARY4xenforodb.xf_attachment.data_id1 
  16. SELECT page_id, page_slug, page_name, page_parent
    	FROM EWRcarta_pages
    WHERE page_id = ?
    Params: 1
    Run Time: 0.000194
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstPRIMARYPRIMARY4const1 
  17. SELECT page_id, page_slug, page_name, page_parent, page_date
    	FROM EWRcarta_pages
    ORDER BY page_name ASC
    Run Time: 0.000220
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesALL    4Using filesort
  18. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 81ec44085c7465260596555bc1136bc3, a:7:{s:12:"sessionStart";i:1713466860;s:2:"ip";i:59624123;s:9:"userAgent";s:9:"claudebot";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;s:10:"isIpBanned";b:0;s:13:"isDiscouraged";b:0;}, 1713470460
    Run Time: 0.000197
  19. 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, 59624123, 59624123, EWRcarta_ControllerPublic_Wiki, Index, valid, page_slug=documentation-sources, 1713466860,
    Run Time: 0.000101
  20. SELECT *
    	FROM EWRcarta_cache
    WHERE page_id = ?
    Params: 2
    Run Time: 0.000161
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_cacheconstPRIMARYPRIMARY4const1 
  21. SELECT *
    	FROM EWRcarta_templates
    Run Time: 0.000191
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_templatesALL    1 
  22. SELECT *
    	FROM EWRcarta_pages
    WHERE page_name != ?
    ORDER BY LENGTH(page_name) DESC
    Params: Documentation Sources
    Run Time: 0.000320
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesALL    4Using where; Using filesort
  23. SELECT *
    	FROM EWRcarta_cache
    WHERE page_id = ?
    Params: 2
    Run Time: 0.000077
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_cacheconstPRIMARYPRIMARY4const1 
  24. begin
    Run Time: 0.000212
  25. UPDATE `EWRcarta_cache` SET `cache_date` = ? WHERE (page_id = 2)
    Params: 1713466860
    Run Time: 0.000272
  26. commit
    Run Time: 0.000451
  27. SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
    Run Time: 0.000077
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstpage_slugpage_slug302const1 
  28. 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', 'EWRcarta_PageView', 'EWRcarta_Navtabs', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 1
    Run Time: 0.000552
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 9Using where
  29. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('wiki')
    Params: 1
    Run Time: 0.000093
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY81const,const1 

Included Files (89, XenForo Classes: 48)

  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/EWRcarta/Listener/Init.php
  33. library/XenForo/DataWriter/User.php
  34. library/XenForo/DataWriter.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/EWRcarta/Route/Wiki.php
  41. library/XenForo/RouteMatch.php
  42. library/EWRcarta/ControllerPublic/Wiki.php
  43. library/XenForo/ControllerPublic/Abstract.php
  44. library/XenForo/Controller.php
  45. library/XenForo/Input.php
  46. library/XenForo/Session.php
  47. library/XenForo/Visitor.php
  48. library/XenForo/Model/User.php
  49. library/EWRcarta/Listener/Model.php
  50. library/XenForo/Permission.php
  51. library/XenForo/Phrase.php
  52. library/XenForo/Locale.php
  53. library/EWRcarta/Model/Perms.php
  54. library/EWRcarta/Model/Pages.php
  55. library/EWRcarta/Model/Lists.php
  56. library/XenForo/Model/Attachment.php
  57. library/XenForo/Helper/Cookie.php
  58. library/XenForo/Model/Thread.php
  59. library/EWRcarta/Model/Parser.php
  60. library/EWRcarta/Model/History.php
  61. library/XenForo/ControllerResponse/View.php
  62. library/XenForo/ControllerResponse/Abstract.php
  63. library/XenForo/ViewRenderer/HtmlPublic.php
  64. library/XenForo/ViewRenderer/Abstract.php
  65. library/XenForo/Template/Public.php
  66. library/XenForo/Template/Abstract.php
  67. library/EWRcarta/ViewPublic/PageView.php
  68. library/XenForo/ViewPublic/Base.php
  69. library/XenForo/View.php
  70. library/EWRcarta/Model/Cache.php
  71. library/XenForo/BbCode/Parser.php
  72. library/XenForo/BbCode/Formatter/Base.php
  73. library/Waindigo/KeywordReplace/Listener/LoadClassBBCode.php
  74. library/Waindigo/Listener/LoadClass.php
  75. library/Waindigo/Listener/LoadClass/20120202.php
  76. library/EWRcarta/Listener/BbCode.php
  77. library/Waindigo/KeywordReplace/BbCode/Formatter/Base.php
  78. library/EWRcarta/BbCode/Formatter.php
  79. library/XenForo/BbCode/TextWrapper.php
  80. library/XenForo/Helper/String.php
  81. library/Waindigo/KeywordReplace/Helper/String.php
  82. library/EWRcarta/DataWriter/Cache.php
  83. library/XenForo/Db.php
  84. library/XenForo/Route/Prefix/Members.php
  85. library/EWRcarta/Listener/NavTabs.php
  86. library/XenForo/Route/Prefix/Threads.php
  87. library/EWRcarta/Listener/Template.php
  88. library/XenForo/Debug.php
  89. library/XenForo/ViewRenderer/Json.php