Page Time: 0.0416s

Memory: 3.9020 MB (Peak: 4.7091 MB)

Queries (10, time: 0.0042s, 10.0%)

  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.001748
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000216
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT bb_code.*
    FROM xf_bb_code AS bb_code
    LEFT JOIN xf_addon AS addon ON (addon.addon_id = bb_code.addon_id)
    WHERE (bb_code.active = 1) AND ((addon.active IS NULL OR addon.active = 1))
    ORDER BY bb_code.bb_code_id
    Run Time: 0.000298
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEbb_codeindex PRIMARY27 1Using where
    SIMPLEaddoneq_refPRIMARYPRIMARY27krishka_ru.bb_code.addon_id1Using where
  4. SELECT bb_code_media_site.*
    FROM xf_bb_code_media_site AS bb_code_media_site
    LEFT JOIN xf_addon AS addon ON (addon.addon_id = bb_code_media_site.addon_id)
    WHERE 1=1
    ORDER BY bb_code_media_site.site_title
    Run Time: 0.000227
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEbb_code_media_siteALL    6Using filesort
  5. SELECT *
    FROM xf_help_page
    ORDER BY display_order
    Run Time: 0.000195
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_help_pageALL    1Using filesort
  6. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 2b51063aba71a53a8e9c590778091f62, , 1713560190
    Run Time: 0.000442
  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_Help, Bbcodes, valid, page_name=bb-codes, 1713556590,
    Run Time: 0.000243
  8. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'help_wrapper', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', 'sonnb_xengallery_bbcode_photo', 'sonnb_xengallery_bbcode_video', 'sonnb_xengallery_bbcode_album', 'help_bb_codes', 'notice_cookies', 'wf_hook_moderator_bar', 'wf_revealer', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000354
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 16Using where
  9. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('mkdgCatalog_TopLinks')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000234
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  10. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('MKDG_navigation_visitor_tab_top')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000203
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (93, XenForo Classes: 49)

  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/WidgetFramework/Listener.php
  33. library/WidgetFramework/Option.php
  34. library/sonnb/XenGallery/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/WidgetFramework/Route/Filter/PageX.php
  41. library/XenForo/Route/Prefix/Help.php
  42. library/XenForo/RouteMatch.php
  43. library/XenForo/ControllerPublic/Help.php
  44. library/XenForo/ControllerPublic/Abstract.php
  45. library/XenForo/Controller.php
  46. library/XenForo/Input.php
  47. library/XenForo/Session.php
  48. library/XenForo/Helper/Ip.php
  49. library/XenForo/Visitor.php
  50. library/XenForo/Model/User.php
  51. library/WidgetFramework/XenForo/Model/User.php
  52. library/sonnb/XenGallery/XenForo/Model/User.php
  53. library/XenForo/Permission.php
  54. library/XenForo/Phrase.php
  55. library/XenForo/Locale.php
  56. library/XenForo/ControllerResponse/Reroute.php
  57. library/XenForo/ControllerResponse/Abstract.php
  58. library/XenForo/Model/BbCode.php
  59. library/XenForo/ControllerResponse/View.php
  60. library/XenForo/Model/Help.php
  61. library/XenForo/Helper/Cookie.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/WidgetFramework/Core.php
  67. library/XenForo/Model/Moderator.php
  68. library/sonnb/XenGallery/XenForo/Model/Moderator.php
  69. library/WidgetFramework/Model/Widget.php
  70. library/WidgetFramework/Helper/Sort.php
  71. library/WidgetFramework/WidgetRenderer.php
  72. library/XenForo/ViewPublic/Help/BbCodes.php
  73. library/XenForo/ViewPublic/Base.php
  74. library/XenForo/View.php
  75. library/WidgetFramework/XenForo/View1.php
  76. library/XenForo/BbCode/Parser.php
  77. library/XenForo/BbCode/Formatter/Base.php
  78. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  79. library/sonnb/XenGallery/XenForo/BbCode/Formatter/Base.php
  80. library/WidgetFramework/XenForo/View2.php
  81. library/XenForo/Route/Prefix/Members.php
  82. library/mkdgXenforoConversations/Tabs/MainTab.php
  83. library/WidgetFramework/WidgetRenderer/HtmlWithoutWrapper.php
  84. library/WidgetFramework/WidgetRenderer/Html.php
  85. library/WidgetFramework/Template/Extended.php
  86. library/mkdgStyleEdit/Listener/TemplateHook.php
  87. library/mkdgXenforoConversations/Listener/Template.php
  88. library/XenForo/Helper/String.php
  89. library/WidgetFramework/WidgetRenderer/Empty.php
  90. library/XenForo/Debug.php
  91. library/WidgetFramework/Helper/String.php
  92. library/mkdgCatalog/Listener/Template.php
  93. library/XenForo/ViewRenderer/Json.php