Page Time: 0.0376s

Memory: 3.6554 MB (Peak: 4.4313 MB)

Queries (13, time: 0.0028s, 7.4%)

  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.000425
    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.000121
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  3. SELECT *
    FROM xf_brivium_addon
    ORDER BY addon_id
    Run Time: 0.000143
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_brivium_addonindex PRIMARY77 1 
  4. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: brBriviumAddOns, a:0:{}
    Run Time: 0.000213
  5. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000131
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  6. SELECT *
    FROM xf_language
    ORDER BY title
    Run Time: 0.000192
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_languageALL    2Using filesort
  7. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: e7e2b4a5e9f4282bf14a9c466d9da026, , 1711645944
    Run Time: 0.000220
  8. 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_Misc, Language, valid, , 1711642344,
    Run Time: 0.000150
  9. 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.000469
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEoptionsALLnode_id   47Using where; Using filesort
    SIMPLEnodeeq_refPRIMARYPRIMARY4oilgaold_new.options.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,oilgaold_new.options.node_id1Using where
  10. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'BRQCT_forum_list_nodes', 'BRQCT_ad_sidebar_top', 'BRQCT_button_top_ctrl', 'language_chooser', 'xenCODE_Meta_Keywords', 'wf_widget_wrapper', 'wf_widget_threads', 'wf_hook_moderator_bar', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000278
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 10Using where
  11. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_fad44cd50aebe48a543de')
    Run Time: 0.000148
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  12. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRQCT_button_top_ctrl', 'BRQCT_navigation_tabs_forums')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000135
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 2Using where
  13. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRQCT_button_top_ctrl', 'nat_bodyjs')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000155
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 2Using where

Included Files (124, XenForo Classes: 45)

  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/Waindigo/Listener/InitDependencies.php
  33. library/Waindigo/Listener/InitDependencies/20150212.php
  34. library/Brivium/BriviumHelper/EventListeners.php
  35. library/Brivium/BriviumHelper/1010071/EventListeners.php
  36. library/VNXF/MoreThread/Listener.php
  37. library/VNXF/FacebookGraph/Listener.php
  38. library/VNXF/ImageView/Listener.php
  39. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  40. library/WidgetFramework/Listener.php
  41. library/WidgetFramework/Option.php
  42. library/NodesAsTabs/Listen.php
  43. library/EWRporta/Listener/Model.php
  44. library/Asp/OnlineStatus/Plugin/Plugin.php
  45. library/Brivium/BriviumHelper/Model/ListenerClass.php
  46. library/Brivium/BriviumHelper/1010071/Model/ListenerClass.php
  47. library/Brivium/CustomNodeStyle/EventListener/Listener.php
  48. library/XenForo/Router.php
  49. library/XenForo/Route/Filter.php
  50. library/XenForo/Route/Interface.php
  51. library/XenForo/Route/ResponseSuffix.php
  52. library/XenForo/Route/Prefix.php
  53. library/Waindigo/ShorterRoutes/Listener/InitRouterPublic.php
  54. library/Waindigo/ShorterRoutes/Route/ShorterRoute.php
  55. library/WidgetFramework/Route/Filter/PageX.php
  56. library/XenForo/Route/Prefix/Misc.php
  57. library/EWRporta/Listener/Route.php
  58. library/vtLai/UrlKhongDau/Listener.php
  59. library/XenForo/RouteMatch.php
  60. library/XenForo/ControllerPublic/Misc.php
  61. library/XenForo/ControllerPublic/Abstract.php
  62. library/XenForo/Controller.php
  63. library/xenCODE/AutoPing/Listener.php
  64. library/EWRporta/Listener/Controller.php
  65. library/Vinavb/CustomNodeIcon/Listener.php
  66. library/WidgetFramework/XenForo/ControllerPublic/Misc.php
  67. library/Vinavb/CustomNodeIcon/XenForo/ControllerPublic/Misc.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/WidgetFramework/XenForo/Model/User.php
  74. library/XenForo/Permission.php
  75. library/XenForo/Phrase.php
  76. library/XenForo/Locale.php
  77. library/XenForo/Model/Language.php
  78. library/XenForo/ControllerResponse/View.php
  79. library/XenForo/ControllerResponse/Abstract.php
  80. library/XenForo/Helper/Cookie.php
  81. library/XenForo/ViewRenderer/HtmlPublic.php
  82. library/XenForo/ViewRenderer/Abstract.php
  83. library/XenForo/Template/Public.php
  84. library/XenForo/Template/Abstract.php
  85. library/WidgetFramework/Core.php
  86. library/XenForo/Model/Moderator.php
  87. library/Brivium/QuickCreateThread/EventListeners/Listener.php
  88. library/Brivium/BriviumLibrary/EventListeners.php
  89. library/WidgetFramework/Model/Widget.php
  90. library/WidgetFramework/Helper/LayoutEditor.php
  91. library/WidgetFramework/Helper/Sort.php
  92. library/WidgetFramework/WidgetRenderer.php
  93. library/EWRporta/Listener/ViewPublic.php
  94. library/XenForo/ViewPublic/Base.php
  95. library/XenForo/View.php
  96. library/WidgetFramework/XenForo/View1.php
  97. library/xenCODE/MetaKeywords/Listener.php
  98. library/XenForo/Route/Prefix/Members.php
  99. library/vtLai/UrlKhongDau/Members.php
  100. library/EWRporta/Listener/NavTabs.php
  101. library/NodesAsTabs/NavTabs.php
  102. library/NodesAsTabs/Model/Options.php
  103. library/XenForo/Model/Node.php
  104. library/Brivium/CustomNodeStyle/Model/Node.php
  105. library/XenForo/Route/Prefix/Forums.php
  106. library/Waindigo/ShorterRoutes/Listener/LoadClass.php
  107. library/Waindigo/Listener/LoadClass.php
  108. library/Waindigo/Listener/LoadClass/20150106.php
  109. library/Waindigo/ShorterRoutes/Extend/XenForo/Route/Prefix/Forums.php
  110. library/vtLai/UrlKhongDau/Forums.php
  111. library/vtLai/UrlKhongDau/Converter.php
  112. library/Waindigo/ShorterRoutes/Link.php
  113. library/WidgetFramework/WidgetRenderer/HtmlWithoutWrapper.php
  114. library/WidgetFramework/WidgetRenderer/Html.php
  115. library/WidgetFramework/WidgetRenderer/Threads.php
  116. library/WidgetFramework/Model/Cache.php
  117. library/WidgetFramework/Template/Extended.php
  118. library/WidgetFramework/WidgetRenderer/Empty.php
  119. library/XenForo/Debug.php
  120. library/EWRporta/Listener/Template.php
  121. library/WidgetFramework/Helper/String.php
  122. library/Brivium/QuickCreateThread/Route/Prefix/CreateThread.php
  123. library/XenForo/ViewRenderer/Json.php
  124. library/Vinavb/CustomNodeIcon/Icon.php