Page Time: 0.0303s

Memory: 2.4293 MB (Peak: 3.0084 MB)

Queries (23, time: 0.0050s, 16.4%)

  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.000355
    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.000103
    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, test-item-b
    Run Time: 0.000530
    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: 3
    Run Time: 0.000154
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstPRIMARYPRIMARY4const1 
  5. SELECT page_slug, page_name, page_parent
    	FROM EWRcarta_pages
    WHERE page_id = ?
    Params: 1
    Run Time: 0.000146
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstPRIMARYPRIMARY4const1 
  6. SELECT page_id, page_slug, page_name, page_parent, page_date
    	FROM EWRcarta_pages
    ORDER BY page_name ASC
    Run Time: 0.000247
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesALL    4Using filesort
  7. 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 (4)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: wiki
    Run Time: 0.000394
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4xenforodb.attachment.data_id1 
  8. UPDATE EWRcarta_pages
    SET page_views = page_views+1
    WHERE page_id = ?
    Params: 4
    Run Time: 0.000498
  9. SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
    Run Time: 0.000118
    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.000312
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesrangepage_indexpage_index4 2Using index condition; Using filesort
  11. SELECT COUNT(*) AS total
    	FROM EWRcarta_pages
    Run Time: 0.000110
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesindex page_parent4 4Using index
  12. SELECT COUNT(*) AS total
    	FROM EWRcarta_history
    Run Time: 0.000175
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_historyindex page_id4 9Using index
  13. SELECT SUM(page_likes) AS total
    	FROM EWRcarta_pages
    Run Time: 0.000108
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesALL    4 
  14. SELECT SUM(page_views) AS total
    	FROM EWRcarta_pages
    Run Time: 0.000099
    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.000215
    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: 3
    Run Time: 0.000140
    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.000200
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesALL    4Using filesort
  18. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 99370ea28c0a9dc8c00407df747399b6, a:7:{s:12:"sessionStart";i:1713566947;s:2:"ip";i:309815534;s:9:"userAgent";s:103:"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;s:10:"isIpBanned";b:0;s:13:"isDiscouraged";b:0;}, 1713570547
    Run Time: 0.000235
  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, 309815534, 309815534, EWRcarta_ControllerPublic_Wiki, Index, valid, page_slug=test-item-b, 1713566947,
    Run Time: 0.000108
  20. SELECT *
    	FROM EWRcarta_cache
    WHERE page_id = ?
    Params: 4
    Run Time: 0.000229
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_cacheconstPRIMARYPRIMARY4const1 
  21. SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
    Run Time: 0.000064
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstpage_slugpage_slug302const1 
  22. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'EWRcarta_PageView', 'EWRcarta_Navtabs', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 1
    Run Time: 0.000380
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 4Using where
  23. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('wiki')
    Params: 1
    Run Time: 0.000070
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY81const,const1 

Included Files (74, XenForo Classes: 41)

  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/EWRcarta/Model/Parser.php
  59. library/EWRcarta/Model/History.php
  60. library/XenForo/ControllerResponse/View.php
  61. library/XenForo/ControllerResponse/Abstract.php
  62. library/XenForo/ViewRenderer/HtmlPublic.php
  63. library/XenForo/ViewRenderer/Abstract.php
  64. library/XenForo/Template/Public.php
  65. library/XenForo/Template/Abstract.php
  66. library/EWRcarta/ViewPublic/PageView.php
  67. library/XenForo/ViewPublic/Base.php
  68. library/XenForo/View.php
  69. library/EWRcarta/Model/Cache.php
  70. library/XenForo/Route/Prefix/Members.php
  71. library/EWRcarta/Listener/NavTabs.php
  72. library/EWRcarta/Listener/Template.php
  73. library/XenForo/Debug.php
  74. library/XenForo/ViewRenderer/Json.php