Page Time: 0.0943s

Memory: 11.5713 MB (Peak: 12.3807 MB)

Queries (10, time: 0.0060s, 6.4%)

  1. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'cron', 'simpleCache', 'routesPublic', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'smilies', 'bbCode', 'threadPrefixes', 'trophyUserTitles', 'reportCounts', 'moderationCounts', 'notices', 'userFieldsInfo')
    Run Time: 0.003218
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY77 20Using where
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000180
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT user.*
    	,
    		user_profile.*,
    		user_option.*,
    		user_privacy.*,
    		IF (session_activity.view_date IS NULL, user.last_activity, session_activity.view_date) AS effective_last_activity,
    		session_activity.view_date, session_activity.controller_name, session_activity.controller_action, session_activity.params, session_activity.ip,
    		0 AS following_0
    FROM xf_user AS user
    
    		INNER JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = user.user_id)
    		INNER JOIN xf_user_option AS user_option ON
    			(user_option.user_id = user.user_id)
    		INNER JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = user.user_id)
    		LEFT JOIN xf_session_activity AS session_activity ON
    			(session_activity.user_id = user.user_id AND session_activity.unique_key = user.user_id)
    WHERE user.user_id = ?
    Params: 158
    Run Time: 0.000925
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEuser_profileconstPRIMARYPRIMARY4const1 
    SIMPLEuser_optionconstPRIMARYPRIMARY4const1 
    SIMPLEuser_privacyconstPRIMARYPRIMARY4const1 
    SIMPLEsession_activityconstPRIMARYPRIMARY8const,const0unique row not found
  4. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: ead2b27d4c80201880dc44ca69118e7e, a:5:{s:12:"sessionStart";i:1371669208;s:2:"ip";i:1796610423;s:9:"userAgent";s:9:"CCBot/2.0";s:7:"isRobot";b:0;s:16:"previousActivity";i:0;}, 1371672808
    Run Time: 0.000199
  5. SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
    Run Time: 0.000139
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstpage_slugpage_slug302const1 
  6. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'bdtagme_tag', 'error_with_login', 'EWRporta_Navtabs', 'dark_taigachat_links', 'xenquote_navigation_tab', 'EWRmedio_Navtabs', 'EWRcarta_Navtabs', 'bdtagme_PAGE_CONTAINER', 'wf_hook_moderator_bar', 'wf_revealer', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 10, 2
    Run Time: 0.000540
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY160 9Using where
  7. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('login_required', 'home', 'dark_shoutbox', 'media', 'wiki')
    Params: 2
    Run Time: 0.000176
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY231 4Using where
  8. SELECT *
    FROM xf_notification
    ORDER BY notification_id
    Run Time: 0.000359
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_notificationindex PRIMARY4 4 
  9. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('GritterNotifications')
    	AND style_id = ?
    	AND language_id = ?
    Params: 10, 2
    Run Time: 0.000163
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY160const,const,const1 
  10. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('dark_azucloud')
    	AND style_id = ?
    	AND language_id = ?
    Params: 10, 2
    Run Time: 0.000127
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY160const,const,const1 

