Page Time: 0.0970s

Memory: 10.9124 MB (Peak: 11.7176 MB)

Queries (12, time: 0.0021s, 2.2%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000189
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT EWRmedio_media.*, EWRmedio_categories.*, EWRmedio_services.*, xf_user.*, EWRmedio_media.service_value2 AS service_value2,
    	IF(xf_user.username IS NULL, EWRmedio_media.username, xf_user.username) AS username, xf_liked_content.like_date
    	FROM EWRmedio_media
    	LEFT JOIN EWRmedio_categories ON (EWRmedio_categories.category_id = EWRmedio_media.category_id)
    	LEFT JOIN EWRmedio_services ON (EWRmedio_services.service_id = EWRmedio_media.service_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = EWRmedio_media.user_id)
    	LEFT JOIN xf_liked_content
    		ON (xf_liked_content.content_type = 'media'
    			AND xf_liked_content.content_id = EWRmedio_media.media_id
    			AND xf_liked_content.like_user_id = 0)
    WHERE EWRmedio_media.media_id = ?
    Params: 335
    Run Time: 0.000770
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRmedio_mediaconstPRIMARYPRIMARY4const1 
    SIMPLEEWRmedio_categoriesconstPRIMARYPRIMARY4const1 
    SIMPLEEWRmedio_servicesconstPRIMARYPRIMARY4const1 
    SIMPLExf_userconstPRIMARYPRIMARY4const1 
    SIMPLExf_liked_contentconstcontent_type_id_like_user_idcontent_type_id_like_user_id85const,const,const0unique row not found
  3. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 9382068415bbe0626e161a773ede3f06, a:5:{s:12:"sessionStart";i:1369184190;s:2:"ip";i:387237043;s:9:"userAgent";s:9:"CCBot/2.0";s:7:"isRobot";b:0;s:16:"previousActivity";i:0;}, 1369187790
    Run Time: 0.000118
  4. INSERT INTO xf_session_activity
    	(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date)
    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)
    Params: 0, 387237043, 387237043, EWRmedio_ControllerPublic_Media_Media, Report, valid, media_id=335, 1369184190
    Run Time: 0.000052
  5. SELECT COUNT(*) AS user_count FROM addonchat_who
    Run Time: 0.000086
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEaddonchat_whoindex PRIMARY4 1Using index
  6. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('home', 'nhra_navbar_tab', 'nascar_navbar_tab', 'indy_navbar_tab', 'AddonChat_Tab')
    Params: 1
    Run Time: 0.000149
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY231 4Using where
  7. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'EWRmedio_MediaReport', 'EWRporta_Navtabs', 'xfr_useralbums_links', 'AddonChat_Tab_Links', 'EWRmedio_Navtabs', 'tinhte_xentag_hook_message_content', 'tinhte_xentag_hook_message_notices', 'tinhte_xentag_hook_post_private_controls', 'tinhte_xentag_hook_post_public_controls', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000325
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY160 9Using where
  8. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('collapsible_sidebar_arrow')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000125
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY160const,const,const1 
  9. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('ltt_ticker')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000087
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY160const,const,const1 
  10. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('merc_code_render')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000087
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY160const,const,const1 
  11. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('collapsible_sidebar_js')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000092
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY160const,const,const1 
  12. INSERT INTO merc_ad_view (ad_id)
    VALUES (11)
    Run Time: 0.000031