Included Files (144, 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.php
  17. library/XenForo/Model/DataRegistry.php
  18. library/XenForo/CodeEvent.php
  19. library/Zend/Db.php
  20. library/Zend/Db/Adapter/Mysqli.php
  21. library/Zend/Db/Adapter/Abstract.php
  22. library/Zend/Db/Select.php
  23. library/Zend/Db/Expr.php
  24. library/Zend/Db/Profiler.php
  25. library/Zend/Db/Statement/Mysqli.php
  26. library/Zend/Db/Statement.php
  27. library/Zend/Db/Statement/Interface.php
  28. library/Zend/Db/Profiler/Query.php
  29. library/XenForo/Options.php
  30. library/XenForo/Link.php
  31. library/XenForo/Template/Helper/Core.php
  32. library/EWRporta/Listener/Init.php
  33. library/EWRporta/Helper/Index.php
  34. library/EWRcarta/Listener/Init.php
  35. library/XenForo/DataWriter/User.php
  36. library/XenForo/DataWriter.php
  37. library/EWRmedio/Listener/Init.php
  38. library/bdTagMe/Listener.php
  39. library/bdTagMe/Template/Helper.php
  40. library/WidgetFramework/Listener.php
  41. library/WidgetFramework/Core.php
  42. library/XenQuotation/Event/WidgetFrameworkReady.php
  43. library/WidgetFramework/Model/Widget.php
  44. library/Tapatalk/Listener/LoadClassModel.php
  45. library/EWRporta/Listener/Model.php
  46. library/EWRcarta/Listener/Model.php
  47. library/EWRutiles/Listener/Model.php
  48. library/XenPlaza/XPforumViewing/Listener/Listener.php
  49. library/RecentAttachmentsBlock/Listener.php
  50. library/WidgetFramework/WidgetRenderer.php
  51. library/WidgetFramework/WidgetRenderer/Empty.php
  52. library/XenForo/Input.php
  53. library/WidgetFramework/WidgetRenderer/Html.php
  54. library/WidgetFramework/WidgetRenderer/Threads.php
  55. library/WidgetFramework/WidgetRenderer/Poll.php
  56. library/XenForo/Router.php
  57. library/XenForo/Route/ResponseSuffix.php
  58. library/XenForo/Route/Interface.php
  59. library/XenForo/Route/Prefix.php
  60. library/XenForo/Route/Prefix/Members.php
  61. library/EWRporta/Listener/Route.php
  62. library/bdTagMe/XenForo/Route/Prefix/Members.php
  63. library/XenForo/RouteMatch.php
  64. library/XenForo/ControllerPublic/Member.php
  65. library/XenForo/ControllerPublic/Abstract.php
  66. library/XenForo/Controller.php
  67. library/EWRporta/Listener/Controller.php
  68. library/EWRutiles/Listener/Controller.php
  69. library/EWRmedio/Listener/ControllerPublic.php
  70. library/LatestThreadTicker/EventListener/LoadClassController.php
  71. library/AddPoll/Listener.php
  72. library/GritterNotifications/Listener.php
  73. library/LatestThreadTicker/ControllerPublic/Index.php
  74. library/bdTagMe/XenForo/ControllerPublic/Member.php
  75. library/XenForo/Session.php
  76. library/XenForo/Visitor.php
  77. library/XenForo/Model/User.php
  78. library/Tapatalk/Model/User.php
  79. library/bdTagMe/XenForo/Model/User.php
  80. library/WidgetFramework/Extend/Model/User.php
  81. library/XenForo/Permission.php
  82. library/XenForo/Phrase.php
  83. library/XenForo/Locale.php
  84. library/XenForo/ControllerResponse/Reroute.php
  85. library/XenForo/ControllerResponse/Abstract.php
  86. library/XenForo/ControllerHelper/UserProfile.php
  87. library/XenForo/ControllerHelper/Abstract.php
  88. library/XenForo/Model/UserProfile.php
  89. library/XenForo/ControllerResponse/Exception.php
  90. library/XenForo/ControllerPublic/Error.php
  91. library/XenForo/ControllerResponse/View.php
  92. library/XenForo/Helper/Cookie.php
  93. library/XenForo/ViewRenderer/HtmlPublic.php
  94. library/XenForo/ViewRenderer/Abstract.php
  95. library/XenForo/Template/Public.php
  96. library/XenForo/Template/Abstract.php
  97. library/Dark/TaigaChat/EventListener/FrontControllerPreView.php
  98. library/Dark/TaigaChat/Helper/Global.php
  99. library/Dark/AzuCloud/EventListener/FrontControllerPreView.php
  100. library/Dark/AzuCloud/Model/Nakano.php
  101. library/XenForo/ViewPublic/Error/RegistrationRequired.php
  102. library/XenForo/ViewPublic/Base.php
  103. library/XenForo/View.php
  104. library/Dark/ParseHTML/EventListener.php
  105. library/EWRporta/Listener/ViewPublic.php
  106. library/DigitalPointAdPositioning/Listener/LoadClassView.php
  107. library/DescriptionContentRss/Listener.php
  108. library/XfRu/UserAlbums/EventListener/Template.php
  109. library/LiveUpdate/Listener.php
  110. library/Sedo/QuoteME/Listener/PreloadTemplates.php
  111. library/EWRporta/Route/Index.php
  112. library/XenForo/Route/BuilderInterface.php
  113. library/EWRporta/Listener/NavTabs.php
  114. library/EWRporta/Model/Perms.php
  115. library/EWRporta/Route/Portal.php
  116. library/EWRporta/Route/Custom.php
  117. library/Dark/TaigaChat/EventListener/NavigationTabs.php
  118. library/XenQuotation/Event/NavigationTabs.php
  119. library/XenQuotation/Model/Quote.php
  120. library/XfRu/UserAlbums/EventListener/Tab.php
  121. library/XfRu/UserAlbums/Permissions.php
  122. library/EWRmedio/Listener/NavTabs.php
  123. library/EWRmedio/Model/Perms.php
  124. library/EWRcarta/Listener/NavTabs.php
  125. library/EWRcarta/Model/Perms.php
  126. library/EWRcarta/Model/Lists.php
  127. library/Sedo/QuoteME/Listener/Templates.php
  128. library/XenForo/Helper/Criteria.php
  129. library/XenForo/Debug.php
  130. library/Tapatalk/EventListener/Hook.php
  131. library/EWRporta/Listener/Template.php
  132. library/Dark/AzuCloud/EventListener/TemplateHook.php
  133. library/EWRcarta/Listener/Template.php
  134. library/DigitalPointSpy/Listener/TemplateHook.php
  135. library/DigitalPointUserMap/Listener/TemplateHook.php
  136. library/XenQuotation/Event/TemplateHook.php
  137. library/EWRmedio/Listener/Template.php
  138. library/EWRmedio/Model/Lists.php
  139. library/WidgetFramework/Option.php
  140. library/DigitalPointAdPositioning/Listener/TemplateHook.php
  141. library/EWRutiles/Listener/Template.php
  142. library/GritterNotifications/Model/Notification.php
  143. library/XenForo/ViewRenderer/Json.php
  144. library/bdTagMe/Option.php