Included Files (141, XenForo Classes: 42)

  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/Cache.php
  20. library/Zend/Cache/Backend/File.php
  21. library/Zend/Cache/Backend/ExtendedInterface.php
  22. library/Zend/Cache/Backend/Interface.php
  23. library/Zend/Cache/Backend.php
  24. library/Zend/Cache/Core.php
  25. library/XenForo/Options.php
  26. library/XenForo/Link.php
  27. library/XenForo/Template/Helper/Core.php
  28. library/EWRmedio/Listener/Init.php
  29. library/XenForo/DataWriter/User.php
  30. library/XenForo/DataWriter.php
  31. library/Merc/AdManager/Listener/InitDependencies.php
  32. library/XenPlus/Listener/InitDependencies.php
  33. library/XenPlus/Listener/Abstract.php
  34. library/Zend/Db.php
  35. library/Zend/Db/Adapter/Mysqli.php
  36. library/Zend/Db/Adapter/Abstract.php
  37. library/Zend/Db/Select.php
  38. library/Zend/Db/Expr.php
  39. library/Zend/Db/Profiler.php
  40. library/Zend/Db/Statement/Mysqli.php
  41. library/Zend/Db/Statement.php
  42. library/Zend/Db/Statement/Interface.php
  43. library/Merc/AdManager/AdHandler/Banner.php
  44. library/Merc/AdManager/AdHandler/Abstract.php
  45. library/Merc/AdManager/Model/Banner.php
  46. library/Zend/Db/Profiler/Query.php
  47. library/Merc/AdManager/AdHandler/Code.php
  48. library/Merc/AdManager/Model/Code.php
  49. library/EWRporta/Listener/Init.php
  50. library/Merc/Gallery/Listener.php
  51. library/Merc/Gallery/Common/Listener.php
  52. library/Merc/Gallery/Common/Base.php
  53. library/Tinhte/XenTag/Listener.php
  54. library/RouteChanger/Listen.php
  55. library/RouteChanger/Route/Static.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/EWRmedio/Route/Media.php
  61. library/EWRporta/Listener/Route.php
  62. library/XenForo/RouteMatch.php
  63. library/EWRmedio/ControllerPublic/Media/Media.php
  64. library/XenForo/ControllerPublic/Abstract.php
  65. library/XenForo/Controller.php
  66. library/LatestThreadTicker/EventListener/LoadClassController.php
  67. library/EWRmedio/Listener/ControllerPublic.php
  68. library/XfAddOns/BumpThread/Listener.php
  69. library/KingK/BbCodeManager/EventListener/BbCode.php
  70. library/EWRutiles/Listener/Controller.php
  71. library/EWRporta/Block/Listener/RecentThreadx5.php
  72. library/EWRporta/Listener/Controller.php
  73. library/PageEditor/Listener.php
  74. library/LatestThreadTicker/ControllerPublic/Index.php
  75. library/XenForo/Input.php
  76. library/XenForo/Session.php
  77. library/XenForo/Visitor.php
  78. library/XenForo/Model/User.php
  79. library/Merc/AdManager/Listener/LoadClass.php
  80. library/XenPlus/Listener/LoadClass.php
  81. library/EWRutiles/Listener/Model.php
  82. library/EWRporta/Listener/Model.php
  83. library/XenForo/Permission.php
  84. library/XenForo/Phrase.php
  85. library/XenForo/Locale.php
  86. library/EWRmedio/Model/Perms.php
  87. library/EWRmedio/Model/Media.php
  88. library/EWRmedio/Model/Parser.php
  89. library/XenForo/ControllerResponse/View.php
  90. library/XenForo/ControllerResponse/Abstract.php
  91. library/XenForo/Helper/Cookie.php
  92. library/XenForo/ViewRenderer/HtmlPublic.php
  93. library/XenForo/ViewRenderer/Abstract.php
  94. library/XenForo/Template/Public.php
  95. library/XenForo/Template/Abstract.php
  96. library/DigitalPointAdPositioning/Listener/LoadClassView.php
  97. library/EWRporta/Listener/ViewPublic.php
  98. library/XenForo/ViewPublic/Base.php
  99. library/XenForo/View.php
  100. library/XfRu/UserAlbums/EventListener/Template.php
  101. library/XfAddOns/BumpThread/Template/Hook.php
  102. library/EWRporta/Route/Portal.php
  103. library/RouteChanger/Route/Prefix/0.php
  104. library/XenForo/Route/Prefix/Index.php
  105. library/XenForo/Route/Prefix/Members.php
  106. library/EWRporta/Listener/NavTabs.php
  107. library/EWRporta/Model/Perms.php
  108. library/RPMnav/Listener/Nhra.php
  109. library/RPMnav/Listener/Nascar.php
  110. library/RPMnav/Listener/Indy.php
  111. library/RPMnav/Listener/Road.php
  112. library/XfRu/UserAlbums/EventListener/Tab.php
  113. library/XfRu/UserAlbums/Permissions.php
  114. library/AddonChat/Public/Navigation.php
  115. library/AddonChat/Model/Options.php
  116. library/AddonChat/Model/WhosChatting.php
  117. library/AddonChat/Route/Prefix/Index.php
  118. library/EWRmedio/Listener/NavTabs.php
  119. library/Merc/AdManager/Listener/TemplatePostRender.php
  120. library/XenPlus/Listener/TemplatePostRender.php
  121. library/Merc/AdManager/Listener/TemplateHook.php
  122. library/XenPlus/Listener/TemplateHook.php
  123. library/PageEditor/Renderer.php
  124. library/XenForo/Debug.php
  125. library/XenForo/Route/Prefix/Forums.php
  126. library/RouteChanger/Route/Prefix/4.php
  127. library/DroidHost/ShowHooks/listener.php
  128. library/LatestThreadTicker/EventListener/TemplateHookListener.php
  129. library/CollapsibleSidebar/Listener.php
  130. library/EWRmedio/Listener/Template.php
  131. library/EWRmedio/Model/Lists.php
  132. library/XfRu/UserAlbums/Model/Albums.php
  133. library/XfRu/UserAlbums/Model/Images.php
  134. library/DigitalPointAdPositioning/Listener/TemplateHook.php
  135. library/XenPlus/Helper/Listener.php
  136. library/EWRporta/Listener/Template.php
  137. library/EWRutiles/Listener/Template.php
  138. library/XenForo/Helper/Criteria.php
  139. library/RouteChanger/Route/Prefix/1.php
  140. library/XenForo/ViewRenderer/Json.php
  141. library/Merc/AdManager/Model/Ad.php